Lines 877-882
canned reports and writing custom SQL reports.</p>
Link Here
|
877 |
$('.chart-column-delete').remove(); |
877 |
$('.chart-column-delete').remove(); |
878 |
} |
878 |
} |
879 |
|
879 |
|
|
|
880 |
$(".chart-column-delete").on('click', function(e){ |
881 |
e.preventDefault(); |
882 |
removeColumn('column_' + $(this).data('column')); |
883 |
}) |
880 |
|
884 |
|
881 |
$('#download-chart').click(function() { |
885 |
$('#download-chart').click(function() { |
882 |
var svg = '<svg>' + $('#chart svg').html() + '</svg>'; |
886 |
var svg = '<svg>' + $('#chart svg').html() + '</svg>'; |
883 |
- |
|
|