From 9f8bcf4ab21ca5a34d029b0471e84931f1ff5f6e Mon Sep 17 00:00:00 2001 From: IshaGupta18 Date: Sun, 9 Jun 2019 16:52:38 +0530 Subject: [PATCH 1/7] text field of google sheet link --- dist/PublicLab.Grapher.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/PublicLab.Grapher.js b/dist/PublicLab.Grapher.js index d150a9c..e3f2946 100644 --- a/dist/PublicLab.Grapher.js +++ b/dist/PublicLab.Grapher.js @@ -652,7 +652,7 @@ function () { }, { key: "drawHTMLView", value: function drawHTMLView() { - this.element.innerHTML = ''; + this.element.innerHTML = ''; } }]); From 533f13f51265c394d3dbb5cdc27b0378325b56c3 Mon Sep 17 00:00:00 2001 From: IshaGupta18 Date: Sun, 9 Jun 2019 18:30:12 +0530 Subject: [PATCH 2/7] Upload Portion design + Basic placements --- dist/PublicLab.Grapher.js | 2 +- examples/upload_file.css | 46 +++++++++++++++++++++++++++++---------- examples/upload_file.html | 17 +++++++++++++-- 3 files changed, 51 insertions(+), 14 deletions(-) diff --git a/dist/PublicLab.Grapher.js b/dist/PublicLab.Grapher.js index e3f2946..a0592c5 100644 --- a/dist/PublicLab.Grapher.js +++ b/dist/PublicLab.Grapher.js @@ -652,7 +652,7 @@ function () { }, { key: "drawHTMLView", value: function drawHTMLView() { - this.element.innerHTML = ''; + this.element.innerHTML = '

Simple Data Grapher

Plot and Export Graphs with CSV data

  • Upload CSV Data
  • Select Columns & Graph Type
  • Plotted Graph & Export Options
'; } }]); diff --git a/examples/upload_file.css b/examples/upload_file.css index f452516..2a75e57 100644 --- a/examples/upload_file.css +++ b/examples/upload_file.css @@ -1,7 +1,7 @@ .main_container{ margin:0 auto; width: 50%; - margin-top: 300px; + margin-top: 100px; height: 600px; display: flex; flex-direction: column; @@ -62,19 +62,19 @@ width: 350px; } .carousel-indicators{ - top: 200px; + top: 30px; justify-content:space-around; margin:0; display: flex; height: 20px; } .tables{ - margin-top: 300px; + margin-top: 100px; text-align: center; } .graph{ - margin-top: 300px; + margin-top: 100px; } #canvas_container{ width: 50%; @@ -89,12 +89,6 @@ ol.carousel-indicators li{ cursor: pointer; background: #cccccc; } -.carousel_headings{ - justify-content:space-around; - margin:0; - display: flex; - height: 20px; -} .toggle-handle{ background: #f2f2f2; width: 100px; @@ -140,7 +134,8 @@ ol.carousel-indicators li{ flex-direction: row; justify-content: space-around; align-items: center; - margin-bottom: -160px; + list-style: none; + /* margin-bottom: -160px; */ } .check-inputs{ margin-left: 10px; @@ -152,4 +147,33 @@ ol.carousel-indicators li{ .csv_string{ height: 100px; width: 350px; +} +.main_heading{ + font-family: 'Ubuntu Condensed'; + text-align: center; + color: #001a66; + font-size: 40px; +} +.sub_heading{ + font-family: 'Ubuntu Condensed'; + text-align: center; + color: #525357; + font-size: 18px; + padding-top: 5px; +} +.main_heading_container{ + margin-top: 40px; +} +.headings li{ + font-family: 'Ubuntu Condensed'; + font-size: 20px; +} +.heading_container{ + margin-top:80px; +} +.item-1{ + margin-left: 20px; +} +.item-2{ + margin-left: 70px; } \ No newline at end of file diff --git a/examples/upload_file.html b/examples/upload_file.html index 0a38f39..3627451 100644 --- a/examples/upload_file.html +++ b/examples/upload_file.html @@ -21,6 +21,17 @@ +
+

Simple Data Grapher

+

Plot and Export Graphs with CSV data

+
+
+
    +
  • Upload CSV Data
  • +
  • Select Columns & Graph Type
  • +
  • Plotted Graph & Export Options
  • +
+