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:
Grace Guo
2017-09-27 20:40:07 -07:00
committed by Maxime Beauchemin
parent 3d72eb475a
commit d1a7a7b85c
18 changed files with 434 additions and 4 deletions

View File

@@ -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;