Sign in to follow this  
bhushan80

Charts Formatting

Recommended Posts

Hi all,

 

My first post on this forums. Although I am new to Fusion Charts XT, I am already able to do stuff with Fusion Charts XT eval version. However, in the 3D column chart that I have plotted, I need to provide color based on the values indicated by a bar. The X-axis and Y-axis values are obtained from 2 columns by iterating on a data table. Also, I have a trend line drawn on the chart and the values for the trend line are conditional and that works well. However, I want to display the bar in red if it falls short of reaching the trend line, else if it touches or passes the trend line, the column must be shown in green. My other problem is with giving different colors for columns in another 3D column chart and that is also a data bound chart. Hence, at design time, I do not know how many columns I have to draw. Also, since I am a little short handed on Java script, I would like to stick to C#/ASP.NET, if possible. I need to have a good logic to generate random/unique colors for each bar. In another chart, I have to use random/unique colors to set the display in a Pie Chart. Expect you all to guide me further.

 

Thanks,

Bhushan.

Share this post


Link to post
Share on other sites
Guest Sumedh

Hi all,

 

My first post on this forums. Although I am new to Fusion Charts XT, I am already able to do stuff with Fusion Charts XT eval version. However, in the 3D column chart that I have plotted, I need to provide color based on the values indicated by a bar. The X-axis and Y-axis values are obtained from 2 columns by iterating on a data table. Also, I have a trend line drawn on the chart and the values for the trend line are conditional and that works well. However, I want to display the bar in red if it falls short of reaching the trend line, else if it touches or passes the trend line, the column must be shown in green. My other problem is with giving different colors for columns in another 3D column chart and that is also a data bound chart. Hence, at design time, I do not know how many columns I have to draw. Also, since I am a little short handed on Java script, I would like to stick to C#/ASP.NET, if possible. I need to have a good logic to generate random/unique colors for each bar. In another chart, I have to use random/unique colors to set the display in a Pie Chart. Expect you all to guide me further.

 

Thanks,

Bhushan.

 

Hi Bhushan,

 

Welcome to FusionCharts Forum! smile.gif

 

Apologies for the delayed response.

 

FusionCharts XT is a JavaScript charting library. And it accepts data in XML/JSON formats.

 

So, you would need to provide chart attributes in the XML/JSON to render/configure the chart.

 

Also, changing the color of a particular data-plot dynamically (depending on the trendline) is not possible.

 

And for the other color configurations (to implement data bound chart) you would need to code at your end.

 

For more information, please refer the following links:

http://docs.fusioncharts.com/charts/contents/ChartSS/Column3D.html

 

http://docs.fusioncharts.com/charts/contents/ChartSS/Pie2D.html

 

Hope this helps!

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
Sign in to follow this