stack_chart

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

stack chart

Features #

Using this stack_chart Package you can create your own customized dynamic stacked chart for booking status and other data formats to show your analytics with better presentation approach

Getting started #

Download flutter package stack_chart for your project without any hassle

How to use? #
import 'package:stack_chart/stack_chart.dart';
copied to clipboard
Widget Usage
MacStackChart(
chartTitle: "Bookings Stack Chart",
dateFormat: "h a",
chartData: chartData,
chartLabel: chartLabel,
containerHeight: MediaQuery.of(context).size.height * 0.035,
containerWidth: MediaQuery.of(context).size.width * 0.05,
chartText: chartText,
backgroundColor: Colors.transparent,
chartBackgroundColor: Colors.white,
style: const TextStyle(
color: Colors.black,
fontSize: 12,
),
)
copied to clipboard
Confetti Animation Screen #
ConfettiScreen()
copied to clipboard
Examples #


This repository contains the source code of multiple plugins & packages for Flutter.

Available plugins & packages #
Package Access & Version #


stack_chart

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.