Hi,
It's working perfectly. I have few things to do further. My requirement as below,
* I want to enable drill-down in the chart. The chart X-axis should be separated into two sections which are divided from the 365 days. These two sections are clickable.
Left section contains 182 days and right section contains 183 days. If either side is clicked then the display will be redrawn the chart in full screened dialog modal with the new time period being set by the duration of the section being selected. In the next level that selected section (Assume left 182 section) can be clickable which separated into 6 section indicating monthly. Lastly, if user selected one of sections 6 that duration of the section should be represent in the chart.
Original chart - [182 Days][183 Days]
New chart in the Dialog - [30 Days][30 Days][31 Days][31 Days][30 Days][30 Days] - Section 1,
[30 Days][30 Days][31 Days][31 Days][31 Days][30 Days] - Section 2
Same chart in the Dialog - [30 Days] - Some selected month
Note: - X-axis represent the date for past 365 days, including today, with the oldest date on the left and the newest date on the right.
- Open dialog modal for first level only. Other levels should be show in the same chart.
Highly appreciate your support.
Thank you.