mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
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:
parent
b1253db197
commit
f21115f821
9 changed files with 52 additions and 47 deletions
|
@ -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: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue