Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert the Arc element to TS #10772

Merged
merged 4 commits into from
Oct 12, 2022
Merged

Conversation

etimberg
Copy link
Member

@etimberg etimberg commented Oct 9, 2022

Converts the ArcElement class to TS. In the process I found a missing property from ArcOptions which I fixed

@etimberg etimberg added the type: types Typescript type changes label Oct 9, 2022
@@ -7,7 +7,7 @@ function modifyWebpackConfig(config) {
module.exports = [
{
path: 'dist/chart.js',
limit: '77.5 KB',
limit: '78.5 KB',
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not exactly sure why this needed to be changed. The failure was

{
    "name": "dist/chart.js",
    "passed": false,
    "size": 77995,
    "sizeLimit": 77500,
    "loading": 1.52333984375
  },

I raised a bit extra to avoid having to raise later

dangreen
dangreen previously approved these changes Oct 11, 2022
@etimberg etimberg merged commit c338942 into chartjs:master Oct 12, 2022
@etimberg etimberg deleted the arc-element-ts branch October 12, 2022 11:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: types Typescript type changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants