mirror of
https://github.com/apache/superset.git
synced 2026-04-21 17:14:57 +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 = {
|
||||
leftNode: PropTypes.node,
|
||||
onClick: PropTypes.func,
|
||||
hovered: PropTypes.bool,
|
||||
tooltipOnClick: PropTypes.func,
|
||||
};
|
||||
|
||||
const defaultProps = {
|
||||
@@ -32,6 +33,7 @@ export default class ControlHeader extends React.Component {
|
||||
label={t('description')}
|
||||
tooltip={this.props.description}
|
||||
placement="top"
|
||||
onClick={this.props.tooltipOnClick}
|
||||
/>
|
||||
{' '}
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user