bezier-chart icon indicating copy to clipboard operation
bezier-chart copied to clipboard

A beautiful bezier line chart widget for flutter that is highly interactive and configurable.

Results 39 bezier-chart issues
Sort by recently updated
recently updated
newest added

Is there a way to create a custom BezierChartScale that allows to display daily data points instead of only weekly, monthly or hourly? It seems, CUSTOM is expecting a double...

Scrolling is not working on version 1.0.17 and 1.0.17+1. I've downgraded to 1.0.16 and it works. To replicate this just try the second example using the 17 version.

How can I set/scale width between 2 datapoints of monthly chart?

updatePositionOnTap only work like this, in dedug,fist set updatePositionOnTap=false,after screan show,then set updatePositionOnTap=true. if updatePositionOnTap=true in first,it do not work.

I am new flutter learner. I am trying to create like this chart, so I looked for package for this, but I can't find like this. ![image](https://user-images.githubusercontent.com/67903345/95837022-ca6ed680-0d48-11eb-834c-ac3c519c02df.png) How can I...

Version 1.0.17+1 displayDataPointWhenNoValue is ignored and a dot is shown at y axis value 0. (For May 13th in the example.) Example code: ``` List dataPoints = [ DataPoint(value: 231.0,...

@diegoveloper Firstly, Thanks for this Great Chart. Love what we can do with it. Although some issues do pop up which I want you to clarify or solve, please. I...

I noticed something weird with my graphs being that the data, not the graph, was being reloaded during hot refreshes, and also by calling setState. The code is basically copied...

if there are lots of data more than 10, the selection is good after touch. But a few data something like two, three and some days(time) gap in there, point...

Is it possible to have clicks callback on DataPoints when using CUSTOM chart type?