问题标签 [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中向fl_chart添加滚动条?
我需要在颤振中使用 fl_chart 在条形图中显示 10 多个条形图。在横向更多它显示完美..但在纵向模式它重叠..如何解决这个问题?
flutter - Flutter - 与图表交互时禁用滚动
我有一个仪表板包含
我想防止用户在与图表交互时向下滚动页面。
怎么做?
flutter - Flutter 图形和数据重置
我试图在我的代码中使用一个图表来绘制一个动态的列表。一个类为该图生成数据并将其转储到全局列表变量中以供另一类使用。
我希望在按钮按下时将所有变量重置为初始状态,以便我可以根据新的列表变量重复此计算;但是,我没有成功地做到这一点。有人可以查看我的代码吗?(以下要点)
flutter - How to get the FlSpot touched in fl_charts
I have a LineChart where the default behaviour is that a tooltip with the y value shows up when you touch the chart.
How would i be able to get the x and y values of the point touched on the chart to save it in a variable for example.
It has to be in this property of the LineChart:
flutter - 当有多个 lineBarsData FlChart 时如何获取单个工具提示
我正在使用这个包https://pub.dev/packages/fl_chart并且当您将鼠标移到图表的一行上时,可能会显示带有数据的工具提示,但图表上的所有行.
这就是现在发生的事情。我在下面附上一个例子:
flutter - 如何在 Flutter 中使用 fl_chart 在折线图中水平滚动?
我想在折线图中显示列表中的数据。问题是宽度太小了。所以我希望您可以水平滚动以查看所有内容。如何使用包 fl_chart 做到这一点?
这是我的代码,我从列表中构建点。
flutter - 如何在卡片小部件中显示孩子,其中一个孩子是 fl 条形图?
这是我运行 flutter run 命令时出现在终端上的错误。我怎样才能在一张卡片里有两个孩子而不会溢出或将其大小扩展到无穷大?
//代码
我也尝试过 SingleChildScrollView,但不起作用
这是我用来构建颤动图的代码。