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}
|
||||
|
||||
Reference in New Issue
Block a user