草庐IT

MaterialPalette

全部标签

dart - 如何从 flutter (charts_flutter)在饼图上添加图例?

我想使用charts_flutter包将图例添加到我的饼图中。我该怎么做? 最佳答案 我实现了一个肮脏的解决方案。通过在饼图附近添加新的小部件作为图例。WidgetpieChart3()=>newContainer(color:Colors.white,height:220.0,width:220.0,child:Stack(children:[Positioned(top:50.0,right:10.0,child:newContainer(height:180,width:280,color:Colors.white,child

dart - 如何从 flutter (charts_flutter)在饼图上添加图例?

我想使用charts_flutter包将图例添加到我的饼图中。我该怎么做? 最佳答案 我实现了一个肮脏的解决方案。通过在饼图附近添加新的小部件作为图例。WidgetpieChart3()=>newContainer(color:Colors.white,height:220.0,width:220.0,child:Stack(children:[Positioned(top:50.0,right:10.0,child:newContainer(height:180,width:280,color:Colors.white,child