spline_chart 0.0.2 copy "spline_chart: ^0.0.2" to clipboard
spline_chart: ^0.0.2 copied to clipboard

Spline chart library for Flutter. Spline chart is a line chart that uses curves instead of straight lines.

Spline chart library for Flutter. Spline chart is a line chart that uses curves instead of straight lines.

Features #

Screenshot 1 Screenshot 2 Screenshot 3

Usage #

Import the Spline Chart package and use the SplineChart widget.

import 'package:spline_chart/spline_chart.dart';

SplineChart(
  values: {0:10,15:30,50:10,44:100,80:50,100:90},
  verticalLineEnabled: true,
  verticalLinePosition: 90.0,
  verticalLineStrokeWidth: 2.0,
  verticalLineText: "The middle",
  drawCircles: true,
  circleRadius: 5,
  width: 320,
  height: 400,
)

Additional information #

This plugin is developed by Medical Joyworks.

8
likes
140
points
86
downloads

Publisher

verified publishermedicaljoyworks.com

Weekly Downloads

Spline chart library for Flutter. Spline chart is a line chart that uses curves instead of straight lines.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, intl

More

Packages that depend on spline_chart