switched off drop representation

This commit is contained in:
Joachim Lusiardi 2016-05-02 07:59:14 +02:00
parent cc7d2620e8
commit 706f30e2e2
1 changed files with 1 additions and 1 deletions

View File

@ -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",
}, },