Skip to content

suvakov/wist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WIST: Simple responsive web histogram

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.

About

Simple responsive web histogram in one html file. Powered by D3.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages