diff --git a/plugins/cost-insights/src/components/CostOverviewCard/CostOverviewByProductChart.tsx b/plugins/cost-insights/src/components/CostOverviewCard/CostOverviewByProductChart.tsx index e6a40a9595..b562434c5e 100644 --- a/plugins/cost-insights/src/components/CostOverviewCard/CostOverviewByProductChart.tsx +++ b/plugins/cost-insights/src/components/CostOverviewCard/CostOverviewByProductChart.tsx @@ -16,7 +16,13 @@ import React, { useState } from 'react'; import dayjs from 'dayjs'; import utc from 'dayjs/plugin/utc'; -import { useTheme, Box, Typography } from '@material-ui/core'; +import { + useTheme, + Box, + Typography, + Divider, + emphasize, +} from '@material-ui/core'; import { default as FullScreenIcon } from '@material-ui/icons/Fullscreen'; import { AreaChart, @@ -182,9 +188,17 @@ export const CostOverviewByProductChart = ({ fill: p.fill!, })); const expandText = ( - - - Click to expand + + + + + Click to expand + ); return (