aeyrium / bezier-chart

A beautiful bezier line chart widget for flutter that is highly interactive and configurable.
Apache License 2.0
447 stars 133 forks source link

Graph moves to center of screen #95

Closed maheshj01 closed 4 years ago

maheshj01 commented 4 years ago

HI @diegoveloper thanks for the great package,I was wondering if there's any way to keep the axes aligned to edges. I mean if the x-Axis co-ordinates have limited values the graph moves to the center of the screen including the X and Y axis is there any way to keep the axis sticked to the edges and not move. here's a sample output of the issue Screenshot_20200806-115555

Let me know if you need more info

diegoveloper commented 4 years ago

Hmm you can check the samples, you can set the width of the chart

On Thu, Aug 6, 2020, 9:19 PM Mahesh Jamdade notifications@github.com wrote:

HI @diegoveloper https://github.com/diegoveloper thanks for the great package,I was wondering if there's any way to keep the axes aligned to edges. I mean if the x-Axis co-ordinates have limited values the graph moves to the center of the screen including the X and Y axis is there any way to keep the axis sticked to the edges and not move. here's a sample output of the issue [image: Screenshot_20200806-115555] https://user-images.githubusercontent.com/31410839/89601539-6d573000-d882-11ea-9d2a-da3f84f1cef3.png

Let me know if you need more info

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/aeyrium/bezier-chart/issues/95, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABFL3UFHYPSZBW3SC2UE5RDR7NQDZANCNFSM4PXFNEHQ .

maheshj01 commented 4 years ago

oh okay I think this answers my query got it, thanks as a workaround I added few extra values to xAxis.

devrajraut commented 4 years ago

@diegoveloper Pls Can you Guide me how I can change the Width of the Chart? horizontalPadding is final inside BezierChartState and _contentWidth is private. How do it set the width when I define the BezierChart Widget? Thanks in advance. Simulator Screen Shot - iPhone 11 Pro Max - 2020-08-18 at 12 27 17