facioquo / stock-charts

Stock charting website that demonstrates the Skender.Stock.Indicators NuGet package. It's an Angular website with a .NET Web API for backend generation of indicators.
https://charts.StockIndicators.dev
Apache License 2.0
65 stars 25 forks source link

`0px` default line widths, no bueno #318

Closed DaveSkender closed 7 months ago

DaveSkender commented 7 months ago

316 introduced a bug that causes default line widths to be 0, likely due to nullable global setting change. Either set a default width on the class definition, or explicitly for each indicator in meta. Double-check None mapping too as I thought 0 should show “None” in the UI selector shown below (may simply be unset instead of 0)

image