Search the Community
Showing results for tags 'annotation'.
Found 3 results
-
Annotations in the plot area mask rollover/rollout events
randomnuggets posted a topic in General usage
I have a 2D bar chart. Each bar on the bar chart has an annotation. Each annotation is positioned directly on top of each horizontal bar. I also have tool tips configured on each bar. If I rollover/rollout the mouse on an annotation, it prevents any rollover/rollout events firing on the underlying bar. The tool tip disappears. The mouse event is processed by the annotation only. Is there a way I can pass the rollover/rollout event through to the data plot, so that the tool tips still work? Thanks.- 7 replies
-
- annotation
- events
-
(and 2 more)
Tagged with:
-
Hi ! I think that I ask is not possible but I try I want to do multiplications and divisions with macros of annotations. For exemple here the JSFiddle : http://jsfiddle.net/x5FBh/620/ I try to put the green circle (last annotation in code) in the center of the canvas, how can I do that ? I tried like the JSFiddle exemple : $canvasStartX + ($canvasWidth / 2) But the ($canvasWidth / 2) is ignored, when i remove brackets / 2 is ignored. Do you have any other solution for me ? Keep in mind the chart is dynamically resized, so fixed values don't work. Thank you, Sébastien
- 5 replies
-
- division
- multiplication
-
(and 3 more)
Tagged with:
-
This page: http://docs.fusioncharts.com/tutorial-configuring-your-chart-annotations.html shows the use of some macros that I cannot find any documentation for, namely the $dataset macro. Is there somewhere where this is documented? I would like to use annotations on a funnel chart to add additional labels aligned to the center of the segments. Like this: