Skip to content

Commit

Permalink
Added supported chart types to README
Browse files Browse the repository at this point in the history
  • Loading branch information
akshar-raaj committed Jul 26, 2016
1 parent 2f58b1e commit 9d7a7ce
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,36 +34,41 @@ Graphos is a Django app to normalize data to create beautiful charts. It provide

#### Google Charts

* Area chart
* Line chart
* Bar chart
* Candlestick charts
* Column chart
* Line chart
* Pie chart
* Area chart
* Candlestick chart
* Treemap chart
* Gauge chart

#### YUI

* Line chart
* Column chart
* Spline chart
* Bar chart
* Column chart
* Pie chart
* Area chart
* Areaspline chart

#### Morris.js

* Line chart
* Column chart
* Bar chart
* Donut chart
* Area chart

#### Highcharts

(You will need to buy a license if you use highcharts for commerical use)

* Area Chart
* Line Chart
* Bar Chart
* Column Chart
* Line Chart
* Pie Chart
* Area Chart

#### Matplotlib

Expand Down Expand Up @@ -103,6 +108,8 @@ In case you want to use mongo data while charting, you must have mongodb properl

mongod --dbpath ~/data/db

Mongo setup is optional and is not needed to get running with demo project.


### Overview of Plot generation

Expand Down

0 comments on commit 9d7a7ce

Please sign in to comment.