How can I set default Zoom size #347
-
How do I set a default Zoom size for the graph? I've searched but couldnt find anything that would do it. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
Would it be possible to configure the chart in such a way that it cans see large sum of data at once or the whole data? |
Beta Was this translation helpful? Give feedback.
-
Hello! The amount of data that’s initially visible depends on the dimensions and spacing of the |
Beta Was this translation helpful? Give feedback.
Hello! The amount of data that’s initially visible depends on the dimensions and spacing of the
Chart
’s elements. For example, for aColumnChart
, decreasing the width and spacing of the columns will make more of them fit in the viewport. Also, if you turn off scrolling, theChart
will be automatically scaled such that all entries are visible. We plan on making it possible to apply such automatic scaling to scrollable charts too, which will make it possible to zoom in and scroll around.