Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
148508 | Oct 23,2019 05:48 AM UTC | Oct 23,2019 09:52 AM UTC | Flutter | 1 |
![]() |
Tags: SfCartesianChart |
SfCartesianChart(
annotations: <CartesianChartAnnotation>[
CartesianChartAnnotation(
widget: Container(
child: const Text('Annotation',
style: TextStyle(fontSize: 18))),
coordinateUnit: CoordinateUnit.point,
region: AnnotationRegion.plotArea,
// Here if your x-axis is rendered as category axis and coordinateUnit is point, then in the
x attribute you can either specify the index value of the point else directly specify the
x value as below.
x: 'Fri',
y: 28),
],
),
|
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.