Akash Rathore Posted October 7, 2013 Report Share Posted October 7, 2013 I have the Bar chart with conditions (<50= red,>=50 and <80 = yellow, >=80 = Green). It is showing chart on passing values 50,61,81 as below: But I need the Chart as Below : You can see the example at http://jsfiddle.net/MK5j6/2/ Please Help.... Thanks In Advance. Quote Link to comment Share on other sites More sharing options...
0 JuanC Posted October 8, 2013 Report Share Posted October 8, 2013 There is a bug but you can work around it by passing the color to the conditional attributes, e.g. conditional1.setColor("#00FF00"); conditional2.setColor("#FFFF00"); conditional3.setColor("#FF0000"); We will actually use the color from the CSS (for the 3D planes) so it is not necessary that the colors you supply match the CSS but they should be different for each conditional (there might be optimizations where we ignore the change if we think the colors are the same). Regards, JuanC Quote Link to comment Share on other sites More sharing options...
Question
Akash Rathore
I have the Bar chart with conditions (<50= red,>=50 and <80 = yellow, >=80 = Green). It is showing chart on passing values 50,61,81 as below:
But I need the Chart as Below :
You can see the example at http://jsfiddle.net/MK5j6/2/
Please Help....
Thanks In Advance.
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.