sr22 Report post Posted September 14, 2017 Hey guys. Sorry for asking so much but I can't find some things in the documentation. Is there a possibility to draw a small plot also when the y value is 0? Or am I able to start drawing the plots at -1 or something like this? Thanks. Share this post Link to post Share on other sites
Ayan Bhadury Report post Posted September 14, 2017 Hi, Kindly share us the information for which chart type you want to show the plots when the value is 0. However for reference, in case for line charts if the value is 0 the anchor plots would show up by default, please check the sample fiddle -http://jsfiddle.net/fpq57g37/ Incase for column charts if the value is 0 you can set yaxisminvalue attribute at the chart level and set its value lower than 0 to showcase the plot properly, please check the sample fiddle for further reference - http://jsfiddle.net/7mp52ywt/ Share this post Link to post Share on other sites
sr22 Report post Posted September 14, 2017 I'm using a scrollcombidy2d. I found the yaxisminvalue already, but in my chart there is no value below 0 so it's looking very strange when I set the yaxisminvalue. (see screenshot) Is there a possibility to start every column at -1 ? Share this post Link to post Share on other sites
Ayan Bhadury Report post Posted September 14, 2017 Hi, FusionCharts plots the data plots from the zero plane internally, so if the data value is 0 setting yaxisminvalue to lower than 0 would set the y-axis values but the data would be plotted from the zero plane only, to showcase a proper visualization. Share this post Link to post Share on other sites
sr22 Report post Posted September 14, 2017 Hi, set yaxisminvalue to -0,1, so the little plot of 0 values is visible and looks good. Thank you for your help! Share this post Link to post Share on other sites
Ayan Bhadury Report post Posted September 14, 2017 Yes, you could have a workaround based on your requirement. Welcome. Share this post Link to post Share on other sites
sr22 Report post Posted September 15, 2017 (edited) I have another strange problem. I add data from another db table to my chart at the first place. I add everything exactly the same way and it's drawn in the table. I have added "valueFontBold" => "1" to my chart, but the first two stacks are not displayed in bold. Do you maybe know where my problem is ? Edited September 15, 2017 by sr22 Share this post Link to post Share on other sites
Ayan Bhadury Report post Posted September 15, 2017 Hi, Kindly update the js fiddle with your chart data source replicating the problem, so that we could look into it properly. Sample fiddle - http://jsfiddle.net/fusioncharts/cVXNg/ Share this post Link to post Share on other sites
sr22 Report post Posted September 15, 2017 Hi, already saved the problem. Found ou that there was a problem with Firefox. thanks Share this post Link to post Share on other sites