How can I remove the branding text from an amChart chart?
JS chart by amCharts
Is there a way to remove that text in the chart configuration?
Image of such a chart:
I followed this code http://jsfiddle.net/amcharts/w8Bcy/ to create my own column chart. I succed but now i want to improve that charts with other options.
Actual chart def is :
var chart = AmCharts.makeChart("chartdiv", {
"type": "serial",
"…
I would like to replace new data in JSON to chart and display them in the chart without reload of whole canvas. Is it possible in AmCharts library and if yes, how can i do it?
Thanks for any advice.