mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-26 04:28:39 +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 { debounce } from '../getgov/helpers.js';
|
||||||
import { getParameterByName } from './helpers-admin.js';
|
import { getParameterByName } from './helpers-admin.js';
|
||||||
|
|
||||||
|
|
||||||
/** This function also sets the start and end dates to match the url params if they exist
|
/** This function also sets the start and end dates to match the url params if they exist
|
||||||
*/
|
*/
|
||||||
function initAnalyticsExportButtons() {
|
function initAnalyticsExportButtons() {
|
||||||
|
@ -94,7 +92,6 @@ function createComparativeColumnChart(id, title, labelOne, labelTwo) {
|
||||||
}
|
}
|
||||||
|
|
||||||
var ctx = canvas.getContext("2d");
|
var ctx = canvas.getContext("2d");
|
||||||
|
|
||||||
var listOne = JSON.parse(canvas.getAttribute('data-list-one'));
|
var listOne = JSON.parse(canvas.getAttribute('data-list-one'));
|
||||||
var listTwo = JSON.parse(canvas.getAttribute('data-list-two'));
|
var listTwo = JSON.parse(canvas.getAttribute('data-list-two'));
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue