spline_chart 0.0.2 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 #
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.