fix: remove padding in WithLegend

This commit is contained in:
Krist Wongsuphasawat 2019-05-24 17:10:53 -07:00 committed by Yongjie Zhao
parent 7d6d5dcf4a
commit 70d210ca5d

View File

@ -26,9 +26,7 @@ const LEGEND_STYLE_BASE: CSSProperties = {
display: 'flex',
flexGrow: 0,
flexShrink: 0,
fontSize: '0.9em',
order: -1,
paddingTop: '5px',
};
const CHART_STYLE_BASE: CSSProperties = {