Skip to content

Commit

Permalink
Remove theme folder for charts
Browse files Browse the repository at this point in the history
Signed-off-by: Tarun Samanta <tarunsamanta77@gmail.com>
  • Loading branch information
SamantaTarun committed Mar 31, 2023
1 parent 487430e commit 2213efc
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ import {
DataGenerator,
} from '@elastic/charts';

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

import {
getDefaultOuiMarkdownParsingPlugins,
getDefaultOuiMarkdownProcessingPlugins,
Expand Down Expand Up @@ -248,7 +246,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 2213efc

Please sign in to comment.