reports page
This commit is contained in:
6
frontend/pweb/lib/models/chart_point.dart
Normal file
6
frontend/pweb/lib/models/chart_point.dart
Normal file
@@ -0,0 +1,6 @@
|
||||
class ChartPoint<T> {
|
||||
final T key;
|
||||
final double value;
|
||||
|
||||
const ChartPoint(this.key, this.value);
|
||||
}
|
||||
Reference in New Issue
Block a user