SPFx client side web part that renders various kind of charts (radar, polar, line, pie, horizontalbar, doughnut). http://www.delucagiuliano.com
SPFx client side web part that renders various kind of charts (radar, polar, line, pie, horizontalbar, doughnut).
git clone the repo
npm install
gulp serve
The SharePoint Framework is in release candidate phase now, then I decided to give also my little contribution, in this sense I developed a SPFx client side web part that renders various kind of charts (radar, polar, line, pie, horizontalbar, doughnut).
It is possible configure the chart with the classic right pane of Office 365 and this permits to set the type of chart, data to display and the labels.
Regarding the technical aspect, I used the classic tool chain of SharePoint Framework, ReactJS like client side framework and chart.js to design the graphics.
I published my solution on my Office 365 tenant and I followed this article from Office Dev Center:
How to enable the CDN on your SharePoint online tenant, this is really useful because I can store the bundle of my web part here, but you can create your CDN also on Azure.
Just in case you decide to deploy the solution on your SharePoint online please take a look to this article.
Solution | Author(s) |
---|---|
spfx-react-chart | Giuliano De Luca (@giuleon, delucagiuliano.com) |
Version | Date | Comments |
---|---|---|
1.0 | February 15th, 2017 | Initial release |
1.0.1 | September 14th, 2017 | Updated SPFx version |