Update README for 0.3.0.

This commit is contained in:
Olly Smith 2012-09-15 23:11:36 +01:00
parent 4c045c30dd
commit 03ed32ef9b

View File

@ -3,12 +3,11 @@
[![Build Status](https://secure.travis-ci.org/oesmith/morris.js.png?branch=master)](http://travis-ci.org/oesmith/morris.js) [![Build Status](https://secure.travis-ci.org/oesmith/morris.js.png?branch=master)](http://travis-ci.org/oesmith/morris.js)
Morris.js is the library that powers the graphs on http://howmanyleft.co.uk/. Morris.js is the library that powers the graphs on http://howmanyleft.co.uk/.
It's a very simple API for drawing line and donut charts.
It's a bit rough around the edges, but it's getting pretty usable now. Expect it to get even better soon.
Cheers! Cheers!
\- Olly \- Olly (olly@oesmith.co.uk)
## Requirements ## Requirements
@ -39,6 +38,12 @@ Once you're all set up, you can compile, minify and run the tests using `grunt`.
## Changelog ## Changelog
### 0.3.0 - 15th September 2012
- Donut charts!
- Bugfix: ymin/ymax bug [#71](https://github.com/oesmith/morris.js/issues/71).
- Bugfix: infinite loop when data indicates horizontal line [#66](https://github.com/oesmith/morris.js/issues/66).
### 0.2.10 - 26th June 2012 ### 0.2.10 - 26th June 2012
- Support for decimal labels on y-axis [#58](https://github.com/oesmith/morris.js/issues/58). - Support for decimal labels on y-axis [#58](https://github.com/oesmith/morris.js/issues/58).
@ -108,13 +113,13 @@ Copyright (c) 2012, Olly Smith
All rights reserved. All rights reserved.
Redistribution and use in source and binary forms, with or without Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met: modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this 1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer. list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice, 2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution. and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED