Merge pull request #212 from airbnb/big_number_total

Adding a big number total viz type that is not a timeseries metric
This commit is contained in:
michellethomas
2016-04-07 14:22:12 -07:00
parent bcca840f01
commit 59169bfc96
6 changed files with 90 additions and 6 deletions

View File

@@ -8,6 +8,7 @@ var sourceMap = {
bar: 'nvd3_vis.js',
bubble: 'nvd3_vis.js',
big_number: 'big_number.js',
big_number_total: 'big_number.js',
compare: 'nvd3_vis.js',
dist_bar: 'nvd3_vis.js',
directed_force: 'directed_force.js',