1. Is it possible to custom handle the interval for the below example ?
Eg:- we have the requirement to display time in x-axis. The time we receive from the server is like:- 11:00:03, 11:21:08, 11:28:01, 11:46:02
We need to display this in 1 hour interval, half an hour interval interval, 15 minutes interval etc depending on the way the user wants it to be displayed.
Currently the interval is automatically adjusted by SYNCFUSION.
2. We have developed an overlapping graph to similar to the yahoo finance graph. In this the area chart displays PRICE and the bar chart displays QUANTITY. The y axis interval should be calculated depending on the values of PRICE and the bar chart needs to be restricted to a particular limit. Please refer the yahoo finance app link below.
3.Once we zoom the graph, is it possible to get the data displayed in the screen at present ? This data needs to be manipulated and used within the screen depending on our requirement