Thanks for the reply and support
this error appear when click on the category to get back to the original data without complete its circular animation how can i add the category/symbol/text after it complete rendering the data to prevent any interfere during it
Cannot read property 'id' of undefined
at Object.circularAnimationComplete (ej.chart.min.js:10)
at SVGPathElement.complete (ej.chart.min.js:10)
at SVGPathElement.d.complete (jquery-2.2.4.min.js:3)
at i (jquery-2.2.4.min.js:2)
at Object.fireWith [as resolveWith] (jquery-2.2.4.min.js:2)
at i (jquery-2.2.4.min.js:3)
at n.fx.tick (jquery-2.2.4.min.js:3)
Queries | Response | |
this error appear when click on the category to get back to the original data without complete its circular animation | We have tried to replicate the reported issue, but unfortunately the reported scenario is not occurred at our end. Sample used for testing can be find from below link. In the above sample after drill down and before animation completes, we have clicked on the category to go back to original data, its working properly at our end. Since we are not aware of your exact scenario, we would like to know the following details, which will be helpful in further analysis and provide you the solution sooner.
| |
how can i add the category/symbol/text after it complete rendering the data to prevent any interfere during it | If you need to add symbol to the drill down chart, then you can achieve this using seriesRendering event of drill down chart and for text, you can use displayTextRendering event. In this event you can customize the text with respect to your requirement. We have prepared a sample in which on drill down we have changed the shape of data label and customized the text as depicted below. You can change this with respect to your scenario.
Screenshot before drill down: Screenshot after drill down: Sample for reference can be find from below link. |