summaryrefslogtreecommitdiffstats
path: root/node.d
diff options
context:
space:
mode:
authorBrainDoctor <github.account@chrigel.net>2017-07-09 18:47:19 +0200
committerBrainDoctor <github.account@chrigel.net>2017-07-09 18:49:55 +0200
commit2610c4f1d2a4ad36d4b370eb394b2fe5b4317fe2 (patch)
tree6d4acd78bce7330110309c146903886e2f9c732d /node.d
parent7fb18dc089a543cdb6baf8e0c34f2c116f827ce8 (diff)
Fixed dimension id bug.
Diffstat (limited to 'node.d')
-rw-r--r--node.d/stiebeleltron.node.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/node.d/stiebeleltron.node.js b/node.d/stiebeleltron.node.js
index f12bd0eb05..b0eb0aba79 100644
--- a/node.d/stiebeleltron.node.js
+++ b/node.d/stiebeleltron.node.js
@@ -181,7 +181,7 @@ var stiebeleltron = {
},
getDimensionId: function (context) {
- return this.getChartId(context) + "." + context.dimension.id;
+ return context.dimension.id;
},
isUndefined: function (value) {