From 311180189f9a560a8f12b8778b40f35f49a0b896 Mon Sep 17 00:00:00 2001 From: Malar Kannan Date: Sun, 1 Jul 2018 21:12:54 +0530 Subject: [PATCH] removed line from chart --- public/config.json | 2 +- src/Chart.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/config.json b/public/config.json index f8aac38..c44e8da 100644 --- a/public/config.json +++ b/public/config.json @@ -17,7 +17,7 @@ "fileName": "data.csv" }, { - "tabTitle": "Tab 4", + "tabTitle": "Tab 6", "fileName": "data.csv" } ], diff --git a/src/Chart.tsx b/src/Chart.tsx index 99be8fd..22db84f 100644 --- a/src/Chart.tsx +++ b/src/Chart.tsx @@ -53,7 +53,7 @@ export class Chart extends React.Component { Plotting {_.capitalize(this.props.chartColumn)} - + { chartData.map((_0, _1) => ) }