-
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
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 7138cc9.
☁️ Nx Cloud last updated this comment at |
🦋 Changeset detectedLatest commit: 12a370d 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
|
packages/paste-website/src/pages/components/chart-provider/index.mdx
Outdated
Show resolved
Hide resolved
packages/paste-website/src/pages/foundations/data-visualization/index.mdx
Outdated
Show resolved
Hide resolved
packages/paste-website/src/components/site-wrapper/sidebar/SidebarNavigation.tsx
Show resolved
Hide resolved
packages/paste-website/src/components/site-wrapper/sidebar/SidebarNavigation.tsx
Show resolved
Hide resolved
packages/paste-website/src/pages/foundations/data-visualization/for-engineers/index.mdx
Outdated
Show resolved
Hide resolved
packages/paste-website/src/pages/foundations/data-visualization/for-engineers/chart-types.mdx
Outdated
Show resolved
Hide resolved
packages/paste-website/src/pages/foundations/data-visualization/for-engineers/index.mdx
Outdated
Show resolved
Hide resolved
packages/paste-website/src/pages/foundations/data-visualization/for-engineers/index.mdx
Outdated
Show resolved
Hide resolved
packages/paste-website/src/pages/foundations/data-visualization/for-engineers/index.mdx
Outdated
Show resolved
Hide resolved
packages/paste-website/src/pages/foundations/data-visualization/for-engineers/index.mdx
Outdated
Show resolved
Hide resolved
packages/paste-website/src/pages/foundations/data-visualization/for-engineers/index.mdx
Outdated
Show resolved
Hide resolved
packages/paste-website/src/pages/foundations/data-visualization/for-engineers/index.mdx
Outdated
Show resolved
Hide resolved
packages/paste-website/src/pages/foundations/data-visualization/for-engineers/index.mdx
Outdated
Show resolved
Hide resolved
packages/paste-website/src/pages/foundations/data-visualization/for-engineers/index.mdx
Outdated
Show resolved
Hide resolved
packages/paste-website/src/pages/foundations/data-visualization/for-engineers/chart-types.mdx
Outdated
Show resolved
Hide resolved
packages/paste-website/src/pages/foundations/data-visualization/for-engineers/chart-types.mdx
Outdated
Show resolved
Hide resolved
packages/paste-website/src/pages/foundations/data-visualization/for-engineers/index.mdx
Outdated
Show resolved
Hide resolved
Co-authored-by: Sarah <sali@twilio.com>
…te into docs-data-viz-base-chart
Paste
|
Project |
Paste
|
Branch Review |
docs-data-viz-base-chart
|
Run status |
|
Run duration | 07m 44s |
Commit |
|
Committer | krisantrobus |
View all properties for this run ↗︎ |
Test results | |
---|---|
|
0
|
|
0
|
|
0
|
|
0
|
|
125
|
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: