2
2
3
3
Inspired by the work of [ Mike Bostock] ( http://bost.ocks.org/mike/chart/ )
4
4
5
- **
6
- Big thanks to [ nvd3-community] ( https://github.com/nvd3-community/nvd3/ ) for helping to maintain the library and improve documentation.
7
- Novus has decided to keep the library in sync with what is in nvd3-community master.
8
- **
5
+ ** Big thanks to [ nvd3-community] ( https://github.com/nvd3-community/nvd3/ ) for helping to maintain the library and improve documentation.
6
+ Novus has decided to keep the library in sync with what is in nvd3-community master.**
9
7
10
8
[ View Examples] ( http://nvd3-community.github.io/nvd3/ ) | [ NEW Documentation!] ( http://nvd3-community.github.io/nvd3/examples/documentation.html )
11
9
@@ -22,7 +20,7 @@ NVD3 should work with the latest d3.js (version 3.5), but I did notice that the
22
20
23
21
** 1.7.0** Changes:
24
22
25
- * Fixes like 20 small bugs... I lost track of what .
23
+ * Fixes around 20 small bugs.
26
24
* Fixed the notorious slowness of line charts and scatter plots on chrome
27
25
* Combined the scatterChart and scatterChartWithLines models
28
26
* Combined the linePlusBarChart and linePlusBarChartWithFocus models.
@@ -32,7 +30,7 @@ the documentation in an automated way. Not everything has a description yet, bu
32
30
* Added extra options to the donut charts based on features that will be in d3 3.5. The donut example page
33
31
loads the latest d3 from their 3.5 branch so keep that in mind.
34
32
* Added an example of the parallelCoordinates chart.
35
- * Fixed up the half-done ohlc bar chart, and made an example for it as well.
33
+ * Fixed up the half-done OHLC bar chart, and made an example for it as well.
36
34
37
35
** 1.6.0** Changes:
38
36
@@ -44,7 +42,9 @@ from the issues/pulls from the original project.
44
42
45
43
# Current development focus
46
44
- For Novus, review outstanding pull requests and issues.
47
- - Try to find an easy way to actually document usage and all chart options
45
+ - Try to find an easy way to actually document usage and all chart options.
46
+ - Improve the testing framework.
47
+ - Setup continuous integration.
48
48
49
49
---
50
50
0 commit comments