# charts **Repository Path**: coder-lijing/charts ## Basic Information - **Project Name**: charts - **Description**: 谷歌放弃维护charts_flutter库,避免被墙。 - **Primary Language**: Dart - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-03-10 - **Last Updated**: 2023-03-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Remark [Upstream](https://github.com/google/charts/issues/798) discontinues working on it; I may not have enough time on my own to maintain it, but at least I will ensure it is runnable (for example, no compile errors or warnings on latest Flutter version). --- Charts is a general charting library, currently enabled for the [Flutter mobile UI framework](https://flutter.io). See the [online gallery](https://google.github.io/charts/flutter/gallery.html) for supported chart types and examples of how to custom components of the chart. *Note*: This is not an official Google product. [![Travis CI Build Status](https://travis-ci.org/google/charts.svg?branch=master)](https://travis-ci.org/google/charts) ## charts_common [![charts_common pub package](https://img.shields.io/pub/v/charts_common.svg)](https://pub.dartlang.org/packages/charts_common) A common library for charting packages. ## charts_flutter [![charts_flutter pub package](https://img.shields.io/pub/v/charts_flutter.svg)](https://pub.dartlang.org/packages/charts_flutter) A charting package for [Flutter](https://flutter.io), supporting both Android and iOS. All charts packages are licensed under the Apache 2 license, see the [LICENSE](LICENSE) and [AUTHORS](AUTHORS) files for details.