Dan Onoshko
Dan Onoshko
@pokoli Hi. What do you think about moving from ESLint to [Prettier](http://prettier.io)? Prettier can format 100% of code (eslint can't). It will be easier to control codestyle. Or we can...
Alternative of https://github.com/chartjs/Chart.js/pull/10479 More changes than expected, but still. To import CommonJS modules in/from ESM project `.cjs` extension is required.
https://github.com/chartjs/Chart.js/issues/9771 - Now, if tooltip callback returns `undefined`, then will be used default callback. - PolarArea and Doughnut charts with multiple series shows tooltips same as other charts.
https://github.com/chartjs/Chart.js/issues/8884
https://github.com/chartjs/Chart.js/issues/10163 fix Before (build of each export): ``` 378 kB Chart.js 378 kB BarController.js 378 kB BubbleController.js 378 kB DoughnutController.js 378 kB LineController.js 378 kB PolarAreaController.js 378 kB PieController.js 378...
https://github.com/chartjs/Chart.js/issues/10284 The problem was what Rollup was applying `sideEffects: false` to test build for Karma, which has side effects.
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals#Tagged_template_literals With this syntax i can do something like this: `__`Hello ${name}``. [I already implemented this in my lib.](https://github.com/TrigenSoftware/i18n-for-browser/blob/master/src/lib.js#L493)
You should update docs or fix code, because of [in docs](https://github.com/mashpie/i18n-node#mustache-support) named variables is second argument, [in code](https://github.com/mashpie/i18n-node/blob/master/i18n.js#L115) is last argument.
## Bug Report 1. `yarn add -D docz react react-dom` 2. `yarn docz dev` ``` /Users/dangreen/github/react-chartjs-2/node_modules/gatsby-recipes/dist/graphql-server/server.js:52 var remarkMdx = require('remark-mdx'); ^ Error [ERR_REQUIRE_ESM]: require() of ES Module /Users/dangreen/github/react-chartjs-2/node_modules/gatsby-recipes/node_modules/remark-mdx/index.js from /Users/dangreen/github/react-chartjs-2/node_modules/gatsby-recipes/dist/graphql-server/server.js...
### What problem are you trying to solve? In the chart.js performance documentation it [mentions the possibility of using web workers to perform chart rendering in parallel with the main...