Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

multiple traces with new decimator api (#1062) #1731

Draft
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

dinhlongviolin1
Copy link
Member

@dinhlongviolin1 dinhlongviolin1 commented Aug 30, 2024

Resolve #1062

Resolve #1515

This new api will also enable the use of applying the decimator directly to an existing dataframe -> use for plotly charts

Copy link
Contributor

github-actions bot commented Aug 30, 2024

Coverage report for ./frontend/taipy-gui

Caution

Coverage does not meet threshold
Branches coverage not met for global: expected >=80%, but got 70.90604026845637%

St.
Category Percentage Covered / Total
🟢 Statements
87.76% (-0.17% 🔻)
3139/3577
🟡 Branches
70.91% (-0.8% 🔻)
2113/2980
🟢 Functions
83.48% (-0.29% 🔻)
576/690
🟢 Lines
88.24% (-0.18% 🔻)
2904/3291
Show new covered files 🐣
St.
File Statements Branches Functions Lines
🟢
... / Dialog.tsx
100% 91.3% 100% 100%
🟡
... / TaipyRendered.tsx
64.58% 14.29% 50% 64.58%
🟡
... / index.ts
75.51% 26.67% 50% 75%
🟢
... / Expandable.tsx
100% 85% 100% 100%
🟢
... / PageContent.tsx
75% 100% 0% 100%
🟢
... / Pane.tsx
95.12% 73.81% 100% 94.87%
🟢
... / Part.tsx
88% 64.29% 75% 91.3%

Test suite run success

597 tests passing in 43 suites.

Report generated by 🧪jest coverage report action from 515c429

@dinhlongviolin1 dinhlongviolin1 added 📈 Improvement Improvement of a feature. 📝Release Notes Impacts the Release Notes labels Aug 31, 2024
Copy link
Contributor

This PR has been labelled as "🥶Waiting for contributor" because it has been inactive for more than 14 days. If you would like to continue working on this PR, then please add new commit or another comment, otherwise this PR will be closed in 14 days. For more information please refer to the contributing guidelines.

@github-actions github-actions bot added the 🥶Waiting for contributor Issues or PRs waiting for a long time label Sep 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📈 Improvement Improvement of a feature. 📝Release Notes Impacts the Release Notes 🥶Waiting for contributor Issues or PRs waiting for a long time
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Possibility to use decimator on Plotly charts BUG - Decimator does not work with multiple traces
1 participant