Two questions regarding the built in Chart Component and one regarding the ChartMakerPlus extension. (line graphs)
Chart Component:
-
Is there a way to control the zoom level with code? If the user manually zooms in, I need the code to reset the zoom level when new data comes in and a new chart is drawn.
-
Is there a way to reduce or eliminate the data point size. I typically have thousands of data points and it makes the line look fat until you zoom way in.
The ChartMakerPlus extension overcomes those two problems, but there is one problem I haven't been able to resolve:
- Is there a way to set it up for independent horizontal and vertical zoom, like you can with the built in Chart Component?