TanStack

T

TanStack

TanStack is a community of passionate software engineers striving for high-quality, open-source software for web devs

Join

react-query-questions

solid-query-questions

table-questions

virtual-questions

router-questions

react-charts-questions

ranger-questions

vue-query-questions

svelte-query-questions

bling-questions

form-questions

angular-query-questions

start-questions

db-questions

start-showcase

router-showcase

📣-announcements

fascinating-indigo
fascinating-indigo12/14/2023

Style line graph elements

im looking for to style these elements but could not find anything in the docs, is there anywhere i can find it or point me to?
No description
flat-fuchsia
flat-fuchsia11/16/2023

TypeError: data.some is not a function

I'm trying to create a simple chart based on some data I get from an API, but I get the following error: TypeError: data.some is not a function. But I'm not to sure what the cause of this issue is? ```tsx...
genetic-orange
genetic-orange11/5/2023

Is there a way to prevent tick labels from being rotated?

I couldn't find an appropriate prop for this. It seems to me that ```ts styles: { ...
ugly-tan
ugly-tan6/25/2023

Break date (x-axis) down to weekly/monthly aggregates?

I'm trying to create a tme-series chart to show frequency/cadence of events over time. Per-day is too chaotic, so I'm trying to plot this data per-week and per-month, with frequency as the y-axis and time-series as the x-axis. Any guides or docs on this would be massively appreciated.
other-emerald
other-emerald4/11/2023

Ticks for time axis

Hi all, it seems ticks on my horizontal status always start on a sunday. Is it possible to specify the date or day of the week for the tick label to start on. Thanks...
rare-sapphire
rare-sapphire12/13/2022

Is it possible to format secondary axis values (e.g. convert bytes)?

I am charting to sum of data downloaded per data. The value of bytes can get very high, so naturally I want to represent the values as KB, MB, GB, TB, etc. However I don't know what the range of values will be ahead of time (it is based on the user's input). Is there any way to dynamically render the values and axis labels as human-friendly filesizes?
magic-amber
magic-amber10/28/2022

Tooltip location problem

Hello, I have problem with tooltip. It appears in top of the screen. I really don't have idea how can I debug something like this. What I need to do ? React 18 + React-charts beta Wrapped with react-grid-layout ...
No description
adverse-sapphire
adverse-sapphire10/10/2022

What option do I use to make these lines straight and not bend

What option do I use to make these lines straight and not bend, so like the example underneath the sandbox screenshot
No description