Evelina Rim

Members
  • Content count

    6
  • Joined

  • Last visited

Everything posted by Evelina Rim

  1. custom shadow

    Hello, Is it possible to set custom shadow for charts? For example I want to have some custom shadow for line chart. I have enabled option - showShadow: 1 and shadow appleared, but I need to customise it.
  2. custom shadow

    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.
  3. 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?
  4. Hide restore toolbox if allowDrag is selected

    Work-around done the job, thanks!
  5. Vuejs and allowDrag

    Thank you for your quick response
  6. 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.