Repository contains tamplete for single web page histogram.
All you have to do is to change the data variable in javascript code:
data={
"title":"---YOUR TITLE---",
"subtitle":"---YOR SUBTITLE---",
"foot":"---YOR FOOTNOTE---",
"list":["data_label1","data_label2","data_label3","data_label4"],
"values":{"data_label1":value1,"data_label2":value2,"data_label3":value3,"data_label4":value4}
}
View how it works in world populaton example.
Designed by: Nemanja Đorđević @akuzmatik, coded by me, powered by D3.js.