Simple 2d Column Chart, single series, multi colour. Colour palettes

Pages: | One | Two | Three | Four | Five |

The column values are defined within a data section in the following format:

{'label': 'Oct','value': '490000'},
{'label': 'Nov','value': '900000'},
{'label': 'Dec','value': '730000'}

column2d

FusionCharts XT will load here!

The chart is placed within a DIV container. The name (RenderAt) in the script and the DIV ID must be the same and is case sensitive.

As well as using palatte colors within the Chart section, you can also use Color within a particular data value item. (This could be applied to the current period in an annual profile.)

#278ECF #4BD762 #FFCA1F #FF9416 #D42AE8 #535AD7 #FF402C

'paletteColors': '#278ECF, #4BD762, #FFCA1F, #FF9416, #D42AE8, #535AD7, #FF402C, #83BFFF, #6EDB8F, #FFE366, #FFC266, #D284BD, #8784DB, #FF7B65, #CAEEFC, #9ADBAD, #FF1B82, #FFE0B2, #FFBEB2, #B1AFDB',

filename: my_first_chart_using_fusionchart.html