BrainDoctor 7 лет назад
Родитель
Сommit
2610c4f1d2
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      node.d/stiebeleltron.node.js

+ 1 - 1
node.d/stiebeleltron.node.js

@@ -181,7 +181,7 @@ var stiebeleltron = {
     },
     },
 
 
     getDimensionId: function (context) {
     getDimensionId: function (context) {
-        return this.getChartId(context) + "." + context.dimension.id;
+        return context.dimension.id;
     },
     },
 
 
     isUndefined: function (value) {
     isUndefined: function (value) {