Open kuatroka opened 1 year ago
The brush and drawing tools are not implemented in lightweight-charts
so I can't add them to this package.
I can create more examples on demo page:
Feel free to list cases that interest you.
An example of linked charts is already available on the demo page and in the REPL
Thanks. Of the top of my head the use case that could be interesting are:
These are just a couple of suggestions. I haven't played with these charts yet. I'm still only learning Svelte, but hopefully I can start using them in the future. The reason of my suggestions is that it doesn't seem there are many out of the box truly interactive libraries for viz for Svelte out there. There is D3 but it's too low level. There is also echarts but I don't see any examples of using it on my own data and with true interactivity/filtering/selection, etc. There is a project evidence , but it only uses non-interactive parts of echarts
Thanks
Hi @trash-and-fire ! Thanks a lot for your wrapper, it saved me a lot of time. I'm really interested too about these features too :)
Thanks for the library. It's quite awesome. One question or suggestion is, are there plans to add interactivity elements to these charts? By interactivity I mean: Date Range Selection, Add/Remove additional series to the same chart, Linked Charts with brush selection... etc. In general some interactivity options, not just the hover. Thanks