Built with blockbuilder.org
Here is the image of the simple bar chart in R:
Here is the code used to create the chart (also shown in the image):
data <- c(5, 10, 15, 20, 25)
barplot(data)
https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.5/d3.min.js