Hexman

Members
  • Content count

    3
  • Joined

  • Last visited

Everything posted by Hexman

  1. 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.
  2. Hello, I have a project in vuejs and it does not work connectorClick. Below is an example: https://jsfiddle.net/Hexman/5e61pu3r/25 Thank you!
  3. VueJs - Not work events connectorClick

    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>