Update dependency @elastic/charts to v34 (master) (#108766)

* Update dependency @elastic/charts to v34
* tentative fix for heatmap legend items, to be fixed in patch before `7.15`

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Marco Vettorello <vettorello.marco@gmail.com>
Co-authored-by: nickofthyme <nick.ryan.partridge@gmail.com>
This commit is contained in:
renovate[bot] 2021-08-17 21:05:23 -05:00 committed by GitHub
parent b1253db197
commit f21115f821
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 52 additions and 47 deletions

View file

@ -10,7 +10,7 @@ import { useMemo } from 'react';
import { useCurrentEuiTheme } from './use_color_range';
export const useDataVizChartTheme = (): PartialTheme => {
const { euiTheme } = useCurrentEuiTheme();
const chartTheme = useMemo(() => {
const chartTheme = useMemo<PartialTheme>(() => {
const AREA_SERIES_COLOR = euiTheme.euiColorVis0;
return {
axes: {