Allow Removing Y-Axis Labels Without Retaining Space in NumericAxis #2303
Labels
charts
Charts component
waiting for customer response
Cannot make further progress until the customer responds.
Description
Currently, when setting labelStyle: TextStyle(color: Colors.transparent) in primaryYAxis of SfCartesianChart, the labels are hidden, but the space they occupy remains. This prevents the chart from fully utilizing the available area.
I want to
Steps to Reproduce
Expected Behavior
There should be an option to completely remove the Y-axis labels and their space, so that the chart area expands accordingly.
The text was updated successfully, but these errors were encountered: