Comparing version 0.0.19 to 0.0.20
var _ = require('underscore'); | ||
var bormat = require('bormat'); | ||
var kt = require('knights-templar'); | ||
@@ -43,3 +44,3 @@ var RaphaelView = require('./RaphaelView'); | ||
json.right = Math.max(0, Math.min(this.chart.get('vp_width') - (evt.clientX - this.parent.$el.offset().left) - 50 + window.scrollX, this.chart.get('vp_width') - 150)); | ||
json.y_value = bormat.commaGroups(json.y_value); | ||
var markup = this.info_template(json); | ||
@@ -46,0 +47,0 @@ $(markup.trim()).appendTo(this.parent.$el); |
{ | ||
"name": "charted", | ||
"version": "0.0.19", | ||
"version": "0.0.20", | ||
"description": "Charts an entire collection of data. Single or multiple y-axes. Support for 64-bit integers. Auto-resizing axes.", | ||
@@ -23,3 +23,4 @@ "main": "index.js", | ||
"ktbr": ">=0.0.3", | ||
"raphael": ">=2.1.0" | ||
"raphael": ">=2.1.0", | ||
"bormat": "0.0.8" | ||
}, | ||
@@ -26,0 +27,0 @@ "devDependencies": { |
624722
18204
6
+ Addedbormat@0.0.8
+ Addedbormat@0.0.8(transitive)