On http://gionkunz.github.io/chartist-js/api-documentation.html#chartistbase-function-on it says:
event ( String )
Name of the event. Check the examples for supported events.
Is it possible to have a list of all events being listed out here instead of checking out each example one y one?
You can use a wildcard callback. When you do chart.on('*', cb) where cb is of signature function(eventName, data)
Cheers
gion
@gionkunz I mean, we need a documentation which lists out all available event names that we can use.
Ah sorry :-) I misunderstood your question. Of course, we need to document the events! I thought about creating even a separate page for this with introduction, event list and examples. This should be tracked here #90
I'll close this in favor of #90
Most helpful comment
@gionkunz I mean, we need a documentation which lists out all available event names that we can use.