diff --git a/dashboard/src/components/GraphItem.vue b/dashboard/src/components/GraphItem.vue index 7b93cad78..9f7a82350 100644 --- a/dashboard/src/components/GraphItem.vue +++ b/dashboard/src/components/GraphItem.vue @@ -44,20 +44,20 @@ function renderTooltip(context) { const { title, body, labelColors, dataPoints } = tooltip; // these were computed in the "callback" in tooltip configuration if (body) { const titleLines = title || []; - const bodyLines = body.map(item => item.lines); + const bodyLines = body.map(item => { return { label: item.lines }; }); let innerHtml = `