Skip to content

Commit c85cbb3

Browse files
committed
📚 radar chart in docs
1 parent 55e34f7 commit c85cbb3

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

docs/source/charts.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,24 @@ Here is the source code using pyexcel
1717
title=title, width=800, height=600, embed=True, legend_top='bottom')
1818

1919

20+
Radar chart
21+
********************************************************************************
22+
23+
.. pyexcel-table:: data/radar.csv
24+
:width: 500
25+
26+
Here is the source code using pyexcel
27+
28+
.. pyexcel-code::
29+
30+
title = 'Browser usage in February 2012 (in %)'
31+
sheet = pyexcel.get_sheet(file_name='data/radar.csv')
32+
chart = sheet.plot(chart_type='radar', file_type='echarts.html',
33+
title=title, width=800, height=600, embed=True, legend_top='bottom')
34+
35+
36+
Scatter 3D chart
37+
********************************************************************************
2038
.. pyexcel-table:: data/scatter_3d.csv
2139
:width: 250
2240
:height: 300

0 commit comments

Comments
 (0)