Hi Harsh,Greetings from Syncfusion. We have analyzed your query, and we are aware of this scenario, the fix for this will be included in the next patch release which is going to be rolled out on April 7, 2020, and we appreciate your patience until then.Regards,Dharani.
crosshair = CrosshairBehavior(
enable: true,
lineWidth: 1,
activationMode: ActivationMode.singleTap,
shouldAlwaysShow: true,
lineType: CrosshairLineType.horizontal);
trackball = TrackballBehavior(
enable: true,
lineWidth: 1,
lineType: TrackballLineType.horizontal,
activationMode: ActivationMode.singleTap,
tooltipAlignment: ChartAlignment.near,
tooltipDisplayMode: TrackballDisplayMode.nearestPoint,
tooltipSettings: InteractiveTooltip(enable: true, format: '\$point.y'),
shouldAlwaysShow: true);
please provide the solution as soon as possible
Thank You.
// Data label event
onDataLabelRender: (DataLabelRenderArgs args) {
count >0 ? showCrossHair(count + 1) : null;
},
// Code snippet for series
series: <LineSeries<OrdinalSales, int>>[
LineSeries<OrdinalSales, int>(
// Here data label needs to be enabled in order to trigger data label event.
dataLabelSettings: DataLabelSettings(
isVisible: true, textStyle: ChartTextStyle(fontSize: 0)))
]
|
Please what's the trackball problem?
Attachment: chart_996c94b1.zip
Column _columnChildWidgets = Column(
children: <Widget>[],
); |