NotCoffee418 / TradingView.Blazor

Simple component for basic TradingView chart in Blazor supporting OHLC candle, volume and markers.
Apache License 2.0
36 stars 10 forks source link

priceLine #10

Closed steveumg closed 2 years ago

steveumg commented 2 years ago

how difficult would it be to add the Priceline option

const priceLine = { price: 980, color: '#be1238', lineWidth: 2, lineStyle: LightweightCharts.LineStyle.Dotted, axisLabelVisible: true, title: 'P/L: 500', };

NotCoffee418 commented 2 years ago

It's a bit tricky without breaking stuff or doing a proper overhaul but I'll make it happen. If this library becomes more popular, i'll do a full overhaul so it can be expanded properly without hacky code.