mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
fixing vizes
This commit is contained in:
@@ -29,7 +29,7 @@ export const defaultGaugeSeriesOption = (
|
||||
},
|
||||
axisLine: {
|
||||
lineStyle: {
|
||||
color: [[1, theme.colors.primary.light4]],
|
||||
color: [[1, theme.colorSplit]],
|
||||
},
|
||||
},
|
||||
axisLabel: {
|
||||
@@ -42,7 +42,7 @@ export const defaultGaugeSeriesOption = (
|
||||
},
|
||||
},
|
||||
detail: {
|
||||
color: 'auto',
|
||||
color: theme.colorText,
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
@@ -194,6 +194,7 @@ export default function transformProps(
|
||||
}%`,
|
||||
],
|
||||
fontSize: FONT_SIZE_MULTIPLIERS.detailFontSize * fontSize,
|
||||
color: theme.colorText,
|
||||
},
|
||||
};
|
||||
if (
|
||||
|
||||
@@ -325,7 +325,10 @@ export default function transformProps(
|
||||
selectedMode,
|
||||
...getChartPadding(showLegend, legendOrientation, legendMargin),
|
||||
animation: DEFAULT_GRAPH_SERIES_OPTION.animation,
|
||||
label: DEFAULT_GRAPH_SERIES_OPTION.label,
|
||||
label: {
|
||||
...DEFAULT_GRAPH_SERIES_OPTION.label,
|
||||
color: theme.colorText,
|
||||
},
|
||||
lineStyle: DEFAULT_GRAPH_SERIES_OPTION.lineStyle,
|
||||
emphasis: DEFAULT_GRAPH_SERIES_OPTION.emphasis,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user