Opened 8 years ago
Last modified 4 years ago
#16803 assigned enhancement
Support for donut charts
Reported by: | Veneti | Owned by: | dylan |
---|---|---|---|
Priority: | undecided | Milestone: | 1.15 |
Component: | Charting | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Extending charting module by adding support for donut (doughnut) type of charts, special type of pie chart. Examples:
Attachments (2)
Change History (6)
Changed 7 years ago by
comment:1 Changed 7 years ago by
Dear elazutkin,
Please find the attachement for Donut chart,
The code is copy paste of Pie chart , and been modified where the slice drawing logic is written.
Hope this code is of required standards for dojox distribution.
--- Digambar Sangavkar
comment:2 Changed 5 years ago by
Milestone: | tbd → 1.12 |
---|---|
Owner: | changed from Eugene Lazutkin to dylan |
Status: | new → assigned |
Type: | feature → enhancement |
Sorry this took so long, I will review and hopefully land for Dojo 1.12.
comment:3 Changed 4 years ago by
Hello,
Just like Digambar Sangavkar, we were interested in a Donut plot. We started by superposing 2 Pies. But finally we extended dojox/Pie and overrode render() in order that the background color can be visible at the center and real arc shapes replaced the circle shape.
Other things we implemented : inner disk text, inner disk event support.
Because our render() method is an adapted copy-paste of the big render() method. We are still interested in a dojox/Donut.
Thanks
comment:4 Changed 4 years ago by
Milestone: | 1.13 → 1.15 |
---|
Ticket planning... move current 1.13 tickets out to 1.15 to make it easier to move tickets into the 1.13 milestone.
Donut JS