Skip to content

Tags: TanStack/react-charts

Tags

v3.0.0-beta.57

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Implement showDatumInTooltip in TooltipOptions to allow hiding …

…certain datums in regular TooltipRenderer. (#360)

* Implement showDatumInTooltip in TooltipOptions to allow hiding certain datums in regular TooltipRenderer.

* Run format over code.

v3.0.0-beta.56

fix: do not allow impliedBandScale domain to exceed range

v3.0.0-beta.55

fix: useSpring do not useEffect to detect changes in tooltip x/y

v3.0.0-beta.54

fix: tooltip stacked sorting

v3.0.0-beta.53

fix: tooltip secondary axis stable sort

v3.0.0-beta.52

fix: tooltip secondary axis stable sort

v3.0.0-beta.51

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: d3-color redos version patch (#331)

overrides the version of d3-color used by d3-scale -> d3-interpolate
to use 3.1.0, which remediates
https://security.snyk.io/vuln/SNYK-JS-D3COLOR-1076592

v3.0.0-beta.50

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: useRect removal

v3.0.0-beta.49

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: useRect scroll

v3.0.0-beta.48

Merge branch 'beta' of https://github.com/TanStack/react-charts into …

…beta