-
Notifications
You must be signed in to change notification settings - Fork 478
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
feat(experimental): LineChart
add new component
#10286
base: main
Are you sure you want to change the base?
Conversation
Tests completed successfully ✅Good job 🔥 |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #10286 +/- ##
==========================================
- Coverage 65.76% 65.53% -0.24%
==========================================
Files 1241 1246 +5
Lines 16233 16342 +109
Branches 2413 2366 -47
==========================================
+ Hits 10676 10709 +33
- Misses 5206 5454 +248
+ Partials 351 179 -172
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Visit the preview URL for this PR (updated for commit b370360): https://taiga-previews-demo--pr10286-experimental-line-chart-d-mkriwuw7.web.app (expires Fri, 31 Jan 2025 12:55:10 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 73dddc3c665194f3e11f18c16aeb71af4c289c37 |
BundleMonFiles updated (2)
Unchanged files (3)
Total files change +192B +0.03% Groups updated (1)
Final result: ✅ View report in BundleMon website ➡️ |
@Input() | ||
public filled = false; | ||
|
||
@Input('value') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unnecessary?
public readonly points = computed(() => | ||
this.values().map((v) => | ||
v.map((value) => ({ | ||
left: this.getLeft(value[0]), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will not get recomputed when x/y/width/height change?
); | ||
} | ||
|
||
protected get isFocusable(): boolean { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unnecessary?
Playwright test resultsDetails Open report ↗︎ Skipped testswebkit › tests/addon-commerce/input-card-group.pw.spec.ts › InputCardGroup › Examples › input card grouped with validation |
Fixes #