-
Notifications
You must be signed in to change notification settings - Fork 118
feat(data-viz): add simple chart type support #4318
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
Co-authored-by: Sarah <[email protected]>
…te into docs-data-viz-base-chart
…te into chart-types-line-column-support
…ata-visualization
@@ -1,13 +1,13 @@ | |||
const sidebarNavigationDisclosures = [ | |||
"introduction", | |||
"foundations", | |||
"components", |
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.
moved the components higher as data-visualization now exists in components and foundations so need to be open to test both
@@ -20,6 +20,7 @@ | |||
"scripts": { | |||
"build": "yarn clean && NODE_ENV=production node build.js && tsc", | |||
"build:js": "NODE_ENV=development node build.js", | |||
"build:typedocs": "tsx ../../../tools/build/generate-type-docs --skipPropsNameRule", |
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.
👏
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.
great tests and examples!
Data Visualization Enhancements:
@twilio-paste/data-visualization-library
to align with Paste styles, including font family adjustments.@twilio-paste/data-visualization-library
to support creating Highcharts options for supported chart types.ChartProvider
component to allow usage of options for supported chart types.Updates
ChartProvider
documentation for supported charts and enhanced API section/components/chart-provider/api
/foundations/data-visualization/engineering/chart-types
page