trash-and-fire / svelte-lightweight-charts

Svelte wrapper for financial lightweight charts
MIT License
108 stars 15 forks source link

**not an issue** feature question #81

Closed nickforce closed 1 year ago

nickforce commented 1 year ago

Amazing library, thank you for creating it!

Is there a way to add markers to a line chart? For example I am displaying a line chart with moving averages and want to display simple markers with text at various price points on the chart. Is this possible with the current library of components?

trash-and-fire commented 1 year ago

Yes. Use markers property. https://svelte.dev/repl/2a874b081cd9465e8eaa7ceef0d42cca?version=4.2.0

There is documentation for SeriesMarker interface.

nickforce commented 1 year ago

Perfect, exactly what I was looking for. Thank you! @trash-and-fire