mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-25 12:08:40 +02:00
Update analytics.js
This commit is contained in:
parent
b3a3dcad6d
commit
62a8a0c2a1
1 changed files with 0 additions and 3 deletions
|
@ -1,8 +1,6 @@
|
|||
|
||||
import { debounce } from '../getgov/helpers.js';
|
||||
import { getParameterByName } from './helpers-admin.js';
|
||||
|
||||
|
||||
/** This function also sets the start and end dates to match the url params if they exist
|
||||
*/
|
||||
function initAnalyticsExportButtons() {
|
||||
|
@ -94,7 +92,6 @@ function createComparativeColumnChart(id, title, labelOne, labelTwo) {
|
|||
}
|
||||
|
||||
var ctx = canvas.getContext("2d");
|
||||
|
||||
var listOne = JSON.parse(canvas.getAttribute('data-list-one'));
|
||||
var listTwo = JSON.parse(canvas.getAttribute('data-list-two'));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue