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

BUG: bar chart incorrect height / bars not proportional #208

Open ws420 opened 4 years ago

ws420 commented 4 years ago

I created a bar chart with 3 bars. The first is 10 and the other bars are 5 Here's the result: http://prntscr.com/ptjyi8 The bars with a value of 5 should have a height of 50% of the bar with a value of 10, but it doesn't

The bug can be reproduced using your demo.

I would appreciate it if you can fix this bug. Thanks!

ws420 commented 4 years ago

is this plugin still maintained?

gwatts commented 4 years ago

Not by me; no - I haven't had opportunity or cause to update it in years at this point :-( There are many forks of it though that you can explore via Github: https://github.com/gwatts/jquery.sparkline/network (i've not looked at any of them)

ws420 commented 4 years ago

Does anyone know if any of these forks have fixed the issues with the bar chart?