gwatts / jquery.sparkline

A plugin for the jQuery javascript library to generate small sparkline charts directly in the browser
http://omnipotent.net/jquery.sparkline/
1.24k stars 278 forks source link

Bar chart for big values not showing negative values #182

Open harjot1989 opened 7 years ago

harjot1989 commented 7 years ago

// Values to render var values = [236425,20246,-11646,-7397,1926579,-9468,182763,-36543,-937,-8858];

// Draw a sparkline for the #sparkline element $('#sparkline').sparkline(values, { type: "bar", tooltipSuffix: " widgets", barWidth:'20px', height:'100px' });