c3js / c3

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

correct error when a pie starts empty #2690

Closed panthony closed 5 years ago

panthony commented 5 years ago

Closes #2688

codecov-io commented 5 years ago

Codecov Report

Merging #2690 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2690   +/-   ##
=======================================
  Coverage   81.02%   81.02%           
=======================================
  Files          59       59           
  Lines        4633     4633           
=======================================
  Hits         3754     3754           
  Misses        879      879
Impacted Files Coverage Δ
src/data.js 87.17% <100%> (ø) :arrow_up:

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 4cb80e7...7dbf46c. Read the comment docs.

codecov-io commented 5 years ago

Codecov Report

Merging #2690 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2690   +/-   ##
=======================================
  Coverage   81.02%   81.02%           
=======================================
  Files          59       59           
  Lines        4633     4633           
=======================================
  Hits         3754     3754           
  Misses        879      879
Impacted Files Coverage Δ
src/data.js 87.17% <100%> (ø) :arrow_up:

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 4cb80e7...7dbf46c. Read the comment docs.

kt3k commented 5 years ago

@panthony Thank you for the quick fix! 🏅