Search the Community

Showing results for tags 'allowdrag'.



More search options

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Company Forums
    • Company News
  • Product Forums
    • FusionCharts XT
    • FusionWidgets XT
    • PowerCharts XT
    • FusionMaps XT
    • Collabion Charts for SharePoint
    • jQuery Plugin for FusionCharts
    • AngularJS plugin
    • ReactJS plugin
  • General Forums
    • FusionCharts Jobs and Consultation
    • FusionLounge

Found 2 results

  1. Can not find chart attribute, that could hide whole toolbar-master/ toolbar when allowDrag is used. Attaching image for visual understanding. Is this even possible?
  2. Vuejs and allowDrag

    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.