Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

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

数据量5w的热力图,直接渲染不出来,移除图例也渲染不出来 #5050

Closed
nikas1991 opened this issue May 18, 2023 · 0 comments

Comments

@nikas1991
Copy link

nikas1991 commented May 18, 2023

官方demo可以跑,实际业务中的数据量达到5w的热力图就渲染不上,已经去除图例

chart.options({
  type: "view",
  theme: "classic",
  width: 1152,
  height: 780,
  paddingLeft: 60,
  data: vData,
  sort: false,
  legend: false, // 关闭图例
  forceSquare: true,
  scale: {
    color: {
      palette: "turbo",
    },
  },
  axis: {
    y: { labelAutoHide: true, labelAutoRotate: false },
    x: { labelAutoHide: true, labelAutoRotate: false },
  },
  children: [
    {
      type: "cell",
      encode: { x: 'x', y: 'y', color: "z" },
    },
  ],
});
@nikas1991 nikas1991 reopened this May 18, 2023
@antvis antvis locked and limited conversation to collaborators May 18, 2023
@hustcc hustcc converted this issue into discussion #5051 May 18, 2023

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant