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.

Flash Charts: Flash Charts Bundle


#1 2012-08-13 02:09:57

alvaroull
Member

semi donut

How can I do this chart?

http://www.aparentia.com/mf/semidonutchart.jpg


I have tried by putting 25% alpha =0, X% alpha = 1, 25% alpha = 0, but, when I paint the legend it goes to the bottom, and paint the 25%..

http://www.aparentia.com/mf/semidonutamchart.png


there is any option or graphic that I don't see that do this semi-donut?


Thanks in advance

Alvaro

Offline

 

#2 2012-08-13 03:06:43

martynasma
Administrator

Re: semi donut

You can make the slice invisible in the legend using visibleInLegendField property. (similarly like you did for the alpha)

You can also make the legend not interfere with the chart by placing it absolutely:

Code:

legend.position = "absolute";
legend.left = "0px";
legend.bottom = "0px";

Furthermore you may need to adjust chart margins to position the semi-donut correctly.

Offline

 

© amCharts | Forum engine: PunBB