Python Dash Apps with JavaScript Graphs - ApexCharts

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

КОМЕНТАРІ • 14

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

    Join the Charming Data Community -- charming-data.com/ -- to learn more data viz, data apps, and AI integrations.

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

    I just spent the whole weekend figuring out how to use a D3 chart in my dash app and now you post this video 😂

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

      I'm glad the stars aligned :)

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

    Amazing! Thanks!

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

    Awesome!!!

  • @MahadiHasan-qi1cb
    @MahadiHasan-qi1cb 7 місяців тому

    I realized something when working with plotly Dash, that is when it comes to charts, python need a lot of catching up to with JavaScript, unless more and more JavaScript charts are wrapped with python to use them just like you did here.

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

      agreed, but Plotly is very useful. You can create over 100 graphs with Plotly in Python.

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

      agreed, but Plotly is very useful. You can create over 100 graphs with Plotly in Python.

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

    Thanks a lot. Please, have you ever use the dash-admin-components package? If not, please can you share a video with this package.
    Thanks you

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

      I've never used dash-admin-components, but I doubt it's compatible with Dash. It's over 5 years old, and Dash has had many releases since then.

  • @user-zh8rb3oz4e
    @user-zh8rb3oz4e 6 місяців тому

    Hi @Charming Data, thank you for this video! How would we include a Javascript table instead of the graphs?

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

      Would do you mean? Are you asking how to write a table in javascript?

    • @user-zh8rb3oz4e
      @user-zh8rb3oz4e 6 місяців тому

      I am looking for an alternative to row grouping such as how AG Grid does it in their Enterprise Version. The only other way to do row grouping that I could find is implementing a Mantine React Table using dash-mantine-react-table which has the ability to do row grouping when written in Javascript.
      If you have another way to do row grouping that would be super helpful!

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

      @@user-zh8rb3oz4eI am not aware of another way. Sorry. I haven't used Mantine React of other JS libraries. My focus is on python.