Skip to content

Commit

Permalink
added description text
Browse files Browse the repository at this point in the history
  • Loading branch information
QlikPreSalesDACH committed Dec 6, 2019
1 parent b1aabf6 commit 12cd2ba
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/definition.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,18 @@ define(function () {
items: {
dimensions: {
uses: "dimensions",
description: (a, b) => {
return "Minichart dimension";
},
disabledRef: '',
min: 0,
max: 1
},
measures: {
uses: "measures",
description: (a, b) => {
return ["Minichart first value", "Minichart second value"][b];
},
min: 0,
max: 2
}
Expand Down

0 comments on commit 12cd2ba

Please sign in to comment.