stack_chart 1.1.1+5 copy "stack_chart: ^1.1.1+5" to clipboard
stack_chart: ^1.1.1+5 copied to clipboard

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 #

Package Access & Version #

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

equatable, flutter, intl, meta, provider

More

Packages that depend on stack_chart