mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[APM] When comparison feature is disabled, we still see the shaded area (#137223)
This commit is contained in:
parent
11d4866155
commit
bc256148e3
1 changed files with 1 additions and 3 deletions
|
@ -113,8 +113,6 @@ function SparkPlotItem({
|
|||
width: compact ? unit * 4 : unit * 5,
|
||||
};
|
||||
|
||||
const Sparkline = hasComparisonSeries ? LineSeries : AreaSeries;
|
||||
|
||||
if (isLoading) {
|
||||
return (
|
||||
<div
|
||||
|
@ -138,7 +136,7 @@ function SparkPlotItem({
|
|||
showLegend={false}
|
||||
tooltip="none"
|
||||
/>
|
||||
<Sparkline
|
||||
<LineSeries
|
||||
id="Sparkline"
|
||||
xScaleType={ScaleType.Time}
|
||||
yScaleType={ScaleType.Linear}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue