sbangela

MSCombi3D: dataset cannot show gradient color

Recommended Posts

I need to show gradient color for the column bars in MSCombi3D. However, it doesn't work. It can only display the first color I set in the color list.

 

 

 

Here is my dataset xml:

 

 

 


  [dataset seriesName='data1' renderAs='Column' color='000000,ffffff']

     [set value='3' /]

     [set value='4' /]

     [set value='5' /]

     [set value='6' /]

  [/dataset]

 

([] should be replaced.. I use this method since I don't know how to show the code :P )

 

 

 

From documentation, gradient color for column bar should work. Or do I misunderstand something?

 

http://www.fusioncharts.com/docs/Contents/ChartSS/Combi3D.html#Anchor15

 

dataset element

 

Attribute Name: color

 

Type: Color

 

Range: Hex Code (Or Comma separated list)

 

Description: This attribute sets the color using which columns, lines, area of that data-set would be drawn. For column chart, you can specify a list of comma separated hex codes to get a gradient plot.

 

 

 

Thanks a lot! :)

Edited by Guest

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

Hi,

The "color" attribute of the <dataset> element sets the color using which columns, lines, area of that data-set would be drawn. For column chart, you can specify a list of comma separated hex codes to get a gradient plot.

Please try using the "color" attribute in the <dataset> element replacing "[]" with "<>".

Hope this helps.

Share this post


Link to post
Share on other sites
Guest Madhumita

Hello,

Thanks a lot for your suggestion. We have made a note of the same.

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