You are not logged in.
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
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