Updates to Revenue report.
This commit is contained in:
@@ -17,7 +17,7 @@ export function CountriesTable({ ...props }: MetricsTableProps) {
|
||||
value={(countryNames[code] && code) || code}
|
||||
label={formatCountry(code)}
|
||||
>
|
||||
<TypeIcon type="country" value={code?.toLowerCase()} />
|
||||
<TypeIcon type="country" value={code} />
|
||||
</FilterLink>
|
||||
);
|
||||
};
|
||||
|
||||
@@ -56,8 +56,8 @@ export function EventsChart({ websiteId, className, focusLabel }: EventsChartPro
|
||||
|
||||
return (
|
||||
<BarChart
|
||||
minDate={startDate.toISOString()}
|
||||
maxDate={endDate.toISOString()}
|
||||
minDate={startDate}
|
||||
maxDate={endDate}
|
||||
className={className}
|
||||
data={chartData}
|
||||
unit={unit}
|
||||
|
||||
Reference in New Issue
Block a user