Opened 13 years ago
Closed 13 years ago
#6553 closed defect (duplicate)
Bars and Clusterd Bars - min value issue
Reported by: | guest | Owned by: | Eugene Lazutkin |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Charting | Version: | 1.1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Hi,
I have bumped into a strange defect... I had a chart of type "ClusteredColumns?" it works fine, but the moment I change the type fropm clustered columns to "Bars" or "ClusteredBars?" the minimum value disappears - I have attached a sample file with comments. If more than one value is the least - they all disappear, if all values are same, all the bars disappear! Please have a look at the attachment and
comment/uncomment the below mentioned three lines: chart18.addPlot("default", {type: "ClusteredBars?", gap: 2}); chart18.addPlot("default", {type: "ClusteredColumns?", gap: 2}); chart18.addPlot("default", {type: "Bars", gap: 2});
In a combination with :
chart18.addSeries("Series A",[29, 25, 27, 44, 57],{stroke: {color: "red"}, fill: "lightpink"}); chart18.addSeries("Series A", [29, 25, 25, 44, 57], {stroke: {color: "red"}, fill: "lightpink"}); chart18.addSeries("Series A",[25, 25, 25, 25, 25],{stroke: {color: "red"}, fill: "lightpink"});
I am raising this as severity/priority normal... but if there is no work around available, I request you to raise the severity/priority to whatever you feel appropriate. Thanks in advance.
Regards, Yazad Khambata [email protected]…
Attachments (2)
Change History (3)
Changed 13 years ago by
Attachment: | trac.2.htm added |
---|
Changed 13 years ago by
comment:1 Changed 13 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
It is a dup of #6554.