Skip to content

Comments

chart none data#2538

Merged
FredLL-Avaiga merged 1 commit intodevelopfrom
bug/#2537-chart-none-data
Apr 4, 2025
Merged

chart none data#2538
FredLL-Avaiga merged 1 commit intodevelopfrom
bug/#2537-chart-none-data

Conversation

@FredLL-Avaiga
Copy link
Member

What type of PR is this? (Check all that apply)

  • 🛠 Refactor
  • ✨ Feature
  • 🐛 Bug Fix
  • ⚡ Optimization
  • 📝 Documentation Update

Description

chart none data

Related Tickets & Documents

How to reproduce the issue

import taipy.gui.builder as tgb
from taipy import Gui

data = None

with tgb.Page() as page:
    tgb.chart("{data}")

if __name__ == "__main__":
    Gui(page).run(title="2537 Chart with None data")

Backporting

This change should be backported to:

  • 3.0
  • 3.1
  • 4.0
  • develop

Checklist

We encourage keeping the code coverage percentage at 80% or above.

  • ✅ This solution meets the acceptance criteria of the related issue.
  • 📝 The related issue checklist is completed.
  • 🧪 This PR includes unit tests for the developed code.

@FredLL-Avaiga FredLL-Avaiga added 🟥 Priority: Critical Must be addressed as soon as possible 💥Malfunction Addresses an identified problem. 📝Release Notes Impacts the Release Notes or the Documentation in general Gui: Back-End labels Apr 4, 2025
@FredLL-Avaiga FredLL-Avaiga self-assigned this Apr 4, 2025
Copy link
Contributor

@dinhlongviolin1 dinhlongviolin1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Member

@FabienLelaquais FabienLelaquais left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👌

@FredLL-Avaiga FredLL-Avaiga merged commit 7589091 into develop Apr 4, 2025
126 checks passed
@FredLL-Avaiga FredLL-Avaiga deleted the bug/#2537-chart-none-data branch April 4, 2025 10:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Gui: Back-End 💥Malfunction Addresses an identified problem. 🟥 Priority: Critical Must be addressed as soon as possible 📝Release Notes Impacts the Release Notes or the Documentation in general

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[🐛 BUG] None data break chart control

3 participants