Skip to content

niklassletteland/bower-zingchart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bower-ZingChart

ZingChart build 0.140806

Install Zingchart with Bower:

bower install zingchart

Include a reference to the zingchart script:

<script src="bower_components/zingchart/src/zingchart-html5-min.js"></script>

The zingchart object is now accessible. Happy charting!

<script>
window.onload = function() {
    zingchart.render({
        id: "chart",
        data: {
			type: "line",
			series: [{ values: [5,10,15,5,10,5] }]
		}
    });
};		
</script> 

For more info on using ZingChart, see the docs: http://www.zingchart.com/docs

About

install zingchart with bower

Resources

Stars

Watchers

Forks

Packages

No packages published