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

feat(addon-charts): LineChart add index to hint context #1580

Merged
merged 1 commit into from
Apr 4, 2022

Conversation

vladimirpotekhin
Copy link
Member

PR Checklist

Please check if your PR fulfills the following requirements:

  • The commit message follows Conventional Commits
  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Refactoring
  • Code style update
  • Build or CI related changes
  • Documentation content changes

What is the current behavior?

Closes #1579

What is the new behavior?

index added to context

Does this PR introduce a breaking change?

  • Yes
  • No

@lumberjack-bot
Copy link

lumberjack-bot bot commented Apr 1, 2022

Pull request was closed ✔️

All saved screenshots (for current PR) were deleted 🗑️

@codecov
Copy link

codecov bot commented Apr 1, 2022

Codecov Report

Merging #1580 (d253985) into main (7c419db) will decrease coverage by 1.13%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #1580      +/-   ##
==========================================
- Coverage   63.42%   62.28%   -1.14%     
==========================================
  Files         909      693     -216     
  Lines        9939     8419    -1520     
  Branches     1920     1650     -270     
==========================================
- Hits         6304     5244    -1060     
+ Misses       3193     2768     -425     
+ Partials      442      407      -35     
Flag Coverage Δ
addon-charts 74.69% <ø> (ø)
addon-doc 26.15% <ø> (ø)
addon-editor 45.87% <ø> (ø)
addon-mobile ∅ <ø> (?)
addon-table 81.39% <ø> (ø)
addon-tablebars ∅ <ø> (∅)
cdk ?
core 68.95% <ø> (ø)
kit 62.75% <ø> (ø)
summary 62.28% <ø> (-1.14%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
projects/cdk/utils/focus/move-focus.ts
projects/cdk/services/swipe.service.ts
.../directives/repeat-times/repeat-times.directive.ts
...omponents/dropdown-host/dropdown-portal.service.ts
projects/cdk/directives/pan/pan.directive.ts
projects/cdk/observables/typed-from-event.ts
projects/cdk/directives/item/item.module.ts
projects/cdk/directives/focused/focused.module.ts
projects/cdk/pipes/filter/filter.module.ts
projects/cdk/classes/validation-error.ts
... and 206 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7c419db...d253985. Read the comment docs.

@vladimirpotekhin vladimirpotekhin changed the title feat(addon-charts): add index to hint context feat(addon-charts): LineChart add index to hint context Apr 1, 2022
@github-actions
Copy link
Contributor

github-actions bot commented Apr 1, 2022

Visit the preview URL for this PR (updated for commit d253985):

https://taiga-ui--pr1580-linechart-context-sswtz7dk.web.app

(expires Sat, 02 Apr 2022 12:22:46 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

@vladimirpotekhin vladimirpotekhin merged commit 5f11ccd into main Apr 4, 2022
@vladimirpotekhin vladimirpotekhin deleted the linechart-context branch April 4, 2022 07:41
@well-done-bot
Copy link

well-done-bot bot commented Apr 4, 2022

'Well done'

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

Successfully merging this pull request may close these issues.

🚀 - Get in chart hint index of selected point for hint
3 participants