apexcharts / ng-apexcharts

ng-apexcharts is an implementation of apexcharts for angular. It comes with one simple component that enables you to use apexcharts in an angular project.
MIT License
320 stars 79 forks source link

Zoom with mouse out of graph, selection disappearing #226

Closed kyesil closed 1 month ago

kyesil commented 2 years ago

Hi, If I zoom left/right corners, It break zoom operation. I cant see last or first value with zoom. https://cloud.le-vert.net/s/oGdRRcXSsgpxdQJ

This problem same as other apexchart repo but this is angular side:
https://github.com/apexcharts/apexcharts.js/issues/578

They are fixed this issue this commit: https://github.com/apexcharts/apexcharts.js/commit/8613c23cd1b362c19974e0639619a4855f436bf3

I can't find any solution angular side

my packages: "apexcharts": "^3.35.4", "ng-apexcharts": "^1.7.1", "@angular/animations": "~14.1.2", "@angular/cdk": "^14.1.1", "@angular/common": "~14.1.2", "@angular/compiler": "~14.1.2", "@angular/core": "~14.1.2", "@angular/material": "~14.1.1", "@angular/platform-browser": "~14.1.2", "@angular/platform-browser-dynamic": "~14.1.2",

github-actions[bot] commented 2 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.