amCharts support forum

You are not logged in.

Announcement

FORUM CLOSED! This forum is closed. We moved to a new place at Zendesk. Update your bookmarks.

JavaScript Charts: JavaScript Charts Bundle (Serial, Pie, XY, Radar)


#1 2012-10-03 08:33:37

ozerich
Member

Align center Graphs

http://i.stack.imgur.com/q63v5.png

I have this graph, built by engine amCharts, i have 3 type fields and 3 graphs(yellow, green, blue)

Code:

 var graph1 = new AmCharts.AmGraph();
 graph1.type = "column";
 graph1.valueField = "yellow";
 chart.addGraph(graph1);

 var graph2 = new AmCharts.AmGraph();
 graph2.type = "column";
 graph2.valueField = "yellow";
 chart.addGraph(graph2);

 var graph3 = new AmCharts.AmGraph();
 graph3.type = "column";
 graph3.valueField = "yellow";
 chart.addGraph(graph3);

As you can see, i have no data for Yellow in March, May, and no data for Green in May.

I want that columns in every month aligns center like next
http://i.stack.imgur.com/e151P.png

Offline

 

#2 2012-10-04 06:14:51

martynasma
Administrator

Re: Align center Graphs

I'm afraid that's not possible. Sorry.

Offline

 

© amCharts | Forum engine: PunBB