mirror of
https://github.com/apache/superset.git
synced 2026-04-21 09:04:38 +00:00
New time_pivot visualization (#3941)
* New time_pivot visualization * Minor tweaks * Addressing comments
This commit is contained in:
committed by
GitHub
parent
5ee70b244b
commit
5bc581fd44
@@ -13,6 +13,7 @@ const propTypes = {
|
||||
label: PropTypes.string.isRequired,
|
||||
choices: PropTypes.arrayOf(PropTypes.array),
|
||||
description: PropTypes.string,
|
||||
tooltipOnClick: PropTypes.func,
|
||||
places: PropTypes.number,
|
||||
validators: PropTypes.array,
|
||||
validationErrors: PropTypes.array,
|
||||
|
||||
Reference in New Issue
Block a user