・snap: true
で何が実行されるのか教えて頂きたいです。
(BezierChart
を使用中)
true if you want to snap between each data point(下記サイト参照)
????BezierChart
内にて、「snap」をするとは何でしょうか?
BezierChart
1Container( 2 height: screenHeight / 4, 3 color: Colors.blueAccent, 4 child: BezierChart( 5 bezierChartScale: BezierChartScale.CUSTOM, 6 xAxisCustomValues: [0, 5, 10, 15, 20, 25, 30], 7 8 series: [ 9 BezierLine( 10 lineColor: Colors.indigo, 11 dataPointFillColor: Colors.white, 12 data: [ 13 DataPoint(value: 450, xAxis: 11), 14 DataPoint(value: 600, xAxis: 12), 15 DataPoint(value: 620, xAxis: 13), 16 DataPoint(value: 350, xAxis: 14), 17 DataPoint(value: 480, xAxis: 15), 18 DataPoint(value: 520, xAxis: 16), 19 DataPoint(value: 320, xAxis: 17), 20 ])], 21 22 config: BezierChartConfig( 23 xLinesColor: Colors.green, 24 verticalIndicatorStrokeWidth: 3, 25 verticalIndicatorColor: Colors.black, 26 showVerticalIndicator: true, 27 snap: true, <------------------------- 28 bubbleIndicatorColor: Colors.greenAccent, 29 footerHeight: 40 30 ), 31 ), 32 )
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/07/09 02:53