artus9033 / chartjs-plugin-dragdata

Draggable data points plugin for Chart.js
MIT License
268 stars 56 forks source link

refactor: project rewrite in TypeScript #146

Closed artus9033 closed 2 months ago

artus9033 commented 2 months ago

Describe your changes

This PR carries the following changes:

Linked issues (if any)

Checklist before requesting a review

codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 96.49123% with 8 lines in your changes missing coverage. Please review.

Project coverage is 96.49%. Comparing base (8a62d9f) to head (30ade25). Report is 1 commits behind head on master.

Files Patch % Lines
src/util/updateData.ts 83.33% 4 Missing :warning:
src/util/getElement.ts 96.55% 2 Missing :warning:
src/util/applyMagnet.ts 92.30% 1 Missing :warning:
src/util/calc/cartesian.ts 97.77% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #146 +/- ## ========================================== + Coverage 92.68% 96.49% +3.80% ========================================== Files 1 11 +10 Lines 205 228 +23 Branches 78 109 +31 ========================================== + Hits 190 220 +30 + Misses 15 8 -7 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

Megaemce commented 2 months ago

Allelujah!

image