ivnsch / SwiftCharts

Easy to use and highly customizable charts library for iOS
Apache License 2.0
2.53k stars 410 forks source link

Temporarily hide lines in Line chart #404

Open bios90 opened 4 years ago

bios90 commented 4 years ago

Thanks for awesome library.

I use Line chart to show several lines. Is it possible to show/hide some lines without full chart redraw? Maybe it possible to change width or visibility of ChartLineModel after it was drawn and attached to view?