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 2011-12-13 19:44:09

tomp
Member

bubble chart not displaying x, romb or triangles_(up/down)

having problems in a bubble chart...  i can add bubble, square, and round but not x, triangle_(up or down) or romb.

this works:
               chart.bullet = "bubble";

this doesn't work:
               chart.bullet = "romb";

this doesn't work either:
               chart.bullet = "x";

presumably all of these should work:
bubble /square / round / square_outlined / round_outlined / square_outline / round_outline / romb / triangle_up / triangle_down / x / filename.swf


i'd love to have the "x" symbol. 

any suggestions?

tomp

Offline

 

#2 2011-12-14 01:55:39

martynasma
Administrator

Re: bubble chart not displaying x, romb or triangles_(up/down)

If you are using our JavaScript chart the only supported bullets are: "none", "round", "square", "triangleUp", "triangleDown", "bubble", "custom".

You can use your own custom bullet by using "custom" and setting graph.customBullet property to the url of the image you want to be used as bullet.

http://www.amcharts.com/docs/v.2/bundle … ce/amgraph

Offline

 

© amCharts | Forum engine: PunBB