echarts-examples
echarts-examples copied to clipboard
Data modification and nesting
Hi,
I have been using vis-timeline for a while and want to switch to Apache ECharts. I am following the custom Gantt chart example and have a few questions as follows:
- Is it possible to have user modify an individual data point (say a task with a specific start time and duration) by using the mouse to move them along the timeline and also to modify its duration?
- Is it possible to nest the group on the left axis?
- Is it possible to add overlays to the individual items on the chart, eg, to add circles to indicate status?
- Is it possible to dynamically change the timezone (allow users to change it say, from GMT to local) via a drop-down context menu?
Cheers, Vlad