File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 94
94
//[ , password: "" ] // user password : default password
95
95
} ,
96
96
triggers : { //
97
- // onDrillDown : function ({Object { level: {number}, mdx: {string} }}) {}
98
- //, onDrillThrough : function ({Object { level: {number}, mdx: {string} }}) {}
97
+ // drillDown : function ({Object { level: {number}, mdx: {string} }}) {}
98
+ //, drillThrough : function ({Object { level: {number}, mdx: {string} }}) {}
99
99
//, back: function ({Object { level: {number} }}) {}
100
100
}
101
101
//, hideButtons: true // hides "back" and "drillThrough" buttons
102
102
//, triggerEvent: "touchstart" // all "click" events will be replaced by this event
103
103
//, caption: "My table" // if set, table basic caption will be replaced by this text
104
- //, DrillDownExpression: "<spec>" // @deprecated drillDown expression split by "^"
105
104
//, showSummary: true // show summary by columns
106
- //, formatNumbers: "#,###.##" // @deprecated
107
105
//, drillDownTarget: "<dashboard name>" // undocumented, deepSee only
108
106
} ;
109
107
Original file line number Diff line number Diff line change @@ -43,8 +43,8 @@ var setup = { // Object that contain settings. Any setting may be missed.
43
43
[ , password: " " ] // user password : default password
44
44
}
45
45
[ , triggers: { // provide your functions here to handle certain events
46
- onDrillDown : function ({Object { level: {number}, mdx: {string} }}) {}
47
- , onDrillThrough : function ({Object { level: {number}, mdx: {string} }}) {}
46
+ drillDown : function ({Object { level: {number}, mdx: {string} }}) {}
47
+ , drillThrough : function ({Object { level: {number}, mdx: {string} }}) {}
48
48
, back : function ({Object { level: {number} }}) {}
49
49
} ]
50
50
[ , hideButtons: true // hides "back" and "drillThrough" buttons ]
You can’t perform that action at this time.
0 commit comments