diff --git a/src/webviews/apps/plus/graph/minimap/minimap.ts b/src/webviews/apps/plus/graph/minimap/minimap.ts index a9bf346..a7de483 100644 --- a/src/webviews/apps/plus/graph/minimap/minimap.ts +++ b/src/webviews/apps/plus/graph/minimap/minimap.ts @@ -730,10 +730,10 @@ export class GraphMinimap extends FASTElement { // // }, // }, }, - bar: { - zerobased: false, - width: { max: 3 }, - }, + // bar: { + // zerobased: false, + // width: { max: 3 }, + // }, clipPath: false, grid: { front: false, @@ -851,6 +851,7 @@ export class GraphMinimap extends FASTElement { } `; }, + grouped: true, position: (_data, width, _height, element, pos) => { const { x } = pos; const rect = (element as HTMLElement).getBoundingClientRect();