Skip to content

Simple function written in JavaScript to create SVG images with research data.

Notifications You must be signed in to change notification settings

luizcruz/infographicsSVG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

infographicsSVG

Simple function written in JavaScript to create SVG images with research data. Useful for creating infographics.

How to create

Add /lib/infographicsSVG.js and then call doGraph function with this sintax:

doGraph(number of lines, itens per column, array with integer percentage and color, type - box, humans, circle, destination tag id).

See graph.html for examples.

Todo

  • Implement float percentage
  • Implement more types of SVG images
  • Clean and improve code quality (it's just a begining)

About

Simple function written in JavaScript to create SVG images with research data.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages