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
Hi, I am struggling with c3 and the lack of documentation. I thought this would be working, but apparently there is no onclick on step charts? Is that correct or did I just misunderstand how to add a function (clicked() does not exist, but that should just be a console error then)?
Hi, sorry for the late response.
You're right and this has been fixed by the commit above. Now we can handle click event in each step. Could you try the new code? Thanks.
Hi, I am struggling with c3 and the lack of documentation. I thought this would be working, but apparently there is no onclick on step charts? Is that correct or did I just misunderstand how to add a function (clicked() does not exist, but that should just be a console error then)?
Example: http://jsfiddle.net/hncapr46/
Ideally this would register a click on the whole step, not just its edges.
The text was updated successfully, but these errors were encountered: