From 8ab0bcb32415c5ced419386b5443fb6c732a38cd Mon Sep 17 00:00:00 2001 From: Paul Gear Date: Tue, 28 Oct 2014 08:39:19 +1000 Subject: [PATCH] Remove unused jqplot functions (was PR#306) --- html/includes/print-menubar.php | 83 --------------------------------- 1 file changed, 83 deletions(-) diff --git a/html/includes/print-menubar.php b/html/includes/print-menubar.php index 0fce47e8d..38f0aa352 100644 --- a/html/includes/print-menubar.php +++ b/html/includes/print-menubar.php @@ -111,34 +111,6 @@ if ($config['show_locations']) - - = '10') ?> - - - -$(document).ready(function() { - var data = [ - ['Up', ], - ['Down', ], - ['Shutdown', ], - ['Ignored', ], - ['Deleted', ] - ]; - var plot3 = jQuery.jqplot ('ports_chart', [data], - { - seriesDefaults: { - renderer: jQuery.jqplot.PieRenderer, - rendererOptions: { - // Turn off filling of slices. - fill: true, - showDataLabels: true, - // Add a margin to seperate the slices. - sliceMargin: 0, - // stroke the slices with a little thicker line. - lineWidth: 5 - } - }, - legend: { show:true, location: 'e' } - } - ); -}); -