jqplot: make background transparent in live query/traffic/connections charts

This commit is contained in:
Atul Pratap Singh 2012-09-06 00:32:58 +05:30
parent 3fc49a177c
commit 2325723a4e

View File

@ -376,6 +376,11 @@ $(function() {
function getSettings(type) {
var settings = {
grid: {
drawBorder: false,
shadow: false,
background: 'rgba(0,0,0,0)'
},
axes: {
xaxis: {
renderer: $.jqplot.DateAxisRenderer,