How Line Chart works in FL Chart

Поділитися
Вставка
  • Опубліковано 23 гру 2024

КОМЕНТАРІ • 43

  • @minatominato2175
    @minatominato2175 Місяць тому +2

    It's really encouraging to see someone who is faithful to his work.
    Great package and great explanation.

    • @imaNNeO
      @imaNNeO  Місяць тому

      Thanks so much!
      I'm glad you like the package!

  • @GustavoO64
    @GustavoO64 3 місяці тому +1

    Thank you for the valuable content! My team here in the south of Brazil is transitioning from Syncfusion to fl_chart.

    • @imaNNeO
      @imaNNeO  3 місяці тому

      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.

  • @exsylee
    @exsylee 4 місяці тому +1

    최고네요. 감사합니다. from korea

    • @imaNNeO
      @imaNNeO  4 місяці тому

      Thank you!💙
      Don't forget to subscribe and share the channel.

  • @user-fz5fc6gv6y
    @user-fz5fc6gv6y День тому

    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

  • @user-fz5fc6gv6y
    @user-fz5fc6gv6y 19 днів тому +1

    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.

    • @imaNNeO
      @imaNNeO  18 днів тому

      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

  • @Vinidev-fl6bi
    @Vinidev-fl6bi 6 місяців тому +1

    Great plugin, great didatic

    • @imaNNeO
      @imaNNeO  6 місяців тому

      I'm happy you liked it!

  • @naman-gemini
    @naman-gemini 7 місяців тому +1

    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?

    • @imaNNeO
      @imaNNeO  7 місяців тому +1

      Unfortunately, we cannot have a button inside the tooltip yet.

    • @naman-gemini
      @naman-gemini 7 місяців тому

      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?

    • @imaNNeO
      @imaNNeO  3 місяці тому

      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

  • @dieg0503
    @dieg0503 5 місяців тому +1

    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!

    • @imaNNeO
      @imaNNeO  5 місяців тому +1

      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

    • @dieg0503
      @dieg0503 5 місяців тому +1

      @@imaNNeO brilliant thanks!

  • @charnondorf7776
    @charnondorf7776 8 місяців тому +1

    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?

    • @imaNNeO
      @imaNNeO  8 місяців тому +1

      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

  • @DanyloYakovenko-c5s
    @DanyloYakovenko-c5s 4 місяці тому +1

    Hi, how can we place a tooltip under the dot on the line chart?

    • @imaNNeO
      @imaNNeO  3 місяці тому

      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

  • @yunlin-k6i
    @yunlin-k6i 5 місяців тому

    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?

    • @imaNNeO
      @imaNNeO  5 місяців тому

      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.

  • @SyukurZay
    @SyukurZay 7 місяців тому +1

    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.

    • @imaNNeO
      @imaNNeO  7 місяців тому

      Hi, at the moment you can't do that. But please follow the below thread:
      github.com/imaNNeo/fl_chart/issues/71

  • @abin6909
    @abin6909 7 місяців тому +1

    Do you have a tutorial to create a bell curve graph?

    • @imaNNeO
      @imaNNeO  7 місяців тому

      Can you explain more? Can we have it using line chart? Or it is a different kind of chart?

  • @ssakthiaudio
    @ssakthiaudio 4 місяці тому +1

    Great widget ❤️ and good explanation, 🎉
    Is there available flchart logarithmic x axis scale ? for frequency plotting

    • @imaNNeO
      @imaNNeO  4 місяці тому

      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

  • @Sulman-dl2lq
    @Sulman-dl2lq 5 місяців тому

    hi i am tryin to make the line bar chart scrollable horizontally but cant figure it out can you help me please

    • @imaNNeO
      @imaNNeO  5 місяців тому

      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

  • @Maraliii716
    @Maraliii716 8 місяців тому +1

    Good job 😊

    • @imaNNeO
      @imaNNeO  8 місяців тому

      Thank you so much 🥳

  • @alidahud337
    @alidahud337 7 місяців тому +1

    Hi, I sent you an email to your email that's highlighted here, because i can't insert pictures here.

    • @imaNNeO
      @imaNNeO  7 місяців тому

      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

  • @amir_gh_dev
    @amir_gh_dev 8 місяців тому +1

    😍😍❤❤

    • @imaNNeO
      @imaNNeO  8 місяців тому

      ❤️🥳

  • @Krittapan
    @Krittapan 5 місяців тому +1

    good VDO

    • @imaNNeO
      @imaNNeO  4 місяці тому

      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

  • @abstract.projects
    @abstract.projects 5 місяців тому +1

    what IDE theme are you using bro? looks so good?

    • @imaNNeO
      @imaNNeO  5 місяців тому

      It is material darker theme.
      You can take a look at it here:
      material-theme.com