Skip to content

Commit

Permalink
removed code under that import
Browse files Browse the repository at this point in the history
  • Loading branch information
SamantaTarun committed Mar 31, 2023
1 parent 487430e commit 33a5252
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ import {
DataGenerator,
} from '@elastic/charts';

import { OUI_CHARTS_THEME_LIGHT } from '../../../../src/themes/charts/themes';

import {
getDefaultOuiMarkdownParsingPlugins,
Expand Down Expand Up @@ -248,7 +247,7 @@ const ChartMarkdownRenderer = ({ palette, categories }) => {
return (
<Chart size={{ height: 320 }}>
<Settings
theme={[customColors, OUI_CHARTS_THEME_LIGHT]}
theme={[customColors]}
showLegend={false}
showLegendDisplayValue={false}
/>
Expand Down

0 comments on commit 33a5252

Please sign in to comment.