@@ -238,7 +369,17 @@ class Panel extends Component {
>
@@ -305,6 +446,11 @@ class ExpressionInput extends Component {
{downshift => (
+
+
+ {this.props.loading ? : }
+
+
-
+
{downshift.isOpen &&
@@ -362,16 +508,6 @@ class ExpressionInput extends Component {
)}
-
- //
-
);
}
}
@@ -416,9 +552,41 @@ function DataTable(props) {
}
class GraphControls extends Component {
- // TODO
render() {
- return null;
+ return (
+
+ );
}
}
@@ -538,7 +706,7 @@ class Graph extends Component {
height="500px"
width="100%"
/>
- { this.legend = ref; }}>df
+ { this.legend = ref; }}>
);
}