We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bda0b2 commit 038ee1bCopy full SHA for 038ee1b
lib/src/chart/stacked_pie_chart/stacked_pie_chart.dart
@@ -2,8 +2,6 @@ import 'package:fl_chart/src/chart/stacked_pie_chart/stacked_pie_chart_data.dart
2
import 'package:fl_chart/src/chart/stacked_pie_chart/stacked_pie_chart_renderer.dart';
3
import 'package:flutter/material.dart';
4
5
-// TODO: Move stacked_pie_chart dir one level up, so it is on same level with pie_chart/
6
-
7
/// Renders a stacked pie chart as a widget, using provided [StackedPieChartData].
8
class StackedPieChart extends ImplicitlyAnimatedWidget {
9
/// [data] defines the look of [StackedPieChart].
0 commit comments