File tree Expand file tree Collapse file tree 1 file changed +14
-7
lines changed
Expand file tree Collapse file tree 1 file changed +14
-7
lines changed Original file line number Diff line number Diff line change @@ -34,36 +34,41 @@ Graphos is a Django app to normalize data to create beautiful charts. It provide
3434
3535#### Google Charts
3636
37- * Area chart
37+ * Line chart
3838* Bar chart
39- * Candlestick charts
4039* Column chart
41- * Line chart
4240* Pie chart
41+ * Area chart
42+ * Candlestick chart
4343* Treemap chart
44+ * Gauge chart
4445
4546#### YUI
4647
4748* Line chart
48- * Column chart
49+ * Spline chart
4950* Bar chart
51+ * Column chart
5052* Pie chart
53+ * Area chart
54+ * Areaspline chart
5155
5256#### Morris.js
5357
5458* Line chart
55- * Column chart
59+ * Bar chart
5660* Donut chart
61+ * Area chart
5762
5863#### Highcharts
5964
6065(You will need to buy a license if you use highcharts for commerical use)
6166
62- * Area Chart
67+ * Line Chart
6368* Bar Chart
6469* Column Chart
65- * Line Chart
6670* Pie Chart
71+ * Area Chart
6772
6873#### Matplotlib
6974
@@ -103,6 +108,8 @@ In case you want to use mongo data while charting, you must have mongodb properl
103108
104109 mongod --dbpath ~/data/db
105110
111+ Mongo setup is optional and is not needed to get running with demo project.
112+
106113
107114### Overview of Plot generation
108115
You can’t perform that action at this time.
0 commit comments