Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Barchart combined linechart (don't use Stack) #764

Open
ferguquang opened this issue Sep 8, 2021 · 24 comments
Open

Barchart combined linechart (don't use Stack) #764

ferguquang opened this issue Sep 8, 2021 · 24 comments

Comments

@ferguquang
Copy link

ferguquang commented Sep 8, 2021

Hi team,
I want to build 1 view about Barchart combined LineChart using your library (don't use Stack).
Thanks.

@ferguquang ferguquang changed the title Barchart combined linechart Barchart combined linechart (don't use Stack) Sep 8, 2021
@odoublu
Copy link

odoublu commented Sep 22, 2021

I'd like that functionality too.

@imaNNeo
Copy link
Owner

imaNNeo commented Oct 1, 2021

Hi. I think we can introduce a new chart (for example called CombinedBarLineChart)
Does it work for you?
Do you think others need to have more complicated combinations? like Scatter and Line?

@jainkunal
Copy link

I think CombinedBarLineChart works and is also something that is pretty common. I have not seen other complicated combo charts.

@BramDC3
Copy link

BramDC3 commented Oct 25, 2021

+1 I would also love to have this combination

@ferguquang
Copy link
Author

Hi. I think we can introduce a new chart (for example called CombinedBarLineChart) Does it work for you? Do you think others need to have more complicated combinations? like Scatter and Line?

Hi bro, I have worked on a few projects with charts that need line and bar charts combined. I think this is really necessary, not only for me, but for many other developers.

@ferguquang
Copy link
Author

Hi. I think we can introduce a new chart (for example called CombinedBarLineChart) Does it work for you? Do you think others need to have more complicated combinations? like Scatter and Line?

CombinedBarLineChart is a very reasonable name. Thanks a lot.

@ferguquang ferguquang reopened this Nov 1, 2021
@bsbilal
Copy link

bsbilal commented Feb 15, 2022

does still not exist? can you suggest me a solution?

@bigbang489
Copy link

Any update?

@imaNNeo
Copy link
Owner

imaNNeo commented Apr 21, 2022

Unfortunately not.

@martinkong0806
Copy link

Hello @imaNNeoFighT
My project requires a BarLineChart, and I found out that there are a lot of bugs if I trying to interact with the graph stacked on each other. I'm kinda desperate needing this feature, and most of my existing graphs are using fl_chart.
So I am thinking on contributing on this package to build this feature, and I want to know how you want that to be implemented.

My plan is simply implement all the LineChart classes and add functions and components needed for bar charts, so basically it will looks pretty much a line-chart except if you make a flag on the LineChartBarData (probably set isBarChart to true), the specified LineChartBarData will be rendered as BarChart.

Please let me know if this approach works with the direction of the fl_chart.

Thanks

@imaNNeo
Copy link
Owner

imaNNeo commented Sep 17, 2022

@martinkong0806
I prefer to have a CombinedAxisChart, which accepts a list of AxisBased charts (such as Line, Bar, and Scatter) and draws them on top of each other.
Just like how the Stack widget works, but with less complexity than using a Stack.
We have an AxisChartScaffoldWidget which helps us a lot to implement this.
image

AxisChartScaffoldWidget is an internal widget in which we can put a Stack widget in the chart area to put some axis base charts on top of each other.

@sgshivamgarg8
Copy link

any update?

@mrverdant13
Copy link

+1 👍🏼

@ViniOkamoto
Copy link

Looking forward to this feature, guys!

@iaohtdev
Copy link

do have any update so far?

@JeffOlajos
Copy link

JeffOlajos commented Jul 13, 2023

Is this being worked on? As requested by @martinkong0806, we would also prefer to have a CombinedAxisChart, which accepts a list of AxisBased charts (such as Line, Bar, and Scatter). We are looking for a well supported charting library to integrate into FML (https://fml.dev) to replace our existing package and fl_chart seems best suited for that.

@MaeF41
Copy link

MaeF41 commented Jul 18, 2023

I would appreciate having this feature too 🙏

@imaNNeo
Copy link
Owner

imaNNeo commented Aug 21, 2023

Hi, unfortunately, I couldn't find enough free time to do that yet.
Please stay tuned, you can also be my sponsor to motivate me, then I can put more of time into this project.

@JeffOlajos
Copy link

JeffOlajos commented Aug 22, 2023 via email

@JeffOlajos
Copy link

JeffOlajos commented Aug 31, 2023 via email

@JeffOlajos
Copy link

JeffOlajos commented Sep 21, 2023 via email

@imaNNeo
Copy link
Owner

imaNNeo commented Oct 1, 2023 via email

@Rhu-Martins
Copy link

Hi guy, do you have any update about that?

@ricardocastanho
Copy link

The easiest option for me was just use a Stack and put one chart above the other. This is a little annoying because, depending of the aspect ratio, they change its positions differently.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests