Skip to content

Commit

Permalink
[Gauge] Transparent background (#126014)
Browse files Browse the repository at this point in the history
* Added transparent background

Co-authored-by: Kibana Machine <[email protected]>
  • Loading branch information
Kuznietsov and kibanamachine authored Feb 22, 2022
1 parent 1484609 commit fa4e115
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ export const GaugeComponent: FC<GaugeRenderProps> = memo(
<Chart>
<Settings
debugState={window._echDebugStateFlag ?? false}
theme={chartTheme}
theme={[{ background: { color: 'transparent' } }, chartTheme]}
ariaLabel={args.ariaLabel}
ariaUseDefaultSummary={!args.ariaLabel}
/>
Expand Down

0 comments on commit fa4e115

Please sign in to comment.