File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed
Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -245,6 +245,7 @@ const GPUPerformanceShareScatterPlot: React.FC<
245245 </ div >
246246 < div className = "flex items-center justify-between" >
247247 { dateTransitions ( ( style , date ) => (
248+ // @ts -ignore
248249 < animated . div
249250 className = "absolute tabular-nums font-mono ml-1"
250251 style = { style }
Original file line number Diff line number Diff line change @@ -281,6 +281,7 @@ const GPUShareCryptoPieChart: React.FC<GPUShareCryptoPieChartProps> = ({
281281 < div className = "flex items-center justify-between" >
282282 < div >
283283 { dateTransitions ( ( style , date ) => (
284+ // @ts -ignore
284285 < animated . div
285286 className = "absolute tabular-nums font-mono ml-1"
286287 style = { style }
@@ -292,6 +293,7 @@ const GPUShareCryptoPieChart: React.FC<GPUShareCryptoPieChartProps> = ({
292293 < div className = "ml-auto relative" >
293294 < div className = "absolute right-10 w-36" > ETH-USD:</ div >
294295 { digitTransitions ( ( style , digit ) => (
296+ // @ts -ignore
295297 < animated . span
296298 className = "absolute tabular-nums font-mono"
297299 style = { style }
@@ -314,6 +316,7 @@ const GPUShareCryptoPieChart: React.FC<GPUShareCryptoPieChartProps> = ({
314316 </ div >
315317 < div className = "pointer-events-none" >
316318 { labelTransitions ( ( style , d ) => (
319+ // @ts -ignore
317320 < animated . div
318321 key = { d . data . name }
319322 className = "absolute text-black dark:text-white text-sm leading-none"
Original file line number Diff line number Diff line change @@ -242,6 +242,7 @@ const GPUShareTreeMap: React.FC<GPUShareTreeMapProps> = ({
242242 </ div >
243243 </ div >
244244 { dateTransitions ( ( style , date ) => (
245+ // @ts -ignore
245246 < animated . div
246247 className = "absolute tabular-nums font-mono ml-1"
247248 style = { style }
@@ -257,6 +258,7 @@ const GPUShareTreeMap: React.FC<GPUShareTreeMapProps> = ({
257258 </ div >
258259 < div className = "pointer-events-none" >
259260 { labelTransitions ( ( style , leaf ) => (
261+ // @ts -ignore
260262 < animated . div
261263 key = { leaf . data . name }
262264 className = "absolute flex items-center justify-center p-2"
You can’t perform that action at this time.
0 commit comments