TanStack / react-charts

⚛️ Simple, immersive & interactive charts for React
https://react-charts.tanstack.com
MIT License
2.98k stars 243 forks source link

DOCS: Single quotes `/docs/getting-started.md` #260

Closed NickFoden closed 2 years ago

NickFoden commented 2 years ago

Description:

Before:

const data: Series[] = [
   {
     label: 'React Charts",
     data: [

After:

const data: Series[] = [
   {
     label: 'React Charts',
     data: [
vercel[bot] commented 2 years ago

@NickFoden is attempting to deploy a commit to the Tanstack Team on Vercel.

A member of the Team first needs to authorize it.

tannerlinsley commented 2 years ago

:tada: This PR is included in version 3.0.0-beta.35 :tada:

The release is available on:

Your semantic-release bot :package::rocket: