I want to create a responsive website using WordPress, and the website will contain interactive charts. I am deciding on what graphing libraries (e.g. python plotly) or analytics tools (e.g. Sisense, Tableau) to use.
I am new to WordPress and am wondering if it's possible to incorporate interactive charts on WordPress. Can someone share some insight on this please?
I want to create a responsive website using WordPress, and the website will contain interactive charts. I am deciding on what graphing libraries (e.g. python plotly) or analytics tools (e.g. Sisense, Tableau) to use.
I am new to WordPress and am wondering if it's possible to incorporate interactive charts on WordPress. Can someone share some insight on this please?
Share Improve this question asked Jun 19, 2019 at 15:21 Chels CChels C 11 Answer
Reset to default 0It is possible to create interactive charts on a WordPress site. This will require custom code on your end to accomplish, but several JavaScript libraries exist that can help facilitate this. I have created custom charts using javascript libraries such as D3.js.
Here is a great resource to get you started: https://getflywheel/layout/how-to-add-charts-to-your-wordpress-site-using-d3-js/.