at_viz 0.0.2
The at_viz library comes with highly customizable gauges charts and gauges.
Overview
The at_charts package is for Flutter developers who want to build beautiful and customizable charts.
This open source package is written in Dart, and it supports Flutter with the following widgets:
AtTimeSeriesLineChart
AtTimeSeriesBarChart
We welcome suggestions you may have to create more charts or to add features to charts already created.
Get started
There are two options to get started using this package.
1. Clone it from GitHub
Feel free to fork a copy of the source from the GitHub repo.
$ git clone https://github.com/atsign-foundation/at_charts
2. Manually add the package to a project
Instructions on how to manually add this package to your project can be found on pub.dev here.
How it works
Setup
This package needs to be imported as shown below:
import 'package:at_time_series_chart/at_time_series_chart.dart';
Usage
This package provides two beautiful charts.
Simple Line Chart Example
AtTimeSeriesChart.line(
data: lineData,
style: lineChartStyle,
backgroundColor: Colors.white,
),
Simple Bar Chart Example
AtTimeSeriesChart.bar(
data: barData,
style: barChartStyle,
backgroundColor: Colors.white,
),
For more information, please see the example tab or API documentation listed on pub.dev.
Open source usage and contributions
This is open source code, so feel free to use it as is, suggest changes or enhancements or create your own version. See CONTRIBUTING.md for detailed guidance on how to setup tools, tests and make a pull request.
Maintainers
Created by: SonLe