Evelina Rim
-
Content count
6 -
Joined
-
Last visited
Posts posted by Evelina Rim
-
-
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. -
Work-around done the job, thanks!
-
Thank you for your quick response
-
-
I managed to use
allowDragas 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.


custom shadow
in Miscellaneous
Posted · Report reply
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.