mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-03 00:12:16 +02:00
fix typo
This commit is contained in:
parent
8a0fdc7ea6
commit
0454e72951
1 changed files with 1 additions and 2 deletions
|
@ -163,8 +163,7 @@ export function initAnalyticsDashboard() {
|
|||
];
|
||||
charts.forEach(chart => {
|
||||
if (chartInstances.has(chart.id)) chartInstances.get(chart.id).destroy();
|
||||
let chart = createComparativeColumnChart(...chart, "Start Date", "End Date");
|
||||
chartInstances.set(chart.id, chart);
|
||||
chartInstances.set(chart.id, createComparativeColumnChart(...chart, "Start Date", "End Date"));
|
||||
});
|
||||
|
||||
// Add resize listener to each chart
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue