From f80e3662882c272f1333639a28eeeae76512e91f Mon Sep 17 00:00:00 2001 From: kazu634 Date: Sun, 14 Jun 2020 12:09:33 +0700 Subject: [PATCH] =?UTF-8?q?=E7=82=B9=E6=95=B0=E3=81=AE=E8=A1=A8=E7=A4=BA?= =?UTF-8?q?=E6=96=B9=E6=B3=95=E3=82=92=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../labs/visualization/2020-06-13-different-types-of-graphs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/labs/visualization/2020-06-13-different-types-of-graphs.md b/content/labs/visualization/2020-06-13-different-types-of-graphs.md index dff961b..f0215fd 100644 --- a/content/labs/visualization/2020-06-13-different-types-of-graphs.md +++ b/content/labs/visualization/2020-06-13-different-types-of-graphs.md @@ -203,7 +203,7 @@ chart=true suggestedMin: 0, stepSize: 10, callback: function(value, index, values){ - return value + 'points' + return value } } }