We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6e78dca + 41e6ef3 commit 0d6d952Copy full SHA for 0d6d952
src/definition.js
@@ -354,7 +354,7 @@ define(['./helper'], function (helper) {
354
var advancedMsg3 = {
355
type: "string",
356
component: "text",
357
- label: "\n $(vDimSet) will insert 'dimensionName={'dimensionValue'},' ",
+ label: "\n $(vDimSet) will insert ',dimensionName={'dimensionValue'}' ",
358
show: function (d) {
359
return d.prop && d.prop.advanced;
360
}
0 commit comments