-
Notifications
You must be signed in to change notification settings - Fork 14.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
Explanation of Period Ratio in Line Chart #840
Comments
If you have daily granularity and you put 7 as a |
This was referenced Sep 21, 2021
zhaoyongjie
pushed a commit
to zhaoyongjie/incubator-superset
that referenced
this issue
Nov 17, 2021
* feat: add AntD filter components * add missing files * add filter hook * fix hook name * required thumbnail * add native filters to where clause * add isNativeFilter flag to ChartMetadata * rename native_filters to extra_form_data * lint * move hook to SuperChart props * add NOOP default to setSelectedValues * replace extra_form_data with override_ and append_ * add support for appending freeform where * address review comments * Add default values * Update packages/superset-ui-core/test/query/processExtraFormData.test.ts Co-authored-by: Evan Rusackas <[email protected]> * Update packages/superset-ui-core/test/query/processExtraFormData.test.ts Co-authored-by: Evan Rusackas <[email protected]> * add storybook entry and change width to 100% * add placeholder * add default thumbnails Co-authored-by: Evan Rusackas <[email protected]>
zhaoyongjie
pushed a commit
to zhaoyongjie/incubator-superset
that referenced
this issue
Nov 24, 2021
* feat: add AntD filter components * add missing files * add filter hook * fix hook name * required thumbnail * add native filters to where clause * add isNativeFilter flag to ChartMetadata * rename native_filters to extra_form_data * lint * move hook to SuperChart props * add NOOP default to setSelectedValues * replace extra_form_data with override_ and append_ * add support for appending freeform where * address review comments * Add default values * Update packages/superset-ui-core/test/query/processExtraFormData.test.ts Co-authored-by: Evan Rusackas <[email protected]> * Update packages/superset-ui-core/test/query/processExtraFormData.test.ts Co-authored-by: Evan Rusackas <[email protected]> * add storybook entry and change width to 100% * add placeholder * add default thumbnails Co-authored-by: Evan Rusackas <[email protected]>
zhaoyongjie
pushed a commit
to zhaoyongjie/incubator-superset
that referenced
this issue
Nov 25, 2021
* feat: add AntD filter components * add missing files * add filter hook * fix hook name * required thumbnail * add native filters to where clause * add isNativeFilter flag to ChartMetadata * rename native_filters to extra_form_data * lint * move hook to SuperChart props * add NOOP default to setSelectedValues * replace extra_form_data with override_ and append_ * add support for appending freeform where * address review comments * Add default values * Update packages/superset-ui-core/test/query/processExtraFormData.test.ts Co-authored-by: Evan Rusackas <[email protected]> * Update packages/superset-ui-core/test/query/processExtraFormData.test.ts Co-authored-by: Evan Rusackas <[email protected]> * add storybook entry and change width to 100% * add placeholder * add default thumbnails Co-authored-by: Evan Rusackas <[email protected]>
zhaoyongjie
pushed a commit
to zhaoyongjie/incubator-superset
that referenced
this issue
Nov 26, 2021
* feat: add AntD filter components * add missing files * add filter hook * fix hook name * required thumbnail * add native filters to where clause * add isNativeFilter flag to ChartMetadata * rename native_filters to extra_form_data * lint * move hook to SuperChart props * add NOOP default to setSelectedValues * replace extra_form_data with override_ and append_ * add support for appending freeform where * address review comments * Add default values * Update packages/superset-ui-core/test/query/processExtraFormData.test.ts Co-authored-by: Evan Rusackas <[email protected]> * Update packages/superset-ui-core/test/query/processExtraFormData.test.ts Co-authored-by: Evan Rusackas <[email protected]> * add storybook entry and change width to 100% * add placeholder * add default thumbnails Co-authored-by: Evan Rusackas <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can someone please give an example to explain how the
Period Ratio
option in a Line Chart is used? Thanks!The text was updated successfully, but these errors were encountered: