!!!###!!!title=148-How to configure horizontal scrollbars when there is too much data in a bar chart in an applet——VisActor/VChart FAQ documents!!!###!!!

How to configure horizontal scrollbars when there is too much data in a bar chart in an applet?

Question Description

How to configure horizontal scrollbars when there is too much data in a bar chart in the lark mini app?

Solution

Just like the PC side, just configure the scrollBar. Generally speaking, you also need to configure the scrollBar.orient property that represents the position of the scrollBar and the scrollBar.start and scrollBar.end properties that represent the scope of the current window. mini program scrollbar

Code Example

Quote