From 8c9fe40cf6dbe4928a7c73c358a9bce4f18b4e76 Mon Sep 17 00:00:00 2001 From: rakuda Date: Mon, 27 Feb 2023 13:49:10 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=BF=E3=82=B0=E5=88=86=E5=B8=83=E3=82=B0?= =?UTF-8?q?=E3=83=A9=E3=83=95=E3=81=AE=E8=A1=A8=E7=A4=BA=E3=82=92=E8=AA=BF?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controllers/stats_controller.rb | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/app/controllers/stats_controller.rb b/app/controllers/stats_controller.rb index 52c488738..40a17de9c 100644 --- a/app/controllers/stats_controller.rb +++ b/app/controllers/stats_controller.rb @@ -39,7 +39,14 @@ def show tickInterval: 40, max: 240 f.series type: 'column', name: "対応道場数", yAxis: 0, showInLegend: false, data: tags.values.take(number_of_tags).reverse, - dataLabels: { enabled: true, y: 20, align: 'center' } + dataLabels: { + enabled: true, + y: 20, + align: 'center', + style: { + textShadow: false + } + } f.chart width: 600, alignTicks: false f.colors ["#A0CEFB", "#A0CEFB"]