Skip to content

Commit

Permalink
Add screenshot to README.
Browse files Browse the repository at this point in the history
  • Loading branch information
diogobernardino committed Aug 17, 2019
1 parent a4d07f8 commit dacf2c9
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,11 @@ Williamchart is an Android Library to rapidly implement attractive and insightfu

Note: WilliamChart v3 has been completely re-written from scratch in Kotlin and does not guarantee any API/features compatibility with previous versions. Android development has been evolving quickly, and much has changed since I first started developing williamchart (e.g patterns, testing, tools), so I decided it was time to rewrite it with all these new tools in mind. I intend to keep it as light and modular as possible.

So far it supports:

* Line charts
* Bar charts
* Horizontal bar charts
![screenshot][4]

### Gradle
``` groovy
implementation 'com.diogobernardino:williamchart:3.0'
implementation 'com.diogobernardino:williamchart:3.0'
```

If you find this library useful and decide to use it in your projects please drop me a line [@dfbernardino][1], I will be happy to know about it.
Expand All @@ -36,4 +32,5 @@ License

[1]: https://twitter.com/dfbernardino
[2]: ./art/phone.png
[3]: ./art/watch.png
[3]: ./art/watch.png
[4]: ./art/demo_screenshot.png

0 comments on commit dacf2c9

Please sign in to comment.