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

Browser type error (jQuery 2+ compatible?) #120

Open dragontheory opened 10 years ago

dragontheory commented 10 years ago

Hello, Getting the following error when implementing your dynamicBar example with very minor changes: var sparkBar = [10,8,5,7,4,4,1]; $('.dynamicbar').sparkline(sparkBar, {type: 'bar', barColor: 'blue'} );

ERROR in http:TypeError: $.browser is undefined

Using your latest (v. 2.1.2) with the latest jQuery (v. 2.1.1) and the latest from Bootstrap (v. 2.3.2). Please advise. Thanks.

dragontheory commented 10 years ago

jQuery removed $.browser in version 1.9.1. Have you guys updated your code?