-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Comments
I'd like that functionality too. |
Hi. I think we can introduce a new chart (for example called CombinedBarLineChart) |
I think CombinedBarLineChart works and is also something that is pretty common. I have not seen other complicated combo charts. |
+1 I would also love to have this combination |
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. |
CombinedBarLineChart is a very reasonable name. Thanks a lot. |
does still not exist? can you suggest me a solution? |
Any update? |
Unfortunately not. |
Hello @imaNNeoFighT 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 |
@martinkong0806 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. |
any update? |
+1 👍🏼 |
Looking forward to this feature, guys! |
do have any update so far? |
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. |
I would appreciate having this feature too 🙏 |
Hi, unfortunately, I couldn't find enough free time to do that yet. |
On Mon, Aug 21, 2023 at 6:15 PM Iman Khoshabi ***@***.***> wrote:
Hi, unfortunately, I couldn't find time to do that yet.
Please stay tuned, you can be my sponsor
<https://github.com/sponsors/imaNNeo> to motivate me, then I can put more
of time into this project.
—
Reply to this email directly, view it on GitHub
<#764 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANAZAU3KNGFQHMJ4SNAFRPTXWPMZ5ANCNFSM5DUKXGYQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
Thanks for the update. I will happy to do that. We are evaluating this
package to include in our flutter Markup Language https://fml.dev. --
|
Hi Iman,
How are you making out with this? Its a big priority for us if you are able
to find the time.
Cheers,
Jeff
…On Mon, Aug 21, 2023 at 6:15 PM Iman Khoshabi ***@***.***> wrote:
Hi, unfortunately, I couldn't find time to do that yet.
Please stay tuned, you can be my sponsor
<https://github.com/sponsors/imaNNeo> to motivate me, then I can put more
of time into this project.
—
Reply to this email directly, view it on GitHub
<#764 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANAZAU3KNGFQHMJ4SNAFRPTXWPMZ5ANCNFSM5DUKXGYQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
--
|
Any luck on this Khoshabi?
…On Mon, Aug 21, 2023 at 6:15 PM Iman Khoshabi ***@***.***> wrote:
Hi, unfortunately, I couldn't find time to do that yet.
Please stay tuned, you can be my sponsor
<https://github.com/sponsors/imaNNeo> to motivate me, then I can put more
of time into this project.
—
Reply to this email directly, view it on GitHub
<#764 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANAZAU3KNGFQHMJ4SNAFRPTXWPMZ5ANCNFSM5DUKXGYQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
--
|
Hi there,
Unfortunately, I can't guarantee to add this feature when you pay something
(we don't have such kind of protocol at this time)
So I recommend you to become a sponsor <https://github.com/sponsors/imaNNeo>,
then I can put more time into the fl_chart.
Best,
Iman
On Thu, Sep 21, 2023 at 9:39 PM Jeff Olajos ***@***.***>
wrote:
… Any luck on this Khoshabi?
On Mon, Aug 21, 2023 at 6:15 PM Iman Khoshabi ***@***.***>
wrote:
> Hi, unfortunately, I couldn't find time to do that yet.
> Please stay tuned, you can be my sponsor
> <https://github.com/sponsors/imaNNeo> to motivate me, then I can put
more
> of time into this project.
>
> —
> Reply to this email directly, view it on GitHub
> <#764 (comment)>,
> or unsubscribe
> <
https://github.com/notifications/unsubscribe-auth/ANAZAU3KNGFQHMJ4SNAFRPTXWPMZ5ANCNFSM5DUKXGYQ>
> .
> You are receiving this because you commented.Message ID:
> ***@***.***>
>
--
—
Reply to this email directly, view it on GitHub
<#764 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABVPIFBI63PQY3KQL3UFHVDX3SJXNANCNFSM5DUKXGYQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Hi guy, do you have any update about that? |
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. |
Hi team,
I want to build 1 view about Barchart combined LineChart using your library (don't use Stack).
Thanks.
The text was updated successfully, but these errors were encountered: