candela
candela copied to clipboard
Visualization components for the web
Example: as long as something somewhere has imported candela, `test = new Set()` will try to create the `Set` defined in [`dataStructure.js`](https://github.com/VCG/upset/blob/master/dataStructure.js#L145) instead of an ES6 `Set` object. I'm guessing...
Include links to Sizing mixins.
One reasonable use case would be LineUp's rendering options like `stacked` which have a nice animation as opposed to resetting the entire vis.
We are currently on a commit from June 2015. It would be good to update this to a more recent version since there has been active development since then.
This is mainly to exercise the events system and show a proof-of-concept of reacting to events generated by a third-party underlying visualization. This may depend on some restructuring of the...
The relevant code is [here](https://github.com/Kitware/candela/blob/155af9c771f3261c75383c6a42e973944106f0cb/src/components/Histogram.js#L19-L21).