File tree 2 files changed +3
-0
lines changed
frontend/src/lib/components/charts
2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 34
34
})}
35
35
padding ={{ left : 24 , bottom : 48 }}
36
36
legend ={{ placement : ' bottom-left' , classes : { root : ' right-0 overflow-auto scrollbar-none' } }}
37
+ _renderContext=" canvas"
37
38
{...lineChartProps }
38
39
{...restProps }
39
40
>
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ export const tooltipProps = {
25
25
root : {
26
26
variant : 'none' ,
27
27
class : 'text-small bg-neutral-200 border border-neutral-400 rounded-md shadow-lg'
28
+ // motion: false,
28
29
} ,
29
30
header : {
30
31
class : 'text-neutral-700 bg-neutral-300 px-3 py-1'
@@ -54,6 +55,7 @@ export const lineChartProps = {
54
55
props : {
55
56
spline : { class : 'stroke-1' } ,
56
57
tooltip : tooltipProps
58
+ // highlight: { motion: false }
57
59
}
58
60
} satisfies NonNullable < ComponentProps < typeof LineChart > > ;
59
61
You can’t perform that action at this time.
0 commit comments