Make chart background transparent in table->browse

This commit is contained in:
Atul Pratap Singh 2012-09-09 23:50:17 +05:30
parent 3d9243162b
commit 9e97286571

View File

@ -33,6 +33,11 @@ $(document).ready(function() {
}
var currentSettings = {
grid: {
drawBorder: false,
shadow: false,
background: 'rgba(0,0,0,0)'
},
axes: {
xaxis: {
label: $('input[name="xaxis_label"]').val(),