fix(style): bar chart legend gap
This commit is contained in:
@@ -314,6 +314,9 @@ const DailyUsage: React.FC<DailyUsageProps> = (props) => {
|
||||
seriesData={seriesData}
|
||||
xAxisData={xAxisData}
|
||||
height={280}
|
||||
grid={{
|
||||
bottom: 28
|
||||
}}
|
||||
legendData={legendData}
|
||||
labelFormatter={labelFormatter}
|
||||
legendIsolate={metric === CACHED_METRIC}
|
||||
|
||||
@@ -187,6 +187,9 @@ const DomainSection: React.FC<{
|
||||
]}
|
||||
xAxisData={trendXAxis}
|
||||
height={180}
|
||||
grid={{
|
||||
bottom: 0
|
||||
}}
|
||||
title={trendTitle}
|
||||
labelFormatter={trendLabel(trendGran)}
|
||||
tooltipValueFormatter={(v) =>
|
||||
|
||||
Reference in New Issue
Block a user