diff --git a/app/components/tool/Chart.vue b/app/components/tool/Chart.vue index d09aa6a..5ea90a4 100644 --- a/app/components/tool/Chart.vue +++ b/app/components/tool/Chart.vue @@ -78,14 +78,14 @@ const formatValue = (value: string | number | undefined): string => { :y-label="invocation.output.yLabel" :y-grid-line="true" :curve-type="CurveType.MonotoneX" - :legend-position="LegendPosition.Top" + :legend-position="LegendPosition.TopRight" :hide-legend="false" :x-num-ticks="Math.min(6, invocation.output.data.length)" :y-num-ticks="5" :show-tooltip="true" >