BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
Query |
Response | |
I need the series data and the drill-down data to be carried by the chart object =>to drill-down for many levels |
Your requirement can be achieved as a workaround using point region click event. Since in the pointRegionClick event we can take instance of chart and then we can store series data in chart object and after drill down in the same pointRegionClick event we can store the drill down data in the chart object as depicted below. You can change this with respect to your requirement.
Sample for reference can be find from below link:
| |
how to change the legend data to appear the series data details(points) |
Screenshot for multiple pie:
Screenshot with single series pie chart:
If you have single series only the data in the points will be displayed in legend as above, if you have multiple series then we have rendered the series name in legend as like in the first screen shot(multiple pie). If your requirement is to achieve as like in the second screenshot for multiple pie series, as of now we didn’t provide support for this.The reason behind this is that, if you have n number of series and n number of points in each series, then there will not be space for rendering chart, so we didn’t provide support for this.
|
thanks for your support and help