Lines 861-866
canned reports and writing custom SQL reports.</p>
Link Here
|
861 |
$('.chart-column-delete').remove(); |
861 |
$('.chart-column-delete').remove(); |
862 |
} |
862 |
} |
863 |
|
863 |
|
|
|
864 |
$(".chart-column-delete").on('click', function(e){ |
865 |
e.preventDefault(); |
866 |
removeColumn('column_' + $(this).data('column')); |
867 |
}) |
864 |
|
868 |
|
865 |
$('#download-chart').click(function() { |
869 |
$('#download-chart').click(function() { |
866 |
var svg = '<svg>' + $('#chart svg').html() + '</svg>'; |
870 |
var svg = '<svg>' + $('#chart svg').html() + '</svg>'; |
867 |
- |
|
|