Skip to content

Commit

Permalink
bubble.js debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jdk137 committed Jan 30, 2013
1 parent f96ada8 commit 0b58945
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/charts/bubble.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@
* @param {Number} c0 分组值
* @param {String} time 时间值
*/
this.formatter = {};
this.formatter.tipFormat = function (key, x0, y0, r0, c0, time) {
var tpl = '<b>' + this.keyDimen + ':{key}</b><br />' +
'<b>' + this.xDimen + ':{xDimen}</b><br/>' +
Expand Down

0 comments on commit 0b58945

Please sign in to comment.