EdisonRen

Results 5 comments of EdisonRen

``` getTooltipItems { List items = []; items.add(LineTooltipItem( 'xxxxxxxxx', textAlign: TextAlign.start, TextStyle( color: Color(0xFF303030), fontSize: 12, fontWeight: FontWeight.bold, ), children: [ TextSpan( text: 'Color1', style: TextStyle(color: Color1), ), TextSpan( text:...

getTooltipItems: (List touchedBarSpots) { List items = []; double touchedX = touchedBarSpots.first.x; int touchedIndex = touchedX.round(); var data = **yourDataList**[touchedIndex]; items.add(LineTooltipItem( '${data.a}\n${data.b}', textAlign: TextAlign.start, TextStyle( color: Color(0xFF303030), fontSize: 12, fontWeight:...

。。。。。。请问 你回答的这个API是基于什么版本的API调用的!都是一堆爆红