|
|
|
|
@ -104,7 +104,7 @@ class ShowChart extends StatelessWidget {
|
|
|
|
|
touchCallback: (LineTouchResponse touchResponse) {},
|
|
|
|
|
handleBuiltInTouches: true,
|
|
|
|
|
),
|
|
|
|
|
gridData: FlGridData(show: true, drawVerticalLine: true, drawHorizontalLine: true, horizontalInterval: horizontalInterval, verticalInterval: horizontalInterval),
|
|
|
|
|
gridData: FlGridData(show: true, drawVerticalLine: true, drawHorizontalLine: true),
|
|
|
|
|
titlesData: FlTitlesData(
|
|
|
|
|
bottomTitles: SideTitles(
|
|
|
|
|
showTitles: true,
|
|
|
|
|
@ -137,7 +137,7 @@ class ShowChart extends StatelessWidget {
|
|
|
|
|
fontWeight: FontWeight.bold,
|
|
|
|
|
fontSize: 10,
|
|
|
|
|
),
|
|
|
|
|
interval: 3.0,
|
|
|
|
|
// interval: 3.0,
|
|
|
|
|
margin: 12,
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
|