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

Update for angular 11 #1555

Merged
merged 5 commits into from Jan 3, 2021

Conversation

PhilFlash
Copy link
Contributor

What kind of change does this PR introduce? (check one with "x")

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Other... Please describe:
    Update project and library to Angular 11

What is the current behavior? (You can also link to an open issue here)
#1540

What is the new behavior?
No errors since the library is now build with Angular 11

Does this PR introduce a breaking change? (check one with "x")

  • Yes
  • No

Other information:

timeline.component.ts, timeline-filter-bar-chart.component.ts: delete d3event for brushX (and replace by d3selection in argument)
tooltip.directive.ts: fix bug 'Expecting instance of DOM Element' (in addHideListeners, use 'window' for documentClickEvent)
@marjan-georgiev marjan-georgiev merged commit e2a346f into swimlane:master Jan 3, 2021
@marjan-georgiev
Copy link
Member

Thanks!

@rafus15
Copy link

rafus15 commented Jan 4, 2021

any ETA on when this will be released?
Thank you!

hilel pushed a commit to hilel/ngx-charts that referenced this pull request Dec 23, 2021
* Update package.json and tsconfig files

* update package for d3
timeline.component.ts, timeline-filter-bar-chart.component.ts: delete d3event for brushX (and replace by d3selection in argument)

* update package for d3-time-format
tooltip.directive.ts: fix bug 'Expecting instance of DOM Element' (in addHideListeners, use 'window' for documentClickEvent)

* update package for jasmine and zone.js

* run prettier
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.

Angular 9 Error: Expecting instance of DOM Element
3 participants