Use pattern fill in chart?
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi all,
I'm working on making my reporting more accessible, and as part of that I don't want to rely on color alone to differentiate layers in a chart. Is there any way to fill a bar chart layer with a pattern (stripes or something)? On line graphs you can make markers different shapes, but I'm trying to figure out how to differentiate layers on a bar chart without solely relying on colors.
Thanks!
Solved! Go to Solution.
- Labels:
- Reporting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Can you please share some sample data so that I can build on that?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Currently, I don't think we have the option of being able to change the fill type in Alteryx. Solid color (constant or variable) fill is the only bar chart fill.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
In case anyone else has this problem, we've submitted an idea for future development. Please go like it so we can see this as a native feature in the future!
In the meantime, I used a combination of these two resources to meet my immediate need:
- Using the Python tool, I created a custom visual and used pattern_shape_map to assign fill patterns.
- Then I used this tutorial for saving a temporary image and reading in the image file path since the Python tool can't output images.
I've attached my solution workflow. Hope this is helpful for anyone else who is trying to use fill to increase the accessibility of their visuals!
