Replace chart legend with custom component.

This commit is contained in:
Mike Cao 2020-10-14 16:39:26 -07:00
parent 894736d474
commit 8e987b6b9d
5 changed files with 41 additions and 15 deletions

View file

@ -45,8 +45,6 @@ export default function PageviewsChart({
id: 'metrics.page-views',
defaultMessage: 'Page views',
});
chart.update();
};
if (!data) {