-
Notifications
You must be signed in to change notification settings - Fork 163
APP-119 feat: comparison in canvas charts #8290
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
Conversation
|
So it looks like comparison only works for all chart types except donus, funnel, heatmap, and combo chart? |
Yes, not all chart types have a standard complimentary comparison version. If needed, we can think about comparison would look like for these charts and implement it as a follow up.
Good catch, added it for chart types that support comparison. |
|
LGTM! |
|
@briangregoryholmes, when you get a chance, can you do a code review here? Thanks in advance! |
* init bar comparisons * formatting * comparison without color dimension * add comparison lines to line chart * add comparison for stacked normalized charts * add field details, remove __time hardcoding * init comparison for multi measures * Use const variables for field names * Update var name * Allow local comparison filter
When comparison time range is enabled add comparison to -
https://linear.app/rilldata/issue/APP-119/time-comparisons-on-canvas-charts
Checklist: