How to create pie chart using javascript

前端 未结 1 640
星月不相逢
星月不相逢 2021-01-14 21:59

I have created a pie chart using javascript and my data is stored in mongodb. In my chart I am able to separate slices of pie chart.

That is whenever I roll on my mo

相关标签:
1条回答
  • 2021-01-14 22:15

    I know this has been asked years ago, but anyone who might bump into this can see it HERE.

    You have to use link attribute, as seen here.

                   "link": "JavaScript:populate('411');",
    
    0 讨论(0)
提交回复
热议问题