-
Notifications
You must be signed in to change notification settings - Fork 13
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(Charts): Add the Data Visualization
tab with pages Getting Started
, Chart Types
, and Chart Demos
. Add new examples in the storybook.
#1544
base: dev
Are you sure you want to change the base?
Conversation
…arted`, `Chart Types` and `Chart Demos`. Add new examples in the storybook.
🦋 Changeset detectedLatest commit: a48cbb2 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 |
website/react-magma-docs/src/pages/data-visualization-intro/introduction.mdx
Outdated
Show resolved
Hide resolved
website/react-magma-docs/src/pages/data-visualization-intro/introduction.mdx
Outdated
Show resolved
Hide resolved
website/react-magma-docs/src/pages/data-visualization-intro/introduction.mdx
Outdated
Show resolved
Hide resolved
website/react-magma-docs/src/pages/data-visualization-intro/introduction.mdx
Outdated
Show resolved
Hide resolved
website/react-magma-docs/src/pages/data-visualization/chart-types.css
Outdated
Show resolved
Hide resolved
website/react-magma-docs/src/pages/data-visualization/chart-types.mdx
Outdated
Show resolved
Hide resolved
website/react-magma-docs/src/pages/data-visualization/chart-demos.mdx
Outdated
Show resolved
Hide resolved
|
||
<MagmaChartsSiteLink /> | ||
|
||
export const MoreDemoesLink = ({ number, path }) => ( |
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.
export const MoreDemoesLink = ({ number, path }) => ( | |
export const MoreDemosLink = ({ number, path }) => ( |
radar: RadarChart, | ||
boxplot: BoxplotChart, | ||
bubble: BubbleChart, | ||
bullet: BulletChart, | ||
gauge: GaugeChart, | ||
histogram: HistogramChart, | ||
meter: MeterChart, | ||
scatter: ScatterChart, |
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.
We will need to go through all of these charts and update the custom styles. @orion-cengage will need to review them and provide feedback.
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.
We could also merge as is (after the release) and use the separate tickets to address the styling.
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.
website/react-magma-docs/src/pages/data-visualization-intro/introduction.mdx
Outdated
Show resolved
Hide resolved
website/react-magma-docs/src/pages/data-visualization/chart-demos.mdx
Outdated
Show resolved
Hide resolved
website/react-magma-docs/src/pages/data-visualization/chart-demos.mdx
Outdated
Show resolved
Hide resolved
website/react-magma-docs/src/pages/data-visualization/chart-types.mdx
Outdated
Show resolved
Hide resolved
The files are still appearing on the left hand menu |
|
Issue: #1172
Issue: #1054
Issue: #1055
Issue: #1056
What I did
Add the
Data Visualization
tab with pagesGetting Started
,Chart Types
, andChart Demos
. Add new examples in the storybook.Screenshots:
Checklist
How to test
Open documentation -> Open
Data Visualization
-> Check new pages.Open storybook -> Open
Charts
folder -> Check new examples.