chartist-js / chartist

Simple responsive charts
https://chartist.dev
MIT License
13.33k stars 2.54k forks source link

feat: add ResponsiveOptions type helper, add generic type to Svg#getNode method #1347

Closed dangreen closed 1 year ago

github-actions[bot] commented 1 year ago

size-limit report 📦

Path Size
dist/index.cjs 7.09 KB (0%)
dist/index.js 7.05 KB (0%)
dist/index.css 1.25 KB (0%)
codecov-commenter commented 1 year ago

Codecov Report

Merging #1347 (c1a863b) into main (4f4bb29) will not change coverage. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main    #1347   +/-   ##
=======================================
  Coverage   73.76%   73.76%           
=======================================
  Files          42       42           
  Lines        1231     1231           
  Branches      322      322           
=======================================
  Hits          908      908           
  Misses        239      239           
  Partials       84       84           
Impacted Files Coverage Δ
src/charts/BarChart/BarChart.ts 63.88% <ø> (ø)
src/charts/LineChart/LineChart.ts 72.72% <ø> (ø)
src/charts/PieChart/PieChart.ts 83.72% <ø> (ø)
src/core/optionsProvider.ts 33.33% <ø> (ø)
src/charts/BaseChart.ts 45.61% <100.00%> (ø)
src/svg/Svg.ts 65.93% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.