From e7e4195a103e03a42f6d25afcef0d2d4a7a01d83 Mon Sep 17 00:00:00 2001 From: eai04191 Date: Mon, 3 Feb 2020 01:12:52 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=B0=E3=83=A9=E3=83=95=E3=81=A7=E3=82=AB?= =?UTF-8?q?=E3=83=BC=E3=82=BD=E3=83=AB=E3=81=AB=E8=BF=91=E3=81=84=E4=BD=8D?= =?UTF-8?q?=E7=BD=AE=E3=81=AE=E3=83=84=E3=83=BC=E3=83=AB=E3=83=81=E3=83=83?= =?UTF-8?q?=E3=83=97=E3=82=92=E8=A1=A8=E7=A4=BA=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/assets/js/user/stats.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/resources/assets/js/user/stats.js b/resources/assets/js/user/stats.js index 971b2ad..2bc1c7c 100644 --- a/resources/assets/js/user/stats.js +++ b/resources/assets/js/user/stats.js @@ -32,6 +32,10 @@ function createLineGraph(id, labels, data) { beginAtZero: true } }] + }, + tooltips: { + mode: 'index', + intersect: false, } } }); @@ -60,6 +64,10 @@ function createBarGraph(id, labels, data) { beginAtZero: true } }] + }, + tooltips: { + mode: 'index', + intersect: false, } } });