Evelina Rim
Members-
Content count
6 -
Joined
-
Last visited
Everything 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.
-
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.
-
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?
-
Hide restore toolbox if allowDrag is selected
Evelina Rim replied to Evelina Rim's topic in General usage
Work-around done the job, thanks! -
Thank you for your quick response
-
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.