diff --git a/package.json b/package.json index 4bc5d27f240..bd1431e4613 100644 --- a/package.json +++ b/package.json @@ -114,7 +114,7 @@ "@cypress/code-coverage": "^3.9.12", "@cypress/react": "^5.10.3", "@cypress/webpack-dev-server": "^1.7.0", - "@elastic/charts": "^41.0.1", + "@elastic/charts": "^45.1.1", "@elastic/datemath": "^5.0.3", "@elastic/eslint-config-kibana": "^0.15.0", "@emotion/babel-preset-css-prop": "^11.2.0", diff --git a/src-docs/src/views/elastic_charts/accessibility_example.js b/src-docs/src/views/elastic_charts/accessibility_example.js index 20025180408..8ef88979634 100644 --- a/src-docs/src/views/elastic_charts/accessibility_example.js +++ b/src-docs/src/views/elastic_charts/accessibility_example.js @@ -191,8 +191,8 @@ export const ElasticChartsAccessibilityExample = { iconType="visPie" >

- Partition charts include: sunburst, treemap, icicle, flame, and - mosaic. + Partition charts include: sunburst, treemap, icicle, flame, + mosaic, and waffle.

@@ -221,7 +221,7 @@ export const ElasticChartsAccessibilityExample = { For the provided example, a visually hidden data table is rendered with the caption we passed on ariaTableCaption.

- + {`

There is a great variety of reported favorite fruit

@@ -254,7 +254,7 @@ export const ElasticChartsAccessibilityExample = { `} - + ), }, @@ -275,10 +275,7 @@ export const ElasticChartsAccessibilityExample = { } iconType="visAreaStacked" > -

- XY charts include: area, bar, bubble, histogram, line, and - heatmap. -

+

XY charts include: area, bar, and histogram.

), diff --git a/src-docs/src/views/elastic_charts/goal.js b/src-docs/src/views/elastic_charts/goal.js index 1d1b68d1223..568a14798fb 100644 --- a/src-docs/src/views/elastic_charts/goal.js +++ b/src-docs/src/views/elastic_charts/goal.js @@ -1,6 +1,6 @@ import React, { useContext } from 'react'; import { Chart, Settings, Goal } from '@elastic/charts'; -import { EuiSpacer, EuiTitle, EuiCode } from '../../../../src/components'; +import { EuiSpacer, EuiTitle, EuiCodeBlock } from '../../../../src/components'; import { htmlIdGenerator, useIsWithinBreakpoints, @@ -79,7 +79,7 @@ export const GoalChart = () => {

Visually hidden content for chart

- + {`

Temperature

Celsius

This goal chart has a target of 22.

@@ -105,7 +105,7 @@ export const GoalChart = () => {
250 - 300
hot
`} -
+ ); diff --git a/src-docs/src/views/elastic_charts/texture.js b/src-docs/src/views/elastic_charts/texture.js index fe455e669bb..976deb25c2f 100644 --- a/src-docs/src/views/elastic_charts/texture.js +++ b/src-docs/src/views/elastic_charts/texture.js @@ -31,6 +31,8 @@ export const TextureMultiSeriesChart = () => { {