spline_chart

Creator: coderz1093

Last updated:

Add to Cart

Description:

spline chart

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



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,
)
copied to clipboard
Additional information #
This plugin is developed by Medical Joyworks.

License

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

Files:

Customer Reviews

There are no reviews.