-
Notifications
You must be signed in to change notification settings - Fork 119
feat(data-viz): create intial pages for engineering #4312
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
base: main
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
backgroundColor: context.backgroundColors.colorBackgroundBodyInverse, | ||
borderColor: context.borderColors.colorBorderInverse, | ||
borderWidth: context.borderWidths.borderWidth10, | ||
borderRadius: context.radii.borderRadius30.replace("px", ""), | ||
padding: 12, | ||
style: { | ||
fontFamily: context.fonts.fontFamilyText, | ||
color: context.textColors.colorText, | ||
fontSize: context.fontSizes.fontSize30, |
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.
Aligns more closely with our tooltip. The previous tooltip did not set the font from the theme
View your CI Pipeline Execution ↗ for commit 34bcf1e.
☁️ Nx Cloud last updated this comment at |
🦋 Changeset detectedLatest commit: 34bcf1e The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
const ChartProviderExample = () => { | ||
const lineSeriesData = [ | ||
{ | ||
name: "Installation", | ||
data: [43934, 52503, 57177, 69658, 97031, 119931, 137133, 154175], | ||
}, | ||
{ | ||
name: "Manufacturing", | ||
data: [24916, 24064, 29742, 29851, 32490, 30282, 38121, 40434], | ||
}, | ||
] |
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.
decided to include the series so consumers can understand the formats required. Easier to onboard
Size Change: +79 B (0%) Total Size: 1.12 MB
ℹ️ View Unchanged
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 34bcf1e:
|
Paste
|
Project |
Paste
|
Branch Review |
docs-data-viz-base-chart
|
Run status |
|
Run duration | 04m 48s |
Commit |
|
Committer | Kristian Antrobus |
View all properties for this run ↗︎ |
Test results | |
---|---|
|
0
|
|
2
|
|
0
|
|
0
|
|
67
|
View all changes introduced in this branch ↗︎ |
This pull request includes several changes to add new features and improve the data visualization components, particularly the
ChartProvider
and its usage in the documentation and stories.New pages for: