An open API service indexing awesome lists of open source software.

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

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.