Skip to content

Instantly share code, notes, and snippets.

View EliuTimana's full-sized avatar
🚲
Working from home

Eliú Timaná EliuTimana

🚲
Working from home
View GitHub Profile
@EliuTimana
EliuTimana / jqPlot-Horizotal.js
Last active September 13, 2015 02:12
JpPlot Horizonal Bar Chart
jQuery.jqplot.config.enablePlugins = true;
jQuery.jqplot('grafico', [data],{
animate: true,
seriesDefaults: {
renderer: jQuery.jqplot.BarRenderer,
pointLabels: {
show: true
},
rendererOptions:{
barDirection: 'horizontal'