Chartist-js: Document supported events in Chartist and provide some advanced examples on how to use them

Created on 8 Apr 2015  路  4Comments  路  Source: gionkunz/chartist-js

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?

documentation enhancement

Most helpful comment

@gionkunz I mean, we need a documentation which lists out all available event names that we can use.

All 4 comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Globegitter picture Globegitter  路  4Comments

balintfarago picture balintfarago  路  3Comments

denisvolokh picture denisvolokh  路  4Comments

joshiashish23 picture joshiashish23  路  3Comments

LandonSchropp picture LandonSchropp  路  3Comments