mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
remove opacity for fitting line series (#127176)
This commit is contained in:
parent
565454c64e
commit
d1f0d23ad7
1 changed files with 5 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue