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

Add Chart.js 3.0 support #754

Merged
merged 11 commits into from Feb 21, 2022
Merged

Add Chart.js 3.0 support #754

merged 11 commits into from Feb 21, 2022

Conversation

thabarbados
Copy link
Collaborator

Fix or Enhancement?

Add Chart.js 3.0 support

  • All tests passed

Environment

  • OS: BigSur MacOs
  • NPM Version: 6.14.15

Copy link
Collaborator

@dangreen dangreen left a comment

Choose a reason for hiding this comment

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

package.json Outdated Show resolved Hide resolved
src/BaseCharts.js Outdated Show resolved Hide resolved
src/BaseCharts.js Outdated Show resolved Hide resolved
src/BaseCharts.js Outdated Show resolved Hide resolved
src/BaseCharts.js Outdated Show resolved Hide resolved
.size-limit Show resolved Hide resolved
Comment on lines 25 to 31
- name: Install dependencies
run: pnpm install
- name: Check size
uses: andresz1/size-limit-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
skip_step: install
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
- name: Install dependencies
run: pnpm install
- name: Check size
uses: andresz1/size-limit-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
skip_step: install
- name: Check size
uses: andresz1/size-limit-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

code from master has pnpm support

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

changed

Copy link
Collaborator

Choose a reason for hiding this comment

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

@thabarbados look at the suggestion carefully

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@dangreen sorry, fixed

@dangreen dangreen merged commit 258b001 into main Feb 21, 2022
@dangreen dangreen deleted the add-chartjs3-support branch February 21, 2022 08:33
dangreen pushed a commit that referenced this pull request Feb 21, 2022
BREAKING CHANGE: upgrade to Chart.js 3.0
@aarbakkeinnovation
Copy link

Great to see progress regarding Chartjs3 support! Do you have an ETA for a new release?

@dangreen
Copy link
Collaborator

@aarbakkeinnovation 1-3 weeks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants