Skip to content

Commit

Permalink
jqplot: make background transparent in live query/traffic/connections…
Browse files Browse the repository at this point in the history
… charts
  • Loading branch information
atul516 authored and nijel committed Sep 6, 2012
1 parent 2c0faaf commit 1411d62
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions js/server_status.js
Expand Up @@ -375,6 +375,11 @@ $(function() {
function getSettings(type) {

var settings = {
grid: {
drawBorder: false,
shadow: false,
background: 'rgba(0,0,0,0)'
},
axes: {
xaxis: {
renderer: $.jqplot.DateAxisRenderer,
Expand Down

0 comments on commit 1411d62

Please sign in to comment.