Opened 12 years ago
Closed 9 years ago
#8216 closed enhancement (invalid)
[CLA][Patch] Box and whisker plot
Reported by: | pogil | Owned by: | pogil |
---|---|---|---|
Priority: | low | Milestone: | future |
Component: | Charting | Version: | 1.2.1 |
Keywords: | reviewed | Cc: | |
Blocked By: | Blocking: |
Description
I filed a corporate CLA under my name and with the entity name mSpoke.
Details about the plot are at http://livewebir.com/blog/2008/11/dojo-charts-that-sing-box-and-whisker-plots/. I didn't carefully think through how one might wish to have groups of data, similar to how clustered columns work, but it might be worth thinking about for future adaptations.
I didn't carefully review how the shapes that are attached for events get their labels in action2d.Tooltip. There are probably "bugs" in that part of the code.
Attachments (2)
Change History (9)
Changed 12 years ago by
Attachment: | BoxAndWhisker.js added |
---|
comment:1 Changed 12 years ago by
Milestone: | tbd → 1.3 |
---|---|
Status: | new → assigned |
comment:2 Changed 12 years ago by
There was a bug in the original source on my web site where numbers aren't sorted correctly. I've fixed the code on my server.
comment:3 Changed 12 years ago by
I just remembered that the code is uploaded here. Line 86 should read
run.data.sort(function (x, y) { return x - y; });
Changed 12 years ago by
Attachment: | BoxAndWhisker.2.js added |
---|
Bug fixes for axis creation and handling of negative values included here
comment:5 Changed 9 years ago by
Keywords: | needsreview added |
---|---|
Priority: | high → low |
i'm trying to identify stale tickets. if there is a need to keep this ticket open, please replace the "needsreview" keyword with "reviewed". if there is no need to keep this ticket open then please close it.
comment:6 Changed 9 years ago by
Keywords: | reviewed added; needsreview removed |
---|---|
Owner: | changed from Eugene Lazutkin to pogil |
Status: | assigned → pending |
pogil do you have an updated version of your code that would work with trunk (1.8) & AMD? Thanks.
comment:7 Changed 9 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!
dojox/charting/plot2d/BoxAndWhisker.js