Skip to content

Commit c0d4f71

Browse files
author
Tryggvi Bjorgvinsson
committed
BubbleTree as a jquery extension.
This also includes big changes to the existing bar chart along with minor modifications to the dailybread and treemap and standard ways to interface with colors. The aggregator is also now a constructor. This is quite the commit eh?
1 parent 50c75f7 commit c0d4f71

File tree

10 files changed

+3349
-408
lines changed

10 files changed

+3349
-408
lines changed

Gruntfile.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ module.exports = function(grunt) {
1515
'lib/vendor/underscore.js',
1616
'lib/vendor/accounting.js',
1717
'lib/vendor/thejit-2.js',
18+
'lib/vendor/vis4.js',
19+
'lib/vendor/jquery.history.js',
20+
'lib/vendor/Tween.js',
21+
'lib/vendor/bubbletree/2.0/bubbletree.openspending.js',
22+
'lib/vendor/jquery.qtip.min.js',
1823
// Source files for openspendingjs' utilisation library
1924
'src/utils/*.js',
2025
// Source files for openspendingjs' jquery widgets

0 commit comments

Comments
 (0)