mirror of
https://github.com/apache/superset.git
synced 2026-04-22 01:24:43 +00:00
Full Annotation Framework (#3518)
* Adding full Annotation Framework * Viz types * Re organizing native annotations * liniting * Bug fix * Handle no data * Cleanup * Refactor slice form_data to data
This commit is contained in:
committed by
Maxime Beauchemin
parent
e79d05fd77
commit
500e6256c0
@@ -164,6 +164,8 @@ class GridLayout extends React.Component {
|
||||
clearFilter={this.props.clearFilter}
|
||||
removeFilter={this.props.removeFilter}
|
||||
editMode={this.props.editMode}
|
||||
annotationQuery={currentChart.annotationQuery}
|
||||
annotationError={currentChart.annotationError}
|
||||
/>
|
||||
</div>);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user