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 9494 //[ , password: "" ] // user password : default password
9595 } ,
9696 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} }}) {}
9999 //, back: function ({Object { level: {number} }}) {}
100100 }
101101 //, hideButtons: true // hides "back" and "drillThrough" buttons
102102 //, triggerEvent: "touchstart" // all "click" events will be replaced by this event
103103 //, caption: "My table" // if set, table basic caption will be replaced by this text
104- //, DrillDownExpression: "<spec>" // @deprecated drillDown expression split by "^"
105104 //, showSummary: true // show summary by columns
106- //, formatNumbers: "#,###.##" // @deprecated
107105 //, drillDownTarget: "<dashboard name>" // undocumented, deepSee only
108106 } ;
109107
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.
4343 [ , password: " " ] // user password : default password
4444 }
4545 [ , 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} }}) {}
4848 , back : function ({Object { level: {number} }}) {}
4949 } ]
5050 [ , hideButtons: true // hides "back" and "drillThrough" buttons ]
You can’t perform that action at this time.
0 commit comments