Skip to content

mzaini30/simple-chart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Dependency

  • jQuery

Example

chart = {
	data: [
		data_grafik[5],
    	data_grafik[4],
    	data_grafik[3],
    	data_grafik[2],
    	data_grafik[1],
    	data_grafik[0]
	],
	background: [
		'rgba(255, 99, 132, 0.2)',
        'rgba(54, 162, 235, 0.2)',
        'rgba(255, 206, 86, 0.2)',
        'rgba(75, 192, 192, 0.2)',
        'rgba(153, 102, 255, 0.2)',
        'rgba(255, 159, 64, 0.2)'
	],
	color: [
		'rgba(255,99,132,1)',
        'rgba(54, 162, 235, 1)',
        'rgba(255, 206, 86, 1)',
        'rgba(75, 192, 192, 1)',
        'rgba(153, 102, 255, 1)',
        'rgba(255, 159, 64, 1)'
	]
}
simple_chart('.chart', chart)

About

Like the Chart JS commonly, but specifically for browsers that do not support HTML5 yet

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors