diff --git a/extension/src/plots/model/custom.ts b/extension/src/plots/model/custom.ts index 501c4fb947..4a4dd15c75 100644 --- a/extension/src/plots/model/custom.ts +++ b/extension/src/plots/model/custom.ts @@ -97,8 +97,8 @@ export const createSpec = (title: string, metric: string, param: string) => encoding: { tooltip: [ { - field: 'expName', - title: 'name' + field: 'id', + title: 'id' }, { field: 'metric', diff --git a/extension/src/test/fixtures/expShow/base/customPlots.ts b/extension/src/test/fixtures/expShow/base/customPlots.ts index 44022d0c12..abee58df36 100644 --- a/extension/src/test/fixtures/expShow/base/customPlots.ts +++ b/extension/src/test/fixtures/expShow/base/customPlots.ts @@ -126,8 +126,8 @@ const data: CustomPlotsData = { encoding: { tooltip: [ { - field: 'expName', - title: 'name' + field: 'id', + title: 'id' }, { field: 'metric', @@ -244,8 +244,8 @@ const data: CustomPlotsData = { encoding: { tooltip: [ { - field: 'expName', - title: 'name' + field: 'id', + title: 'id' }, { field: 'metric',