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

Feature request: ability to add pattern fills to pie chart #6134

Open
DoctorNo124 opened this issue Mar 8, 2022 · 2 comments
Open

Feature request: ability to add pattern fills to pie chart #6134

DoctorNo124 opened this issue Mar 8, 2022 · 2 comments

Comments

@DoctorNo124
Copy link

Is there a way to add pattern fills to pie chart slices similar to how the pattern attribute is available in the marker object for bar chart? If not, is this something that could be implemented? Showing an example of this below:

image

@archmoj
Copy link
Contributor

archmoj commented Apr 25, 2022

Tagging @s417-lama here who implemented pattern feature.

@s417-lama
Copy link
Contributor

Currently, pattern fills are only available for bar-like plots and area plots, which I frequently use for my own purposes.
I think it is not technically difficult to implement pattern fills for other types of plots, because the core functionalities are already implemented, but I personally have no strong motivation (and also time) to doing it soon.

thierryVergult added a commit to thierryVergult/plotly.js that referenced this issue May 12, 2023
Patterns were already added to a few trace types in Plotly, like bar & scatter.

Hereby a first version to do so for pie charts, cf. Feature request: ability to add pattern fills to pie chart plotly#6134
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants