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

tooltip display wrong when zooming #1801

Open
haivoi1107 opened this issue Dec 10, 2024 · 1 comment
Open

tooltip display wrong when zooming #1801

haivoi1107 opened this issue Dec 10, 2024 · 1 comment
Labels

Comments

@haivoi1107
Copy link

haivoi1107 commented Dec 10, 2024

Bug description
zoom up and hover on ox axis values ​​with small column values, tooltip is displayed in wrong position.

    this.xAxis = this.chart.xAxes.push(
      am5xy.CategoryAxis.new(this.root, {
        categoryField: dataOptionsChart.categoryXField,
        renderer: this.xRenderer,
        tooltip: am5.Tooltip.new(this.root, {}),
      })
    );
  • i use amCharts5 version 5.2.26
  • using vuejs code

amchart5 question

@martynasma
Copy link
Collaborator

Would you be able to post your whole chart and data on CodePen/jsFiddle so that we can test?

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

No branches or pull requests

2 participants