Skip to content

Commit

Permalink
Update src/plugins/chart_expressions/expression_heatmap/public/compon…
Browse files Browse the repository at this point in the history
…ents/chart_split.tsx

Co-authored-by: Nick Partridge <[email protected]>
  • Loading branch information
stratoula and nickofthyme authored Apr 13, 2023
1 parent 2721970 commit 57fc932
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ export const ChartSplit = ({ splitColumnAccessor, splitRowAccessor }: ChartSplit
splitHorizontally={splitColumnAccessor ? CHART_SPLIT_ID : undefined}
style={{
verticalPanelPadding: {
outer: 0.1,
outer: 0,
inner: 0.1,
},
horizontalPanelPadding: {
outer: 0.1,
outer: 0,
inner: 0.1,
},
}}
Expand Down

0 comments on commit 57fc932

Please sign in to comment.