Hacktoberfest 2026: những issue maintainer đã đánh dấu cho tháng Mười, đang mở và phù hợp người mới. Xem issue Hacktoberfest

[BUG]: `scattergl` text is hidden behind selected markers

Đang mở
#8,081 0 bình luận 0 reaction 0 người được giao Xem trên GitHub

Maintainer thường phản hồi trong vòng 1 ngày

Chưa có ai nhận issue này.

Đánh giá

Độ khó
4/5
Thời gian dự kiến
3-5 ngày
Mức phù hợp với người mới
48/100
Loại issue
Lỗi
Độ rõ ràng
Khá rõ ràng
Mức độ hoạt động
Sôi nổi
Công nghệ
javascript

Hướng nghiên cứu

Start with the linked CodePen reproduction and compare the scattergl behavior with the equivalent scatter trace. Trace scattergl text rendering around the vendor line using ctx2.getImageData mentioned in the report, and review issue #7285 for context. Done means selected text is visible like unselected text, with the reported canvas warning addressed or its scope clarified.

Do mô hình lập chỉ mục viết ra từ nội dung của issue.

Mô tả

bug
Description

scattergl text is hidden behind selected markers

The equivalent scatter trace renders the text correctly.

Reproducible example:

https://codepen.io/Lexachoc/pen/dPvRydx

    mode: "markers+text",
    texttemplate: "x=%{x}",
    selectedpoints: [0],
    selected: {
      textfont: { color: "red" }
    },
    unselected: {
      textfont: {color: 'white'}
    },
Image

For unselect.textfont, both works, only select.textfont is broken for scattergl:

Image
Note

To confirm, uncomment

textposition: 'top-center',
Image

Additional warning observed

When using:

 mode: "markers+text",

or

 mode: "text",

scattergl will throw this warning:

Canvas2D: Multiple readback operations using getImageData are faster with the willReadFrequently attribute set to true. See: https://html.spec.whatwg.org/multipage/canvas.html#concept-canvas-will-read-frequently

caused by this line: var bottomPx = firstTop(ctx2.getImageData(0, 0, l2, l2)); from the vendor package.

Reported before in https://github.com/plotly/plotly.js/issues/7285

Ngôn ngữ chính
JavaScript
Star
18.3k
Fork
2k
Merge trung bình
1 ngày 19 giờ
Pull request đã merge (30 ngày)
21

Chuẩn bị môi trường

Bắt đầu từ đâu

  1. Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
  2. Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
  3. Fork repository và làm thay đổi trên một nhánh.
  4. Mở pull request có tham chiếu số hiệu của issue.

Issue khác của plotly/plotly.js

Tất cả issue của plotly/plotly.js

Issue tương tự

Thêm issue về JavaScript

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.