8000 [Bug]: 图例过滤,有时候会出现刻度值标题的丢失 · Issue #6968 · antvis/G2 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
[Bug]: 图例过滤,有时候会出现刻度值标题的丢失 #6968
Open
@105197

Description

@105197

Describe the bug / 问题描述

import { Chart } from '@antv/g2';

const chart = new Chart({
  container: 'container',
  autoFit: true,
});

chart
  .point()
  .data({
    type: 'fetch',
    value:
      'https://gw.alipayobjects.com/os/bmw-prod/bd73a175-4417-4749-8b88-bc04d955e899.csv',
  })
  .encode('x', 'x')
  .encode('y', 'y')
  .encode('shape', 'category')
  .encode('color', 'category')
  .encode('size', 5)
  .scale('shape', { range: ['point', 'plus', 'diamond'] });

chart.render();

Reproduction link / 复现链接

No response

Steps to Reproduce the Bug or Issue / 重现步骤

点击图例过滤,有时候会出现刻度值标题的丢失

Image

Version / 版本

🆕 5.x

OS / 操作系统

  • macOS
  • Windows
  • Linux
  • Others / 其他

Browser / 浏览器

  • Chrome
  • Edge
  • Firefox
  • Safari (Limited support / 有限支持)
  • IE (Nonsupport / 不支持)
  • Others / 其他

Metadata

Metadata

Assignees

No one assigned

    Labels

    OSCPAntV Open Source Contribution Planbug 🐛Something isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0