Oh that's nice to hear that 🤩 Say hi to the team, wish you all the best. I would be happy if you share the reason that made you switch to the fl_chart.
Hi, thanks for all your work making this, I don't suppose you have a code example with say two separate graphs but with both cursers connected, been trying to make it work for days, Thanks again.
Hi, Thanks for your support. I really appreciate it ☺️ I think we have it in our line chart examples. Also you can install the examples app in your Android or iOS device: play.google.com/store/apps/details?id=dev.flchart.app apps.apple.com/us/app/fl-chart/id6476523019
Great plugin, examples and now videos! Want help with a use case - I want to add a link to a tooltip, my line chart shows some data progression, the idea is if the user wants to change one of the data points, they click "Edit" (which is part of the tooltip) -> they go to an edit page -> change the value -> come back to the chart with the point changed to the new value. Is it possible to do it as of now?
Yeah that's what I figured, currently it takes textspans only. Will be on a lookout when this gets updated 🙂 If anyone is interested in an in between solution - I implemented an edit timeline button below the graph, which leads to a list view of all the points (with more details of each), clicking any card in the list enables you to edit the attributes of that point. Please share if you've a better alternative.
3 місяці тому+2
Great package. Congrats. Is there a way to drag points to change values?
Hey, unfortunately at the moment, there is not a built-in solution for that. But you can follow the below links: github.com/imaNNeo/fl_chart/issues/1420 github.com/imaNNeo/fl_chart/issues/801
Hi first of all thanks for the video! I have a question: can you have two independent Y axis values not affecting each other? For example left side is consuption values to be displayed mostly in decimals scale and on the right I have battery level to show it in interval of 10. I can't figure out how to have the two things separated. Thanks!
Hi, thanks for your feedback! Don't forget to subscribe the channel. For the question that you have, unfortunately, we don't support it at the moment. But there is an issue that you can find more information here: github.com/imaNNeo/fl_chart/issues/429
Thank you very much for the detailed explanation! Would like to ask since linechart can be stacked with linechart, is there a way to stack linechart with barchart?
You can stack two line charts as I explained in the video (You can have multiple LineChartBarData with different data, color, ...) But about stacking LineChart and BarChart, unfortunately there is no built-in solution yet, you can follow this thread to get updated about it: github.com/imaNNeo/fl_chart/issues/764
I think at the moment, we don't have any specific feature for it (such as vertical alignment) But you can use `tooltipMargin` property with a negative value in the lineTouchData -> touchTooltipData -> tooltipMargin
I'm happy that it helps you. Unfortunately, there is no plan to support 3D at the moment in the fl_chart And I'm not sure what solutions do we have at the moment.
great video, btw Do you know how to make a horizontal scroll without setting the container width? We have a lot of data, but it doesn't look compact. We want to make it scroll horizontally.
Thank you! Don't forget to subscribe the channel to see more content in the future. For logarithmic chart, there is an open issue that you can follow: github.com/imaNNeo/fl_chart/issues/434
Hi there, unfortunately there is no built-in solution yet. But you can follow this thread to see what is going on: github.com/imaNNeo/fl_chart/issues/71
Hi there, Can you please explain more? I think I haven't received your email. Could you find the related issue in the issues liest here? github.com/imaNNeo/fl_chart/issues
Thank you! We also have other videos in this channel like game development tutorial. You can take a look at them here: ua-cam.com/video/YFPV2VCzlVM/v-deo.html
It's really encouraging to see someone who is faithful to his work.
Great package and great explanation.
Thanks so much!
I'm glad you like the package!
Thank you for the valuable content! My team here in the south of Brazil is transitioning from Syncfusion to fl_chart.
Oh that's nice to hear that 🤩
Say hi to the team, wish you all the best.
I would be happy if you share the reason that made you switch to the fl_chart.
최고네요. 감사합니다. from korea
Thank you!💙
Don't forget to subscribe and share the channel.
Hi again, Any idea when you might get time to do the video on touch behaviours, I know your busy but I could do with the help, Thanks
Hi, thanks for all your work making this, I don't suppose you have a code example with say two separate graphs but with both cursers connected, been trying to make it work for days, Thanks again.
Hi,
Thanks for your support.
I really appreciate it ☺️
I think we have it in our line chart examples.
Also you can install the examples app in your Android or iOS device:
play.google.com/store/apps/details?id=dev.flchart.app
apps.apple.com/us/app/fl-chart/id6476523019
Great plugin, great didatic
I'm happy you liked it!
Great plugin, examples and now videos! Want help with a use case - I want to add a link to a tooltip, my line chart shows some data progression, the idea is if the user wants to change one of the data points, they click "Edit" (which is part of the tooltip) -> they go to an edit page -> change the value -> come back to the chart with the point changed to the new value. Is it possible to do it as of now?
Unfortunately, we cannot have a button inside the tooltip yet.
Yeah that's what I figured, currently it takes textspans only. Will be on a lookout when this gets updated 🙂
If anyone is interested in an in between solution - I implemented an edit timeline button below the graph, which leads to a list view of all the points (with more details of each), clicking any card in the list enables you to edit the attributes of that point.
Please share if you've a better alternative.
Great package. Congrats.
Is there a way to drag points to change values?
Hey, unfortunately at the moment, there is not a built-in solution for that.
But you can follow the below links:
github.com/imaNNeo/fl_chart/issues/1420
github.com/imaNNeo/fl_chart/issues/801
Hi first of all thanks for the video! I have a question: can you have two independent Y axis values not affecting each other? For example left side is consuption values to be displayed mostly in decimals scale and on the right I have battery level to show it in interval of 10. I can't figure out how to have the two things separated. Thanks!
Hi, thanks for your feedback! Don't forget to subscribe the channel.
For the question that you have, unfortunately, we don't support it at the moment. But there is an issue that you can find more information here:
github.com/imaNNeo/fl_chart/issues/429
@@imaNNeO brilliant thanks!
Thank you very much for the detailed explanation!
Would like to ask since linechart can be stacked with linechart, is there a way to stack linechart with barchart?
You can stack two line charts as I explained in the video (You can have multiple LineChartBarData with different data, color, ...)
But about stacking LineChart and BarChart, unfortunately there is no built-in solution yet, you can follow this thread to get updated about it:
github.com/imaNNeo/fl_chart/issues/764
Hi, how can we place a tooltip under the dot on the line chart?
I think at the moment, we don't have any specific feature for it (such as vertical alignment)
But you can use `tooltipMargin` property with a negative value in the lineTouchData -> touchTooltipData -> tooltipMargin
great plugin! meets my requirement of line chart. Is there a plugin for a 3D energy distribution chart, or in what way I can implement it?
I'm happy that it helps you.
Unfortunately, there is no plan to support 3D at the moment in the fl_chart
And I'm not sure what solutions do we have at the moment.
great video, btw Do you know how to make a horizontal scroll without setting the container width? We have a lot of data, but it doesn't look compact. We want to make it scroll horizontally.
Hi, at the moment you can't do that. But please follow the below thread:
github.com/imaNNeo/fl_chart/issues/71
Do you have a tutorial to create a bell curve graph?
Can you explain more? Can we have it using line chart? Or it is a different kind of chart?
Great widget ❤️ and good explanation, 🎉
Is there available flchart logarithmic x axis scale ? for frequency plotting
Thank you!
Don't forget to subscribe the channel to see more content in the future.
For logarithmic chart, there is an open issue that you can follow:
github.com/imaNNeo/fl_chart/issues/434
hi i am tryin to make the line bar chart scrollable horizontally but cant figure it out can you help me please
Hi there, unfortunately there is no built-in solution yet.
But you can follow this thread to see what is going on:
github.com/imaNNeo/fl_chart/issues/71
Good job 😊
Thank you so much 🥳
Hi, I sent you an email to your email that's highlighted here, because i can't insert pictures here.
Hi there,
Can you please explain more?
I think I haven't received your email. Could you find the related issue in the issues liest here?
github.com/imaNNeo/fl_chart/issues
😍😍❤❤
❤️🥳
good VDO
Thank you! We also have other videos in this channel like game development tutorial. You can take a look at them here:
ua-cam.com/video/YFPV2VCzlVM/v-deo.html
what IDE theme are you using bro? looks so good?
It is material darker theme.
You can take a look at it here:
material-theme.com