With line charts, [these lines](https://github.com/benpickles/peity/blob/v3.2.0/jquery.peity.js#L260-L261) are causing the following warnings in Chrome 48: > 'SVGElement.offsetWidth' is deprecated and will be removed in M50, around April 2016. See https://www.chromestatus.com/features/5724912467574784 for more details. > 'SVGElement.offsetHeight' is deprecated and will be removed in M50, around April 2016. See https://www.chromestatus.com/features/5724912467574784 for more details. (jquery.js:5819) You'll probably get the same for bar charts.