barchart
Here are 207 public repositories matching this topic...
-
Updated
Jul 31, 2020
-
Updated
Aug 20, 2021 - Objective-C
-
Updated
May 31, 2022 - TypeScript
-
Updated
Jun 8, 2022 - Rust
-
Updated
Jun 9, 2022 - C++
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
A simple material logo that suits RatingReviews
-
Updated
Jun 5, 2022 - TypeScript
-
Updated
Feb 26, 2022 - JavaScript
-
Updated
Dec 2, 2019 - Swift
-
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
Jul 15, 2014 - Objective-C
-
Updated
May 24, 2022 - JavaScript
Improve this page
Add a description, image, and links to the barchart topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the barchart 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.