Relative Content

Tag Archive for apacheecharts

Apache ECharts: making plot start from 0 when using slider

I’m trying to use the Apache Echarts. I have 2 functions and when I use the slider, I’d like that the data would be changed so that they start from 0 on the y-axis, just by shifting down. This is a common case if you plot cummulatives in time of anything, and you want to use the slider to zoom in a particular timeframe. Is functionality for this implemented?