Singlestat: Various fixes to singlestat and DataFrame (#18783)

* Singlestat: Various fixes to singlestat and DataFrame

* removed comment
This commit is contained in:
Torkel Ödegaard
2019-08-29 19:04:33 +02:00
committed by GitHub
parent e6e8611d52
commit d9a3601094
9 changed files with 54 additions and 33 deletions

View File

@@ -26,7 +26,7 @@ $popper-margin-from-ref: 5px;
background: $tooltipBackground;
border-radius: $border-radius-sm;
box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
padding: 6px 10px;
padding: $space-sm;
color: $tooltipColor;
font-weight: $font-weight-semi-bold;

View File

@@ -24,8 +24,6 @@ export interface PanelData {
export interface PanelProps<T = any> {
id: number; // ID within the current dashboard
data: PanelData;
// TODO: annotation?: PanelData;
timeRange: TimeRange;
timeZone: TimeZone;
options: T;