https://github.com/0tii/fl_map_graph
Map based, customizable line graph
https://github.com/0tii/fl_map_graph
charts flutter graph linegraph
Last synced: about 2 months ago
JSON representation
Map based, customizable line graph
- Host: GitHub
- URL: https://github.com/0tii/fl_map_graph
- Owner: 0tii
- Created: 2021-10-21T16:35:58.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-08T18:54:03.000Z (over 4 years ago)
- Last Synced: 2025-02-21T15:27:09.798Z (over 1 year ago)
- Topics: charts, flutter, graph, linegraph
- Language: Dart
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fl_Map_Graph
Flutter widget that draws a line graph for a map-based dataset.
## Requirements
Requires a map of interval data, where the key index corresponds to a chronological x value and value to the respective y-value. That means that unevenly spaced data is not suitable for map graph.
(Note that if your data is suitable, but your keys do not qualify as axis labels, you can specify a label override.)
Requires Flutter >= 2.2.x, no additional dependencies.
## Usage
## About
Map Line Graph is not standardized and limited in some aspects. This is due to the fact that it is primarily a widget for proprietary use.