Some simple examples of data visualization – using JavaScript, R, Python, and Tableau.
It all started with the question: How to create an interactive Horizontal Bar Chart with Google Charts?
Here is the BarChart-Buttons.html to preview in any HTML editor or browser.
More examples of other JS Charts can be found here GoogleCharts.
The following programming languages have been used to create some of the charts:
- JavaScript (Google Charts)
- Python
- R
In order to adapt the size of the chart and make it responsive, you'll have to play with the ChartArea in the JS file, the CSS @media part, as well as the HTML div size (or other layout elements) where the charts should appear. But I am sure you know more about it than me. :)
If you are interested in learning more about Google Charts, check out the Documentation as well as other examples here and here. More examples can be found here: Chart Gallery
My name is David and I've just started to learn programming in general (mid-2019). Google Charts are free to use and I simply adapted some of the code found in the documentation. Feel free to use any of the examples for your own projects.
Want to get in touch? Write me on LinkedIn.