Search the Community
Showing results for tags 'vuejs'.
Found 3 results
-
Hi all, I'm trying to use the Vuejs component for fusioncharts. How do I must proceed ? I mean that I know there's a download function on your website : https://www.fusioncharts.com/vue-js-charts?framework=vue but it says this will be a trial. I have a licensed fusioncharts.js, how do I get the good version of Vuejs plugin ? Thank you
-
I managed to use allowDrag as per example "dataset": [{ "seriesname": "Android Devices", "data": [{ "value": "73", "alpha": "100", "allowDrag": "1" }, { "value": "80", "alpha": "100", "allowDrag": "1" }] My question is, how can I disable this dynamically? Is there a way to apply "allowDrag" on whole chart rather than dataSet? My intension is to set allowDrag depending on other states in application.
-
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!