c3js / c3

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

refactor: switch to typescript #2796

Closed kt3k closed 4 years ago

kt3k commented 4 years ago

This PR change the language to TypeScript.

codecov-commenter commented 4 years ago

Codecov Report

Merging #2796 into master will decrease coverage by 11.78%. The diff coverage is 93.75%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master    #2796       +/-   ##
===========================================
- Coverage   82.00%   70.21%   -11.79%     
===========================================
  Files          60       63        +3     
  Lines        5162     6548     +1386     
  Branches        0     1496     +1496     
===========================================
+ Hits         4233     4598      +365     
- Misses        929     1454      +525     
- Partials        0      496      +496     
Impacted Files Coverage Δ
src/api.axis.ts 79.62% <ø> (ø)
src/api.category.ts 18.75% <ø> (ø)
src/api.color.ts 50.00% <ø> (ø)
src/api.data.ts 87.87% <ø> (ø)
src/api.donut.ts 100.00% <ø> (ø)
src/api.flow.ts 2.89% <ø> (ø)
src/api.focus.ts 83.78% <ø> (ø)
src/api.grid.ts 75.86% <ø> (ø)
src/api.group.ts 30.00% <ø> (ø)
src/api.legend.ts 100.00% <ø> (ø)
... and 116 more

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 12dee8d...17301be. Read the comment docs.