Anatoly Bakirov
Anatoly Bakirov
And what will chord-graphic.js look in this example, something like this? ``` Cedar.registerEngine("chord-graphic", impl); ``` ... where `impl` is my own implementation of some well-defined interface?
Sounds good to me. I would also add that OOTB vega engine implementation should probably use that same API `Cedar.registerEngine("vega", ...)`. This way people will be able to look at...
It would be cool if histograms were also interactive allowing users to select subsets of data using double slider. One of the many examples of how others do this: https://dev.anuary.com/703dff31-b9be-543f-b6c6-61ae7fb4dd32/...