Pie Chart with the Dropdown in Python - Plotly Dash

Поделиться
HTML-код
  • Опубликовано: 16 ноя 2024

Комментарии • 6

  • @lucaschiqui
    @lucaschiqui 4 месяца назад

    Hi Adam, what would be the benefits of using Plotly Dash instead, for example, Power BI?

    • @CharmingData
      @CharmingData  4 месяца назад

      Hi Luca, it's a lot more customizable thank powerBi, you can use any Python library into it, you can build your layout in any way you want, and it's free.

    • @lucaschiqui
      @lucaschiqui 4 месяца назад

      @@CharmingData thanks Adam!

  • @elio3232
    @elio3232 9 месяцев назад

    Hi !!! Thansk for your vids. Really helping me. I have a question.
    I need that one click on an y-axes from a figure in a page trigger an update on another page. What need to Do that?
    Thank again for all ypur work

    • @CharmingData
      @CharmingData  9 месяцев назад

      You should probably use dcc.Store

    • @elio3232
      @elio3232 9 месяцев назад

      @@CharmingData ohhh Great. I was thinking on that but wasn't sure
      Thanks you