mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
Time Series Annotation Layers (#3521)
* Adding annotations to backend * Auto fetching Annotations on the backend * Closing the loop * Adding missing files * annotation layers UI for https://github.com/apache/incubator-superset/issues/3502 * a few fixes per code review. - add annotation input sanity check before add and before update. - make SelectAsyncControl component statelesis, and generic - add annotation description in d3 tool tip - use less variable to replace hard-coded color
This commit is contained in:
committed by
Maxime Beauchemin
parent
3d72eb475a
commit
d1a7a7b85c
@@ -28,9 +28,12 @@
|
||||
}
|
||||
|
||||
.control-panel-section {
|
||||
margin-bottom: 0px;
|
||||
margin-bottom: 0;
|
||||
box-shadow: none;
|
||||
}
|
||||
.control-panel-section:last-child {
|
||||
padding-bottom: 40px;
|
||||
}
|
||||
|
||||
.control-panel-section .Select-multi-value-wrapper .Select-input > input {
|
||||
width: 100px;
|
||||
|
||||
Reference in New Issue
Block a user