syncfusion / flutter-examples

This repository contains the Syncfusion Flutter UI widgets examples and the guide to use them.
Other
1.96k stars 776 forks source link

Provide legend initial visibility state param #847

Closed bismarabia closed 7 months ago

bismarabia commented 7 months ago

Is there a way to specify the initial visibility state of legend?

As an example, I want Product B and Product C to be initially invisible, the user can later decide to toggle its visibility state.

image
bismarabia commented 7 months ago

Ok, it seems possible by using initialIsVisible of ChartSeries class I am closing this for now.