remove opacity for fitting line series (#127176)

This commit is contained in:
Joe Reuter 2022-03-09 09:44:50 +01:00 committed by GitHub
parent 565454c64e
commit d1f0d23ad7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -196,6 +196,11 @@ export const renderAllSeries = (
area: {
...(type === ChartType.Line ? { opacity: 0 } : { opacity: fillOpacity }),
},
fit: {
area: {
...(type === ChartType.Line ? { opacity: 0 } : { opacity: fillOpacity }),
},
},
line: {
strokeWidth,
visible: drawLinesBetweenPoints,