MilanShe
Members-
Content count
8 -
Joined
-
Last visited
About MilanShe
-
Rank
Forum Newbie
-
Can we include a space between a pair of bars in multiseries column stacked fusion chart
MilanShe posted a topic in General usage
Can we include a space between a pair of bars in multiseries column stacked fusion chart -
Hi, Is there any combination chart to reprent both Spline and MS Column 3D. There is a chart named MSCOMBIDY2D,but its a line chart, we need a spline(curvature) form
-
Hi Swarnam, Isuue is solved..Thanks
-
Hi, Below is the json data, {"chart":{"borderColor":"#F3FBFE","paletteColors":"#333399,#CC9900","canvasBgColor":"#F3FBFE", "canvasBgAlpha":"100","bgcolor":"#F3FBFE","bgAlpha":"100"}, "categories":[ {"category": [{"label":"2011"}, {"label":"2012"}, {"label":"2013"}, {"label":"2014"}, {"label":"2015"}, {"label":"2016"}, {"label":"2017"}]}], "dataset":[{"seriesname":"2011", "data":[{"value":"50","valuePosition":"BELOW"}, {"value":"90","valuePosition":"BELOW"}, {"value":"92","valuePosition":"BELOW"}, {"value":""}, {"value":""}, {"value":""}, {"value":""}]}, {"seriesname":"2016", "data":[{"value":"100"}, {"value":"100"}, {"value":"100"}, {"value":"400"}, {"value":"500"}, {"value":"510"}, {"value":"520"}]}]} After applying value position also , the values 50,90 and 92 is coming above the line and its getting overlapping with the other values Can u pls help me to resolve this issue
-
Hi, Currently we are using fusion chart version 3.3.1-sr3 But the valueposition is not working as expected..
-
Hi, I tried it as json data Below is the code snippet.. "value position" is not working as expected [{"seriesname":"2011", "data":[{"value":"50","valuePosition":"BELOW"}, {"value":"90","valuePosition":"BELOW"}, {"value":"92","valuePosition":"BELOW"}, {"value":""}, {"value":""}, {"value":""}, {"value":""}]}, {"seriesname":"2016", "data":[{"value":"100"}, {"value":"100"}, {"value":"100"}, {"value":"400"}, {"value":"500"}, {"value":"510"}, {"value":"520"}]}]});
-
PFA
-
Hi , I tried the above method , but its not working properly