Opened 9 years ago
Closed 8 years ago
#15869 closed defect (fixed)
MoveSlice and Tooltip fault if Pie Chart has 'startAngle'
Reported by: | Bi11 | Owned by: | Bi11 |
---|---|---|---|
Priority: | undecided | Milestone: | 1.8.2 |
Component: | Charting | Version: | 1.8.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
if a Pie chart set with startAngle, the MoveSlice? and Tooltip will go to a wrong direction.
.... chart.addPlot("default", { type: "Pie", startAngle: 180 }); .... new dojox.charting.action2d.Tooltip(chart,"default"); ...
Attachments (1)
Change History (10)
comment:1 Changed 9 years ago by
Component: | Dojox → Charting |
---|---|
Description: | modified (diff) |
Owner: | changed from Adam Peller to Eugene Lazutkin |
comment:2 Changed 8 years ago by
Owner: | changed from Eugene Lazutkin to Bi11 |
---|---|
Status: | new → pending |
comment:3 Changed 8 years ago by
Resolution: | → invalid |
---|---|
Status: | pending → closed |
Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!
comment:4 Changed 8 years ago by
modify test_events2d.html, change startAngle and set y in 40,20,10,10
chart10.addPlot("default", { type: "Pie", font: "normal normal 11pt Tahoma", fontColor: "black", labelOffset: -30, radius: 80, startAngle: -180 }); chart10.addSeries("Series A", [ {y: 40, text: "Red", color: "red", stroke: "black", tooltip: "Red is 50%"}, {y: 20, text: "Green", color: "green", stroke: "black", tooltip: "Green is 25%"}, {y: 10, text: "Blue", color: "blue", stroke: "black", tooltip: "I am feeling Blue!"}, {y: 10, text: "Other", color: "white", stroke: "black", tooltip: "Mighty <strong>strong</strong><br>With two lines!"} ]);
comment:6 Changed 8 years ago by
Milestone: | tbd |
---|---|
Resolution: | invalid |
Status: | closed → reopened |
comment:8 Changed 8 years ago by
Milestone: | → 1.8.2 |
---|
Note: See
TracTickets for help on using
tickets.
Can you please be a little be more specific? I have just modified test_events2d.html to put startAngle: 180 is the bottom pie chart and the tooltip works ok. The MoveSlice might need some little improvement but it is not going into "the wrong direction".
Do you have an example that does reproduce the issue?
Thanks.