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

♻️ Use portal to broker for the chart legend in the lume chart compo… #97

Conversation

Lucas1981
Copy link
Contributor

…nent #96

Relates to #

📝 Description

Add a brief description

💥 Is this a breaking change (Yes/No):

  • No
  • Yes (please describe the impact and migration path for existing Lume users)

📝 Additional Information

Before submitting the PR, please make sure you do the following

  • Read the Contributing Guidelines.
  • Check that there isn't already a PR that solves the problem the same way to avoid creating a duplicate.
  • Provide a description in this PR that addresses what the PR is solving, or reference the issue that it solves (e.g. fixes #123).
  • Ideally, include relevant tests that fail without this PR but pass with it.

@Lucas1981 Lucas1981 requested a review from a team as a code owner November 22, 2022 13:11
@netlify
Copy link

netlify bot commented Nov 22, 2022

Deploy Preview for adyen-lume ready!

Name Link
🔨 Latest commit d1181c6
🔍 Latest deploy log https://app.netlify.com/sites/adyen-lume/deploys/637cf016167a3900087b5a14
😎 Deploy Preview https://deploy-preview-97--adyen-lume.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@click="$emit('click', $event)"
<vue-portal-target
name="legend-bottom"
class="lume-chart__legend--bottom u-display-flex u-width-full"
Copy link
Contributor

Choose a reason for hiding this comment

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

No need for helper classes here, lume-chart__legend--bottom already places it correctly

@Lucas1981 Lucas1981 force-pushed the 96-use-portal-to-broker-for-the-chart-legend-in-the-lume-chart-component branch from 3ed639f to 862a260 Compare November 22, 2022 15:41
@joao-m-santos joao-m-santos merged commit 7864e12 into main Nov 24, 2022
@joao-m-santos joao-m-santos deleted the 96-use-portal-to-broker-for-the-chart-legend-in-the-lume-chart-component branch February 1, 2023 10:55
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.

♻️ Use portal to broker for the chart legend in the lume chart component
2 participants