From 2b77d361d737882db2e47c5c0e82f50fd27d89b7 Mon Sep 17 00:00:00 2001 From: Alexandre Barbosa Date: Wed, 1 Jul 2015 10:18:10 -0300 Subject: [PATCH] Decrease graph label size to fix cutoff --- colab/templates/doughnut-chart.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colab/templates/doughnut-chart.html b/colab/templates/doughnut-chart.html index 0c0deca..e20aa7b 100644 --- a/colab/templates/doughnut-chart.html +++ b/colab/templates/doughnut-chart.html @@ -39,7 +39,7 @@ $(function () { animationSteps: 30, animationEasing: "easeInOutCirc", segmentStrokeWidth: 1, - tooltipFontSize: 16, + tooltipFontSize: 14, }); }); -- libgit2 0.21.2