mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
(cherry picked from commit 1d0e3e72b4
)
# Conflicts:
# x-pack/plugins/ml/public/application/explorer/anomaly_timeline_state_service.ts
This commit is contained in:
parent
88f03a148e
commit
5e40e8a1ce
1 changed files with 5 additions and 5 deletions
|
@ -70,11 +70,6 @@ export const MemoryPreviewChart: FC<MemoryPreviewChartProps> = ({ memoryOverview
|
|||
);
|
||||
|
||||
const chartData = [
|
||||
{
|
||||
x: 0,
|
||||
y: memoryOverview.machine_memory.jvm,
|
||||
g: groups.jvm.name,
|
||||
},
|
||||
{
|
||||
x: 0,
|
||||
y: memoryOverview.trained_models.total,
|
||||
|
@ -100,6 +95,11 @@ export const MemoryPreviewChart: FC<MemoryPreviewChartProps> = ({ memoryOverview
|
|||
memoryOverview.anomaly_detection.total,
|
||||
g: groups.available.name,
|
||||
},
|
||||
{
|
||||
x: 0,
|
||||
y: memoryOverview.machine_memory.jvm,
|
||||
g: groups.jvm.name,
|
||||
},
|
||||
];
|
||||
|
||||
const barSeriesColorAccessor: SeriesColorAccessor = ({ specId, yAccessor, splitAccessors }) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue