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

![image](https://user-images.githubusercontent.com/7868514/63399932-a3e33300-c404-11e9-9795-af565f843d0f.png)

I want to create line chart like below image. is it possible using bezier-chart? here is my image of line chart i want to create ![received_922397451566316](https://user-images.githubusercontent.com/57823295/88450112-254a0d80-ce7f-11ea-8b10-904b3b80b3c7.jpeg)

Hi, Is it possible to specify the value for horizontal padding for the chart? The library code: ``` ///padding for leading and trailing of the chart final double horizontalPadding =...

Hi, I am facing this issue where the bubble indicator is not being displayed. I have tried all the configuration as required but still no luck. verticalIndicatorStrokeWidth: 3.0, verticalIndicatorColor: Colors.blue,...

Hello, I want to implement zoom between weekly and hourly points. Zoom works from Weekly-Monthly-Yearly but it doesn't work for me from Weekly to Hourly & Hourly to weekly. Please...

Thanks for this great package ! While implementing for flutter web I found following issues : 1. Unable to pinch zoom with mouse ? 2. Vertical indicator disappear when double...

There is a callback named onMissingValue in BezierLine class, as far as i understand, this callback return value if the value is missing (i.e. on a particular date like we...

I am integrating Bezier Chart into a Flutter app and am having a problem controlling margins. I am using BezierChartScale.CUSTOM and need to accomplish two things. The data in the...

Firstly, thank you for a great plugin! I have an idea for the vertical indicator line, would be great if it could be considered: 1. Ability to have it fixed...

Hello, I'm trying to customize the bubble but I had no sucess. The things that I would like to do is: 1. - Show all data points together 2. -...