Closed shruti-techindustan closed 1 year ago
Refer the same issue of OC lang version
I want to perform click also. If I will use touchEventEnabledSet as false then click not working. I want to perform click as well as faded issue fix. Is there any way to fix faded issue while clicking. @AAChartModel
You do not need to set the touchEventEnabledSet
be false
.
The only key content is
aaOptions.plotOptions.series.states = AAStates.new
.inactiveSet(AAInactive.new
.enabledSet(false));
When I click on Graph it becomes faded. I want to do some actions on click of graph. Is there any way to fix this issue. For reference I have also attached image.