mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-15 14:04:10 +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 => {
|
charts.forEach(chart => {
|
||||||
if (chartInstances.has(chart.id)) chartInstances.get(chart.id).destroy();
|
if (chartInstances.has(chart.id)) chartInstances.get(chart.id).destroy();
|
||||||
let chart = createComparativeColumnChart(...chart, "Start Date", "End Date");
|
chartInstances.set(chart.id, createComparativeColumnChart(...chart, "Start Date", "End Date"));
|
||||||
chartInstances.set(chart.id, chart);
|
|
||||||
});
|
});
|
||||||
|
|
||||||
// Add resize listener to each chart
|
// Add resize listener to each chart
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue