From 7dad65fd6187d8bfe9a2dd3bc4c9f9888824e48a Mon Sep 17 00:00:00 2001
From: Prateeksha Singh
Date: Mon, 14 May 2018 16:20:52 +0530
Subject: [PATCH] [docs] integrate search
---
docs/README.md | 2 --
docs/basic/basic_chart.md | 1 -
docs/index.html | 6 ++++++
3 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/docs/README.md b/docs/README.md
index b45679a..9d844f4 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -14,8 +14,6 @@
-
-
diff --git a/docs/basic/basic_chart.md b/docs/basic/basic_chart.md
index 908027e..4d6c92a 100644
--- a/docs/basic/basic_chart.md
+++ b/docs/basic/basic_chart.md
@@ -2,7 +2,6 @@
A chart is generally a 2D rendition of data. For example, for a set of values across items, the data could look like:
```js
-
data = {
labels: ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"],
datasets: [
diff --git a/docs/index.html b/docs/index.html
index cb9508f..59e4718 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -83,11 +83,17 @@
+