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

Time and price not displaying anymore #14

Closed cheriansk closed 1 year ago

cheriansk commented 1 year ago

![image] Not showing time and price

jonathanAnnandale commented 1 year ago

Hi guys In ChartHelperInterop.js there is a method called createChart. Within there, the layout section has an incorrect property. Change "backgroundColor" to "background".

Thanks for the great project :-)

NotCoffee418 commented 1 year ago

Hey, gonna close this since I can't see the issue. @jonathanAnnandale Fixing background color now