diff --git a/pages/example/scatterplot-r2-playground.tsx b/pages/example/scatterplot-r2-playground.tsx index 880bfb1d..6bfba91a 100644 --- a/pages/example/scatterplot-r2-playground.tsx +++ b/pages/example/scatterplot-r2-playground.tsx @@ -106,7 +106,7 @@ export default function Home() { VizComponent={ScatterplotR2PlaygroundDemo} maxWidth={500} height={580} - caption="A scatterplot made with React, using SVG for the axes and Canvas for the markers to improve performance." + caption="An interactive scatterplot with linear regression line. Drag a circle to see the impact on the r2!" />