Opened 8 years ago
Closed 8 years ago
#16710 closed defect (invalid)
Bug in dojox.charting.axis...
Reported by: | machandi | Owned by: | machandi |
---|---|---|---|
Priority: | undecided | Milestone: | tbd |
Component: | Charting | Version: | 1.6.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Bug found while is rendering an axis in Dojox charting.
As you can see in attached image, the “X” axis has two wrong numbers.
Beside I’ve attached de source code to reproduce this bug.
Thanks in advance, Best regards, Andrés Margendie
Attachments (2)
Change History (6)
comment:1 Changed 8 years ago by
Component: | DojoX Widgets → Charting |
---|---|
Owner: | changed from dante to Eugene Lazutkin |
comment:2 Changed 8 years ago by
well to be honest I actually don't understand why it is not worst than that because you are specifying an array of labels to your x-axis that do not correspond to what you seem to need. Have you tried just commenting your x-axis labels:
chart.addAxis("x", { // labels : labelX, rotation : 270, includeZero : true });
does it give the result you expect?
comment:3 Changed 8 years ago by
Owner: | changed from Eugene Lazutkin to machandi |
---|---|
Status: | new → pending |
comment:4 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!
There is no attached source code or image that I can see, can you please add them?