tam_chart

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

tam chart

TAM Chart #


A customizable charting package for Flutter, supporting all platforms.
A powerful and easy-to-use Flutter library for creating and displaying animated charts representing Total Addressable Market (TAM) data.
Features #

Animated Charts: Animate the TAM, SAM, and SOM circles with configurable durations.
Customizable Styles: Customize colors and text styles for each circle to match your app's theme.
Flexible Positioning: Position the SOM circle within the chart using predefined positions (top, bottom, left, right, center).
Readable Numeric Values: Format numeric values into readable strings (e.g., 1.5K for 1500, 1.5M for 1500000).
Easy Integration: Seamlessly integrate the package into your Flutter project with minimal setup.

Installing #
dependencies:
tam_chart: ^1.0.0
copied to clipboard
Import #
import 'package:tam_chart/tam_chart.dart';
copied to clipboard
How To Use #
final chart= TAMChart(
tamChartData: TAMChartData(
duration: 16,
tamTextColor: Colors.brown,
samTextColor: Colors.white,
somTextColor: Colors.black,
tam: 450,
sam: 13090,
som: 750978,
tamColor: Colors.pink,
samColor: Colors.blue.shade100,
somColor: Colors.green,
somPosition: SomPositions.top),
fontSize: 10,
size: const Size(200, 200));
copied to clipboard
Showcase #
Here is an example screenshot of the TAM Chart in action:

Suggestions & Bugs #
For any suggestions or bug report please head to issue tracker. If you feel library is missing a feature, pull request are welcome
Authors #



















License #
MIT License

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.