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

Mousewheel zoom breaks right-axis tick marks #2970

Open
texodus opened this issue Apr 3, 2025 · 0 comments
Open

Mousewheel zoom breaks right-axis tick marks #2970

texodus opened this issue Apr 3, 2025 · 0 comments
Labels
bug Concrete, reproducible bugs

Comments

@texodus
Copy link
Member

texodus commented Apr 3, 2025

Bug Report

Steps to Reproduce:

  1. Use the following config for a Superstore example:
{
  "version": "3.4.3",
  "plugin": "Y Line",
  "plugin_config": {
    "splitMainValues": [
      "Profit"
    ],
    "zoom": {
      "k": 1.0717734625362958,
      "x": -31.58032351597012,
      "y": -15.287747520230994
    }
  },
  "group_by": [
    "Order Date"
  ],
  "columns": [
    "Sales",
    "Profit"
  ],
}
  1. Note the Y axis ticks on the right-side axis, then zoom with the mousewheel.

Expected Result:

There should be Y-axis ticks on the right axis.

Actual Result:

There are no Y-axis ticks on the right axis. Before/After:

Image Image
@texodus texodus added the bug Concrete, reproducible bugs label Apr 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Concrete, reproducible bugs
Projects
None yet
Development

No branches or pull requests

1 participant