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
Copy file name to clipboardExpand all lines: src/components/landing/ChartsLanding.tsx
+11-10Lines changed: 11 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,6 @@ import {
9
9
ActivationChart,
10
10
BundleSizeFigure,
11
11
KineticChartsHero,
12
-
ResponsiveChartComparison,
13
12
ThemeGallery,
14
13
}from'./ChartsLandingGraphics'
15
14
import{
@@ -27,7 +26,7 @@ export default function ChartsLanding({
27
26
}){
28
27
return(
29
28
<LibraryLandingShell
30
-
description="TanStack Charts 0.1.0 is on npm. Install @tanstack/charts for vanilla TypeScript or add the 0.1.0 adapter for React, Vue, Svelte, Solid, Angular, Preact, Lit, Alpine, or Octane."
29
+
description="TanStack Charts 0.3.1 is on npm. A compact React line consumer is 16.48 KiB gzip; its framework-neutral scene is 8.12 KiB."
31
30
headline="A chart grammar you don't have to outgrow."
32
31
hero={<KineticChartsHero/>}
33
32
libraryId="charts"
@@ -114,26 +113,28 @@ export default function ChartsLanding({
0 commit comments