Skip to content

Commit 0a86983

Browse files
committed
Readme changes
1 parent bd2f3fe commit 0a86983

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@
22

33
Inspired by the work of [Mike Bostock](http://bost.ocks.org/mike/chart/)
44

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.**
97

108
[View Examples](http://nvd3-community.github.io/nvd3/) | [NEW Documentation!](http://nvd3-community.github.io/nvd3/examples/documentation.html)
119

@@ -22,7 +20,7 @@ NVD3 should work with the latest d3.js (version 3.5), but I did notice that the
2220

2321
**1.7.0** Changes:
2422

25-
* Fixes like 20 small bugs... I lost track of what.
23+
* Fixes around 20 small bugs.
2624
* Fixed the notorious slowness of line charts and scatter plots on chrome
2725
* Combined the scatterChart and scatterChartWithLines models
2826
* Combined the linePlusBarChart and linePlusBarChartWithFocus models.
@@ -32,7 +30,7 @@ the documentation in an automated way. Not everything has a description yet, bu
3230
* Added extra options to the donut charts based on features that will be in d3 3.5. The donut example page
3331
loads the latest d3 from their 3.5 branch so keep that in mind.
3432
* 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.
3634

3735
**1.6.0** Changes:
3836

@@ -44,7 +42,9 @@ from the issues/pulls from the original project.
4442

4543
# Current development focus
4644
- 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.
4848

4949
---
5050

0 commit comments

Comments
 (0)