Fix relative value shown incorrectly for bar and line charts
This commit is contained in:
parent
03de809206
commit
b71864e8bf
@ -28,7 +28,7 @@ export default class Chart extends BaseChart {
|
||||
fill: !!m.fill,
|
||||
tooltip: {
|
||||
fixed: m.fixTooltips,
|
||||
relative: !!m.relativeValue,
|
||||
relative: m.relativeValue && !['bar', 'line'].includes(m.type as string),
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user