mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Singlestat: Various fixes to singlestat and DataFrame (#18783)
* Singlestat: Various fixes to singlestat and DataFrame * removed comment
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user