Evelina Rim

Members
  • Content count

    6
  • Joined

  • Last visited

Posts posted by Evelina Rim


  1. Moreover, I am using attribute dashed in dataSet level for line chart, and having trouble displaying dahsed line in legend. I am using drawCustomLegend attribute. My question is, how to do add dashed line in legend via dataSet level. 


  2. 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.