switched off drop representation
This commit is contained in:
parent
cc7d2620e8
commit
706f30e2e2
|
@ -21,7 +21,7 @@ function createChart(id, data, unit) {
|
||||||
"graphs": [{
|
"graphs": [{
|
||||||
"id": "g1",
|
"id": "g1",
|
||||||
"balloon":{
|
"balloon":{
|
||||||
"drop":true,
|
"drop":false,
|
||||||
"adjustBorderColor":false,
|
"adjustBorderColor":false,
|
||||||
"color":"#ffffff",
|
"color":"#ffffff",
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue