Merge pull request #2058 from skuzzle/develop

Remove console.log statement
This commit is contained in:
James Cole 2019-02-05 15:22:12 +01:00 committed by GitHub
commit b0f847959f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -346,7 +346,6 @@ function drawAChart(URI, container, chartType, options, colorData) {
if (typeof drawVerticalLine !== 'undefined') {
if (drawVerticalLine !== '') {
// draw line using annotation plugin.
console.log('Will draw line');
chartOpts.options.annotation = {
annotations: [{
type: 'line',