From 4d40bd4f48d1eaa710f06578b184efe875a76acb Mon Sep 17 00:00:00 2001 From: nikolas Date: Mon, 27 Aug 2018 12:22:00 -0400 Subject: [PATCH] Fix typo in getting started guide --- get_start/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/get_start/index.html b/get_start/index.html index 10a89b6..bacd322 100644 --- a/get_start/index.html +++ b/get_start/index.html @@ -151,7 +151,7 @@

Getting Started

Data Format

First prepare your data you want to show on your chart.

-

react-d3 only support one kind of data format, which is an array with objects (the objects have to have the same keys). Which means you have to have a data like below for example. (data source)

+

react-d3 only supports one kind of data format, which is an array with objects (the objects have to have the same keys). Which means you have to have a data like below for example. (data source)

[
   {
     name: "Lavon Hilll I",
@@ -496,4 +496,4 @@ 

Code on Github

ga('send', 'pageview'); - \ No newline at end of file +