Fl_chart: Radar Chart circular border

Created on 6 Apr 2021  路  4Comments  路  Source: imaNNeoFighT/fl_chart

Sorry for the silly question, But I couldn't find color parameter for the circular border around the whole radar chart
I'm trying to make it transparent color, or find a way to remove it 20210406_103150.jpg

Most helpful comment

you are right @Mohdx, I checked out the source code and found that we had some changes in the drawing radar chart.
@imaNNeoFighT I will create a PR for this issue ASAP.

All 4 comments

@payam-zahedi Can you check it out?

@Mohdx you can use the radarBorderData field in RadarChartData chart class.

The sample code for that would look something like this:

RadarChartData(
                dataSets: showingDataSets(),
                radarBorderData: const BorderSide(color: Colors.transparent),
                ...
            ),

Yeah its there radarBorderData: const BorderSide(color: Colors.transparent), . But the border still visible, not transparent 馃憖

you are right @Mohdx, I checked out the source code and found that we had some changes in the drawing radar chart.
@imaNNeoFighT I will create a PR for this issue ASAP.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

caioflores picture caioflores  路  6Comments

davidmarinangeli picture davidmarinangeli  路  3Comments

satrio1256 picture satrio1256  路  6Comments

S1nPur1ty picture S1nPur1ty  路  4Comments

jitenders859 picture jitenders859  路  5Comments