Kaktana / kaktana-react-lightweight-charts

A simple react wrapper for the tradingview lightweight charts module
MIT License
106 stars 55 forks source link

Fix legend color not matching line color #9

Closed silvercondor closed 3 years ago

silvercondor commented 3 years ago

Legend color does not match multi series charts if default color scheme is not used. Please check if the logic is correct before merging.

I am currently working around this by declaring an extra field "option" and filling in mock data to bypass the check

AurelReb commented 3 years ago

Thank you, it was indeed a mistake from me.