Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinkhill committed Mar 5, 2015
1 parent dae7691 commit 7ec82d4
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Lavacharts [![Total Downloads](https://poser.pugx.org/khill/lavacharts/downloads.svg)](https://packagist.org/packages/khill/lavacharts) [![License](https://img.shields.io/packagist/l/khill/lavacharts.svg?style=plastic)](https://packagist.org/packages/khill/lavacharts) [![PayPayl](https://img.shields.io/badge/paypal-donate-yellow.svg?style=plastic)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=FLP6MYY3PYSFQ)

Lavacharts is a graphing / chart library for PHP5.3+ that wraps the Google Chart API
Lavacharts is a graphing / chart library for PHP5.3+ that wraps the Google Chart API


Stable:
Stable:
[![Current Release](https://img.shields.io/github/release/kevinkhill/lavacharts.svg?style=plastic)](https://github.com/kevinkhill/lavacharts/releases)
[![Build Status](https://img.shields.io/travis/kevinkhill/lavacharts/2.1.svg?style=plastic)](https://travis-ci.org/kevinkhill/lavacharts)
[![Coverage Status](https://img.shields.io/coveralls/kevinkhill/lavacharts/2.1.svg?style=plastic)](https://coveralls.io/r/kevinkhill/lavacharts?branch=2.1)


Dev:
Dev:
![Masater Branch](https://img.shields.io/badge/branch-dev--master-brightgreen.svg?style=plastic)
[![Build Status](https://img.shields.io/travis/kevinkhill/lavacharts/master.svg?style=plastic)](https://travis-ci.org/kevinkhill/lavacharts)
[![Coverage Status](https://img.shields.io/coveralls/kevinkhill/lavacharts/master.svg?style=plastic)](https://coveralls.io/r/kevinkhill/lavacharts?branch=master)
Expand All @@ -23,7 +23,16 @@ Version 2 Features
- Datatable addColumn aliases
- Datatable column formatters
- Carbon support for date columns
- Supported Charts: Area, Calendar, Column, Combo, Donut, Geo, Line, Pie
- Now supporting 9 Charts!
- Area
- Calendar
- Column
- Combo
- Donut
- Gauge
- Geo
- Line
- Pie

###Complete documentation with examples, and the api can be found at [Lavacharts.com](http://lavacharts.com/)

Expand Down

0 comments on commit 7ec82d4

Please sign in to comment.