You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constplaceholder=autoPoints ? `Auto (${autoPoints} data points)` : "Auto"
74
+
45
75
return(
46
76
<Flexcolumngap={2}>
47
-
<TextSmallcolor="textNoFocus"strong>
48
-
Data resolution
49
-
</TextSmall>
77
+
<FlexalignItems="center"gap={1}>
78
+
<TextSmallstrong>Data resolution</TextSmall>
79
+
<Tooltipcontent="Number of data points to fetch from the server. Higher values provide more detail but may impact performance. Auto calculates optimal points based on chart width.">
0 commit comments