Libraries
Last updated
Was this helpful?
Last updated
Was this helpful?
some useful libraries are included in the IFTs. You can use it:
to handle arrays (search, filter, sort...) :_.groupBy(myarray, 'reg')
to access and animate your dashboard : d3.selectAll('.dots')
to handle dates: moment.utc(mydate)
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.