jqplot: make background transparent in live query/traffic/connections charts
This commit is contained in:
parent
3fc49a177c
commit
2325723a4e
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user