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

Remove highcharts dependency #2334

Merged

Conversation

MadsBuchmann
Copy link
Contributor

Which issue does this PR close?

This PR closes #1578

What is the new behavior?

The highcharts dependency has been removed. All components along with specs, mocks, etc. has been removed. This means the two elements: kirby-stock-chart-deprecated & kirby-chart-deprecated can no longer be used.

Does this PR introduce a breaking change?

  • Yes
  • No

Migration guide

The new kirby-stock component should be used instead. It has types equivalent to the ones used in highcharts.

Are there any additional context?

Checklist:

The following tasks should be carried out in sequence in order to follow the process of contributing correctly.

Reminders

  • Make sure you have implemented tests following the guidelines in: "The good: Test".
  • Make sure you have updated the cookbook with examples and showcases (for bug fixes, enhancements & new components).

Review

  • Do a self-review.
  • Request that the changes are code-reviewed
  • Request that the changes are UX reviewed (only necessary if your PR introduces visual changes)

When the pull request has been approved it will be merged to develop by Team Kirby.

@MadsBuchmann MadsBuchmann requested a review from jkaltoft as a code owner June 14, 2022 08:46
@MadsBuchmann MadsBuchmann changed the title Enhancement/1578 remove highchart charts 2 Remove highcharts dependency Jun 14, 2022
@github-actions github-actions bot temporarily deployed to pr-1578-remove-highchart-charts-2 June 14, 2022 08:57 Inactive
@github-actions github-actions bot temporarily deployed to pr-1578-remove-highchart-charts-2 June 14, 2022 09:02 Inactive
{
path: 'chart-deprecated',
component: ChartDeprecatedExampleComponent,
},
{
path: 'chart',
component: ChartExampleComponent,
},
{
path: 'stock-chart-deprecated',
Copy link
Collaborator

Choose a reason for hiding this comment

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

Should this line be removed too?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It indeed should! I've removed it.

Copy link
Collaborator

@RasmusKjeldgaard RasmusKjeldgaard left a comment

Choose a reason for hiding this comment

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

Awesome, only one minor question before we are good to go 💯

@jkaltoft jkaltoft linked an issue Jun 16, 2022 that may be closed by this pull request
5 tasks
@MadsBuchmann MadsBuchmann merged commit d4afe73 into release/v7.0.0 Jun 17, 2022
@MadsBuchmann MadsBuchmann deleted the enhancement/1578-remove-highchart-charts-2 branch June 17, 2022 08:00
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.

[Enhancement] Remove Highchart Charts
3 participants