Updated libraries

This commit is contained in:
Juan Gilsanz Polo 2024-04-24 17:59:25 +02:00
parent 3c397d208f
commit 2326470578
4 changed files with 67 additions and 67 deletions

View file

@ -91,7 +91,7 @@ class CustomLineChart extends StatelessWidget {
enabled: true,
touchTooltipData: LineTouchTooltipData(
fitInsideHorizontally: true,
tooltipBgColor: selectedTheme == ThemeMode.light
getTooltipColor: (touchedSpot) => selectedTheme == ThemeMode.light
? const Color.fromRGBO(220, 220, 220, 0.9)
: const Color.fromRGBO(35, 35, 35, 0.9),
getTooltipItems: (items) => [