Skip to content

Commit 5da344e

Browse files
authored
feat(website): update data viz docs with plugin and license info (#4228)
* feat(website): update data viz docs with plugin and license info * chore: remove data viz figma image * chore: wording change for internal tools
1 parent f1689f3 commit 5da344e

File tree

2 files changed

+7
-6
lines changed
  • packages/paste-website/src

2 files changed

+7
-6
lines changed
Binary file not shown.

packages/paste-website/src/pages/foundations/data-visualization/index.mdx

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ import {
2626
PieChartCaption,
2727
LineChartCaption,
2828
} from "../../../component-examples/DataVisualizationExamples";
29-
import FigmaColors from "../../../assets/images/foundations/data-visualization/figma-colors.png";
3029
import PieChart from "../../../assets/images/foundations/data-visualization/pie-chart.png";
3130
import LineChart from "../../../assets/images/foundations/data-visualization/line-chart.png";
3231
import DefaultLayout from "../../../layouts/DefaultLayout";
@@ -67,6 +66,8 @@ The easiest way to use the data visualization tokens in your charts is to use `u
6766

6867
Be sure to include the [Highcharts Accessibility module](/foundations/data-visualization#adding-highcharts-accessibility-module) to ensure that your charts are accessible to all users.
6968

69+
The design systems team maintains a Highcharts license for Twilio Console, SendGrid, Flex, Segment, and internal tools. If you are a Twilio customer building with Highcharts, you'll need [your own license](https://shop.highcharts.com/).
70+
7071
<LivePreview
7172
scope={{
7273
Highcharts,
@@ -84,13 +85,13 @@ Be sure to include the [Highcharts Accessibility module](/foundations/data-visua
8485

8586
### For designers
8687

87-
To get started incorporating our data visualization design tools into your own Twilio customer experiences and prototypes, please visit our [Design Guidelines for Paste](/introduction/for-designers/design-guidelines).
88+
To start using data visualization in your own Twilio customer experiences and prototypes, you can use the [Highcharts Core Figma plugin](https://www.figma.com/community/plugin/1369795683946720598/highcharts-core).
89+
90+
The [color palette](#color-palettes) used for data visualizations is available as variables in all themes. However to use the Highcharts Figma plugin, you'll have to copy the colors into the local variables in your file according to the Highcharts plugin's theme.
8891

89-
The [color palette](#color-palettes) used for data visualizations are available as color styles in both the [Default Theme](https://www.figma.com/file/OZKRQFOkOAl413m5JVIYE6/Paste-Default-Theme) and [Dark Theme](https://www.figma.com/file/TZMBaCxXkX8u5aVRVYboid/Paste-Dark-Theme?node-id=0%3A1) libraries.
92+
Not every part of a chart is themeable through the plugin, so you still won't get an exact match of charts built in production. Use the plugin for ideation purposes rather than for exact specs.
9093

91-
<Box maxWidth="size30" paddingBottom="space110" marginX="auto">
92-
<Image src={FigmaColors} placeholder="blur" style={{ width: "100%", height: "100%" }} />
93-
</Box>
94+
Alternatively, you could use [Highcharts GPT](https://www.highcharts.com/chat/gpt/) to generate charts and SVG images to copy into Figma.
9495

9596
## Color palettes
9697

0 commit comments

Comments
 (0)