ankane / react-chartkick

Create beautiful JavaScript charts with one line of React
https://chartkick.com/react
MIT License
1.2k stars 58 forks source link

Updated Charts to work in IE #43

Closed hnicbaker closed 5 years ago

hnicbaker commented 5 years ago

Object.assign is unavailable in IE, replaced with Lodash.assign

ankane commented 5 years ago

Hey @hnicbaker, thanks for the PR 👍 In this case, I think it'd be better to modify the code to not use Object.assign instead of adding a new dependency.

ankane commented 5 years ago

Just pushed a new version that removes Object.assign. Thanks again for the PR.