Combo Chart – Data Labels
-
Hi,
I’m trying to figure out how to add the data label in the combo chart.
I could not find a clear example to do this with your plugin.
I tried: chart_annotations = ‘”1″:{“style”:”bar”,”role”:”annotation”},”2″:{“role”:”annotationText”}}’ and did not work.
I tried using the annotations inside the chart_series and it did not work.
I’ve seen several examples using the following commands:
data.addColumn ({type: ‘string’, role: ‘annotation’});
data.addColumn ({type: ‘string’, role: ‘annotationText’});
I could not figure out how to use them in your plugin.Any help is welcome.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Combo Chart – Data Labels’ is closed to new replies.