Dan Onoshko

Results 172 comments of Dan Onoshko

@gabelerner In theory we can remove polyfills (core-js) from our side at all, and shift responsibility to users. @pustovalov For now you can edit your babel config to use @babel/plugin-transform-runtime...

@pustovalov I forgot one option. You can configure your bundler to use "pure source" version of canvg bundle https://unpkg.com/browse/[email protected]/lib/index.babel.js https://dev.to/dangreen/speed-up-with-browserslist-30lh#dependencies-transpilation

@ChorHizzle Hi! 1) Is it still relevant problem for canvg v3 ? 2) If yes, can you provide svg example for reproduce problem?

@gabelerner Is it still relevant for canvg v3?

My suggestions: 1. Do not export registerables like this. Just export all as object: ```js import { LineElement, PointElement, LineController, CategoryScale, LinearScale, Tooltip, } from 'chart.js'; export default { LineElement,...

@LeeLenaleee @kurkle @etimberg review pls 🙏

Hi guys. react-chartjs-2 is just the wrapper around Chart.js, looks like this issue is in Chart.js, so please create a related problem in the [Chart.js repository](https://github.com/chartjs/Chart.js/issues).

@kidGodzilla Hi. Thank you for the PR! Please pull changes from `main` to fix CI.

@NekiKulLik Hi. It's known Chart.js issue https://github.com/chartjs/Chart.js/issues/10163 Will fixed in Chart.js v4.