diff --git a/component/Navbar.tsx b/component/Navbar.tsx index e4810c08..48bd0ea1 100644 --- a/component/Navbar.tsx +++ b/component/Navbar.tsx @@ -20,7 +20,7 @@ export default function Navbar() {
- + Articles @@ -41,7 +41,7 @@ export default function Navbar() { Related */} - + About diff --git a/pages/animation.tsx b/pages/animation.tsx index 7e166d0c..0f4367b8 100644 --- a/pages/animation.tsx +++ b/pages/animation.tsx @@ -1,16 +1,16 @@ -import React from "react"; -import { Layout } from "../component/Layout"; -import TitleAndDescription from "../component/TitleAndDescription"; -import ChartFamilySection from "../component/ChartFamilySection"; +import React from 'react'; +import { Layout } from '../component/Layout'; +import TitleAndDescription from '../component/TitleAndDescription'; +import ChartFamilySection from '../component/ChartFamilySection'; -import Link from "next/link"; -import GraphGallery from "component/GraphGallery"; -import { LinkAsButton } from "component/LinkAsButton"; +import Link from 'next/link'; +import GraphGallery from 'component/GraphGallery'; +import { LinkAsButton } from 'component/LinkAsButton'; const graphDescription = ( <>

- Animation is both the most challenging and the most{" "} + Animation is both the most challenging and the most{' '} exciting part of an interactive chart. Animation is like salt: use the right amount of it and your creation is a delight. Too much of it and it spoils the dish 🤌. @@ -48,12 +48,12 @@ export default function Home() {

But I plan to write some complete tutorials on this passionating - and complicated topic. You can subscribe{" "} + and complicated topic. You can subscribe{' '} to the project to know when it's ready!


-

{" "} +

{' '} Subscribe @@ -62,14 +62,14 @@ export default function Home() {

diff --git a/pages/example/radar-chart-animation.tsx b/pages/example/radar-chart-animation.tsx index 162169f0..801d0681 100644 --- a/pages/example/radar-chart-animation.tsx +++ b/pages/example/radar-chart-animation.tsx @@ -190,7 +190,7 @@ export default function Home() {

I plan to write some complete tutorials on this passionating and - complicated topic. You can subscribe to + complicated topic. You can subscribe to the project to know when it's ready!

diff --git a/pages/interactivity.tsx b/pages/interactivity.tsx index 0be6994d..5df27baf 100644 --- a/pages/interactivity.tsx +++ b/pages/interactivity.tsx @@ -1,17 +1,17 @@ -import React from "react"; -import { Layout } from "../component/Layout"; -import TitleAndDescription from "../component/TitleAndDescription"; -import ChartFamilySection from "../component/ChartFamilySection"; +import React from 'react'; +import { Layout } from '../component/Layout'; +import TitleAndDescription from '../component/TitleAndDescription'; +import ChartFamilySection from '../component/ChartFamilySection'; -import Link from "next/link"; -import GraphGallery from "component/GraphGallery"; -import { LinkAsButton } from "component/LinkAsButton"; +import Link from 'next/link'; +import GraphGallery from 'component/GraphGallery'; +import { LinkAsButton } from 'component/LinkAsButton'; const graphDescription = ( <>

Interactivity is a key feature of any chart displayed on the web. - It includes tooltip, hover effect,{" "} + It includes tooltip, hover effect,{' '} cross-graph interaction, zooming, panning and more.

@@ -46,12 +46,12 @@ export default function Home() {

But I plan to write some complete tutorials on this passionating - and complicated topic. You can subscribe{" "} + and complicated topic. You can subscribe{' '} to the project to know when it's ready!


-

{" "} +

{' '} Subscribe @@ -60,17 +60,17 @@ export default function Home() {

diff --git a/pages/line-chart.tsx b/pages/line-chart.tsx index a932e96e..19df8b7b 100644 --- a/pages/line-chart.tsx +++ b/pages/line-chart.tsx @@ -286,7 +286,7 @@ export default function Home() {

{' '}

Subscribe to the gallery to know when it is ready!

- + Subscribe