svelte-lightweight-charts icon indicating copy to clipboard operation
svelte-lightweight-charts copied to clipboard

Svelte wrapper for financial lightweight charts

Results 8 svelte-lightweight-charts issues
Sort by recently updated
recently updated
newest added

> is not a valid SSR component. You may need to review your build config to ensure that dependencies are compiled, rather than imported as pre-compiled modules. If I restart...

How do you implement Series Markers?

Will the package work on Sveltekit? Or is it better to wait for the 4.0 version of lightweight-charts?

Support [plugin system](https://tradingview.github.io/lightweight-charts/docs/next/plugins/intro). - Implement a `` component that will use [`IChartApi::addCustomSeries`](https://tradingview.github.io/lightweight-charts/docs/next/api/interfaces/IChartApi#addcustomseries) api. - Implement a `` component that will use [`createChartEx`](https://tradingview.github.io/lightweight-charts/docs/next/api#createchartex) api. - Implement a `` component that will...

Hi I wanted to know if it is possible to add the time x-value above the vertical line (see attachment). ![WhatsApp Image 2024-03-01 at 12 34 13](https://github.com/trash-and-fire/svelte-lightweight-charts/assets/22890183/7184ee86-f86e-4382-907b-da9075225259)

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...