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

How to chage border color of pie chart #3470

Closed
1 task done
giacomoronconiobda opened this issue Jun 9, 2021 · 1 comment
Closed
1 task done

How to chage border color of pie chart #3470

giacomoronconiobda opened this issue Jun 9, 2021 · 1 comment
Assignees

Comments

@giacomoronconiobda
Copy link

giacomoronconiobda commented Jun 9, 2021

  • I have searched the issues of this repository and believe that this is not a duplicate.

Reproduction link

Edit on CodeSandbox

Steps to reproduce

Is it possible to change color of the borders inside the Pie Chart, they are white even in the 'dark' theme.

Environment Info
g2 4.1.18
System -
Browser -
@pearmini
Copy link
Member

You can use pieStyle to set the stroke color of the border:

  pieStyle:{
    stroke: 'red'
  }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants