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.

Libraries

spline_chart