From ed0762f1a62583ea8ac64204cdeb523e21fd1d5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C2=ABtaras=C2=BB?= Date: Fri, 1 Nov 2019 16:00:11 +0200 Subject: [PATCH] Add space in the button for clarity #88 --- dist/PublicLab.Grapher.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dist/PublicLab.Grapher.js b/dist/PublicLab.Grapher.js index a5254e3..d097ad0 100644 --- a/dist/PublicLab.Grapher.js +++ b/dist/PublicLab.Grapher.js @@ -1454,13 +1454,14 @@ function () { }); $("#" + this.codapExportButton).click(function () { _this6.codapExport(); + }); } //renders the entire HTML view }, { key: "drawHTMLView", value: function drawHTMLView() { - this.element.innerHTML = '

Simple Data Grapher

Plot and Export Graphs with CSV data

  • Upload CSV Data
  • Select Columns & Graph Type
  • Plotted Graph & Export Options
'; + this.element.innerHTML = '

Simple Data Grapher

Plot and Export Graphs with CSV data

  • Upload CSV Data
  • Select Columns & Graph Type
  • Plotted Graph & Export Options
'; } }]);