You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@RNWCoder If you use the gem version 0.1.9 or above, you should already be able to do so.
If you import apexcharts.js yourself, make sure you use the package version 3.0.0 or above.
I have a situation where I would like to be able to click on a bar of a chart and link to another page based on the date of its data point.
I was hoping we pass in the function through the chart building options like this:
events: { click: {function: {args: 'event, chartcontext', body: "js logic here" }}}
Has anybody solved this issue already?
The text was updated successfully, but these errors were encountered: