How can I add a text message when loading the map? http://jsfiddle.net/Hexman/z7cnm5jx/
I tried with dataLoadStartMessage and loadMessage , but not working.
I solved the problem, it was not past: events
:events="events"
<fusioncharts
:type="type"
:width="width"
:height="height"
:dataFormat="dataFormat"
:dataSource="dataSource"
:events="events"
></fusioncharts>