问题标签 [fl-chart]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
flutter - Flutter - void Function(FlTouchEvent) can't be assigned to the parameter type void Function
So I cloned this project and put all the code into one file: https://github.com/JohannesMilke/fl_pie_chart_example
However, I'm getting an error, and cannot run the code with the stable Flutter version I have (2.8.1). It complains about:
It's about this code and the error is in the touchCallback
:
android - 如何在 LineChart Flutter 中绘制 x 轴和 y 轴标题和图形数据?
我正在使用fl_chart库来绘制折线图。到目前为止我所做的是,
这是我的回应:
] }
从上面的响应整数值是时间戳,我希望以“yy-MMM”格式显示 x 轴。
我在用响应绘制 FlSpots 时遇到问题。我尝试使用正确绘制的硬代码值。现在我想将响应值设置为 FlSpot。flSpot 仅接受双精度值。
flutter - Flutter FLCharts Grid 无法正确渲染
我正在使用fl_chart库在我的 Flutter 应用程序中显示图表。我试图显示 y 值为 1、2 或 3 的点,并且我想在图表上的值 1、2 和 3 上绘制一条水平线。
这是我的代码:
因此,如您所见,我定义了 minY 值为 1 和 maxY 值为 3。我正在绘制一条间隔为 1 的水平线。y 轴上的标题正确显示为 1、2 和 3 ,但这条线只为值 2 绘制,而不是为值 1 和 3。我该如何解决这个问题?
list - 用于生成列表的错误“在 null 上调用了方法‘调用’”
在我的应用程序中,我使用以下代码:
片刻之后,我的手机出现以下错误。此后,图表将正确显示。
我想我必须包括类似异步任务的东西。当我定义listMax时直接发生错误。我该如何解决这个问题?