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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃悰 [BUG] 楗煎浘label 绾挎潯瑕嗙洊闂 #3774

Open
rr210 opened this issue Apr 29, 2024 · 0 comments
Open

馃悰 [BUG] 楗煎浘label 绾挎潯瑕嗙洊闂 #3774

rr210 opened this issue Apr 29, 2024 · 0 comments
Labels
Bug Something isn't working

Comments

@rr210
Copy link

rr210 commented Apr 29, 2024

馃悰 Bug description [Please make everyone to understand it]

image
      const pieChart = new Pie('pie-container', {
        data,
        theme: 'custom',
        angleField: 'value',
        colorField: 'type',
        radius: 0.75,
        color: colorArray,
        pieStyle: {
          lineWidth: 0, // 杈规瀹藉害
        },
        legend: false,
        label: {
          type: 'spider',
          labelHeight: 65,
          formatter: (data, mappingData) =>
            createCustomGroup(data, mappingData),
        },
        tooltip: false,
        interactions: [
          { type: 'element-selected' },
          { type: 'element-active' },
        ],
      });
  • G2Plot Version: ^2.4.31
  • Platform: react
@rr210 rr210 added the Bug Something isn't working label Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant