🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

barChart is a simple jQuery chart plugin that presents multiple datesets in an interactive, customizable, stacked column / bar chart.

Bar-chart column-chart

Documentation

BarChart

This is a jQuery plugin that provides interactive bar chart presentation for specified user data.

Features

  • Vertical and horizontal positioning
  • Toggling bar's sections in real-time
  • Support of non-date keys
  • Highly customizable via css
  • Responsive and adaptive
  • Works on mobile platforms as well as on desktop

Setup

$('selector').barChart({   vertical : true,   height: 500,   bars : [     {       name : 'Example',       values : [ [ key, value ], [ key, value ], ... ]     },     ...   ] });

Demo

You can test a full-working demo here


You May Also Like