mirror of
https://github.com/dataease/dataease.git
synced 2025-02-24 11:32:57 +08:00
parent
49ef25e300
commit
09cb365ca6
@ -337,7 +337,10 @@ export class StockLine extends G2PlotChartView<MixOptions, Mix> {
|
||||
data,
|
||||
slider: {
|
||||
start: 0.5,
|
||||
end: 1
|
||||
end: 1,
|
||||
textStyle: {
|
||||
fontFamily: chart.fontFamily
|
||||
}
|
||||
},
|
||||
plots: [
|
||||
{
|
||||
|
@ -687,7 +687,8 @@ export function getSlider(chart: Chart) {
|
||||
}
|
||||
if (senior.functionCfg.sliderTextColor) {
|
||||
cfg.textStyle = {
|
||||
fill: senior.functionCfg.sliderTextColor
|
||||
fill: senior.functionCfg.sliderTextColor,
|
||||
fontFamily: chart.fontFamily
|
||||
}
|
||||
cfg.handlerStyle = {
|
||||
fill: senior.functionCfg.sliderTextColor,
|
||||
|
Loading…
Reference in New Issue
Block a user