trash-and-fire
trash-and-fire
The work on `` is almost done. https://github.com/trash-and-fire/svelte-lightweight-charts/assets/69399722/b3e12fe0-e130-4800-9aec-a1182b744833
I published `[email protected]` with the support of the custom series. The example of usage you can find [here](https://github.com/trash-and-fire/svelte-lightweight-charts/blob/82_support_plugins/src/demo/samples/custom-series.svelte)
I published `[email protected]` with the support of the series primitives. The example of usage you can find [here](https://github.com/trash-and-fire/svelte-lightweight-charts/blob/82_support_plugins/src/demo/samples/vertical-lines.svelte)
I'm still not sure about the final API of the new components. When implementing vertical lines, it seemed to me that we needed to add more convenience. Perhaps I will...
@go-dockly thanks. For some reason, a file was published without exported types. I'll publish again today when I get to the computer. > besides could new VertLine(time) not be an...
I published `[email protected]` with exported `IReactiveSeriesPrimitive`
I took the implementation of vertical lines from the repository with plugin examples: https://github.com/tradingview/lightweight-charts/tree/master/plugin-examples. Maybe I'll make a subsection with exports of plugin components something like: ``` import {VerticalLine} from...
Yes. You can start with "legend" or "moving everage" examples on the **[demo page](https://trash-and-fire.github.io/lightweight-charts-react-wrapper/)**
Oh I should update the examples in the code-sandbox to match version 4.0.0 =(
So the idea is to wrap the chart component in a relative div and place whatever you want on the chart using absolute position. ``` {legend} ``` ``` .container {...