Skip to content

Commit 12ba70a

Browse files
docs fix
1 parent 2ae71b4 commit 12ba70a

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

example/index.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,16 +94,14 @@
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

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 ]

0 commit comments

Comments
 (0)