Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
Merge pull request #65 from ilovelinux/dependabot/pub/syncfusion_flut…
Browse files Browse the repository at this point in the history
…ter_charts-24.1.41

Bump syncfusion_flutter_charts from 23.2.6 to 24.1.41
  • Loading branch information
ilovelinux authored Dec 25, 2023
2 parents 7ec462b + b5cc0ca commit f1c37e8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lib/features/home/ui/screens/tabs/home.dart
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ class _WeeklyChartbar extends StatelessWidget {
child: SfCartesianChart(
primaryXAxis: CategoryAxis(),
primaryYAxis: NumericAxis(interval: 1),
series: <ChartSeries>[
series: <CartesianSeries>[
ColumnSeries<String, String>(
dataSource: shortWeekDays,
xValueMapper: (String data, _) => data,
Expand Down
8 changes: 4 additions & 4 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -982,18 +982,18 @@ packages:
dependency: "direct main"
description:
name: syncfusion_flutter_charts
sha256: "92b707bb89c3db2920b3693e12577afec761720054670ccb12e0c69e29203ce7"
sha256: "6f2ea3eaa34b998ba68461f6c8457f01cf8c07cf376a57069f9995a9cae1eb33"
url: "https://pub.dev"
source: hosted
version: "23.2.6"
version: "24.1.41"
syncfusion_flutter_core:
dependency: transitive
description:
name: syncfusion_flutter_core
sha256: "88366a5e95ccb4091feb531021567f76ed3ceddab7424de02a9ac4a335d22a44"
sha256: "69c827931957d5b121ee9f0b9b0b8d7d0d1ac537b61bcdd5c3fbffc044bbe86e"
url: "https://pub.dev"
source: hosted
version: "23.2.6"
version: "24.1.41"
term_glyph:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies:
logging: ^1.0.2
sticky_headers: ^0.3.0+2
maps_launcher: ^2.0.1
syncfusion_flutter_charts: ^23.2.6
syncfusion_flutter_charts: ^24.1.41

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit f1c37e8

Please sign in to comment.