juliansteenbakker / community_charts

This project is a fork of google/charts.
Apache License 2.0
84 stars 34 forks source link

Unable to hide barRendererDecorator's insideLabelStyleSpec and outsideLabelStyleSpec #4

Open jabirkhalif opened 1 year ago

jabirkhalif commented 1 year ago

Would love to know a way I could hide the outsideLabelStyleSpec and insideLabelStyleSpec . Even after setting both to null, the label appears randomly in the bars some inside and some outside. thanks

pmatatias commented 3 months ago

@jabirkhalif set the fontSize to 0

 barRendererDecorator: charts.BarLabelDecorator<String>(
          insideLabelStyleSpec: const charts.TextStyleSpec(fontSize: 0)),