c3js / c3

:bar_chart: A D3-based reusable chart library
http://c3js.org
MIT License
9.33k stars 1.39k forks source link

add polyfill for Object.assign as it is not supported by IE11 #2710

Closed panthony closed 4 years ago

panthony commented 4 years ago

Closes #2708

I took the path of adding the polyfill directly because this is 20L of codes and moving forward this is very likely that we (or at least I) use 'assign' out of habit here and there when I need a shallow copy.

codecov-io commented 4 years ago

Codecov Report

Merging #2710 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2710   +/-   ##
=======================================
  Coverage   82.75%   82.75%           
=======================================
  Files          59       59           
  Lines        4737     4737           
=======================================
  Hits         3920     3920           
  Misses        817      817

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 391897d...47d6728. Read the comment docs.