linechart
Here are 106 public repositories matching this topic...
-
Updated
Jul 31, 2020
-
Updated
Aug 20, 2021 - Objective-C
-
Updated
Apr 29, 2022 - TypeScript
-
Updated
Feb 5, 2018 - Java
Real-time Line Chart
Hi,
I was wondering if you have any ideas on how to make the line chart real-time? Right now, the chart always re-renders (Redraws the entire point list) when new data is set on the chart. Of course, currently there is no way to append new data so that would be something that would need to be added for a real-time chart. Let's imagine we can append new data point to the line chart. I have not b
-
Updated
Apr 29, 2022 - TypeScript
-
Updated
May 1, 2019 - Java
-
Updated
May 3, 2022 - JavaScript
When we setting ChartData. axisMin the Offset in TargetLineDecoration.applyPaintTransform calculates wrongly.
The problem is in:
Offset(state.defaultPadding.left + state.defaultMargin.left, _height - (state.defaultMargin.bottom + state.defaultPadding.bottom) - (scale * (target ?? 0.0) + _minValue);
instead of adding _minValue we should subtract it from `scale * (target ?? 0.
-
Updated
Sep 18, 2017 - JavaScript
-
Updated
Apr 16, 2020 - JavaScript
-
Updated
Oct 21, 2021 - Kotlin
-
Updated
Jun 15, 2021 - JavaScript
-
Updated
Mar 28, 2022 - C++
-
Updated
Oct 23, 2017 - PHP
-
Updated
Jan 2, 2021 - C#
Improve this page
Add a description, image, and links to the linechart topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the linechart topic, visit your repo's landing page and select "manage topics."
** Don't make a duplicate issue.
You can search in issues to make sure there isn't any already opened issue with your concern.
Describe the bug
BarChart completely ignores the x value from BarChartGroupData and set the bar in the same order as occurs on the list passed to parameter barGroups. After changing the order on the list barGroups result chart should look the same as before.