sr22

draw small plot when value = 0

Recommended Posts

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

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

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 ?

 

Unbenannt.PNG

Share this post


Link to post
Share on other sites

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

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 ?

Unbenannt1.PNG

Edited by sr22

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now