imaNNeo/fl_chart

PieChartData->borderData not working

Open

#1,182 opened on Oct 27, 2022

View on GitHub
 (3 comments) (0 reactions) (0 assignees)Dart (1,964 forks)batch import
Pie Chartbuggood first issue

Repository metrics

Stars
 (7,513 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

PieChartData->borderData not working

My Code

PieChartData(
	pieTouchData: PieTouchData(
	  // Touch Data Code
	),
	borderData: FlBorderData(show:true),
	sections: List.generate(5,(i){
	  // Section Code
	})
),

Result: Screenshot_1

Flutter - 3.3.6 FlChart - 0.55.1

Contributor guide