Libraries
some useful libraries are included in the IFTs. You can use it:
underscore to handle arrays (search, filter, sort...) :
_.groupBy(myarray, 'reg')
d3 to access and animate your dashboard :
d3.selectAll('.dots')
moment to handle dates:
moment.utc(mydate)
jquery to navigate in the DOM structure of your dashboard (deprecated)
WILCO provides context related variables to the rules so that the dashboard is animated according to it.
Last updated
Was this helpful?