feat: add hover-legend to histograms & metricplots

This commit is contained in:
Christoph Kluge
2023-08-08 13:27:01 +02:00
parent 742c2e399e
commit 423e800d9e
7 changed files with 151 additions and 33 deletions

View File

@@ -89,6 +89,7 @@
timestep={data.timestep}
scope={selectedScope} metric={metricName}
series={series}
isShared={isShared} />
isShared={isShared}
resources={job.resources} />
{/if}
{/key}