diff --git a/Makefile b/Makefile index f8d0489..31319c9 100644 --- a/Makefile +++ b/Makefile @@ -17,6 +17,7 @@ JS_FILES = \ src/models/lineChart.js \ src/models/linePlusBarChart.js \ src/models/lineWithFocusChart.js \ + src/models/linePlusBarWithFocusChart.js \ src/models/multiBar.js \ src/models/multiBarChart.js \ src/models/multiBarHorizontal.js \ diff --git a/examples/crossfilterWithTables.html b/examples/crossfilterWithTables.html index 7fe30b8..9a8afcd 100644 --- a/examples/crossfilterWithTables.html +++ b/examples/crossfilterWithTables.html @@ -106,7 +106,7 @@ nv.addGraph(function() { key: 'stream3' } ]); - +nv.log(data); d3.select('#chart svg') .datum(data) .transition().duration(500)