stack_chart 1.0.1+1 copy "stack_chart: ^1.0.1+1" to clipboard
stack_chart: ^1.0.1+1 copied to clipboard

outdated

A flutter package for customized stacked chart use within your applications.

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';

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,
    ),
)

Examples #

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

Available plugins & packages #

| Name | Type | Android | iOS | Web | Windows | Linux | MacOS | Page |
|--------|-------------|:-------:|:---:|:---:|:-----:|:---------:| | stack_chart | Package | ✅ | ✅ | ✅ | ✅ | ✅ | ✅| pub package

✅ - supported
🔲 - not supported
🛠 - to fix
🐧 - Linux
🍏 - MacOS
🖼 - Windows

3
likes
0
points
63
downloads

Publisher

verified publishermacincode.com

Weekly Downloads

A flutter package for customized stacked chart use within your applications.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, intl

More

Packages that depend on stack_chart