-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
feat(trends): allow customization of result dataset colors #26238
Conversation
📸 UI snapshots have been updated6 snapshot changes in total. 0 added, 6 modified, 0 deleted:
Triggered by this commit. |
📸 UI snapshots have been updated72 snapshot changes in total. 0 added, 72 modified, 0 deleted:
Triggered by this commit. |
Size Change: +32 B (0%) Total Size: 1.11 MB ℹ️ View Unchanged
|
This is great! I think users are going to love this.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left some comments and a bug report, but we could release to the posthog team behind a flag whenever.
When it will be released? |
49fa19f
to
a52efe8
Compare
📸 UI snapshots have been updated2 snapshot changes in total. 0 added, 2 modified, 0 deleted:
Triggered by this commit. |
Problem
Users want to be able to customize the colors in insights. Most often this is because multiple insights on the same dashboard should have the same color for the same values. See #23093 and #17593.
Changes
This PR allows customizing the colors of (most) trend insight charts.
insight-colors
for now. I'd love to have some feedback first - see also the follow-up points further below. Further, we need to decide wether this feature should be available on a free plan. I'd argue "yes" for the main feature (see use case in problem description), but maybe "no" for things like project wide custom color themes.Open questions
resultCustomizations
part oftrendsFilter/funnelsFilter/etc.
?Potential follow-up work / ideas
How did you test this code?
Tried locally