Commit 2b77d361d737882db2e47c5c0e82f50fd27d89b7
1 parent
05417135
Exists in
master
and in
31 other branches
Decrease graph label size to fix cutoff
Signed-off-by: Alexandre Barbosa <alexandreab@live.com> Signed-off-by: Gustavo Jaruga <darksshades@gmail.com>
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
colab/templates/doughnut-chart.html
@@ -39,7 +39,7 @@ $(function () { | @@ -39,7 +39,7 @@ $(function () { | ||
39 | animationSteps: 30, | 39 | animationSteps: 30, |
40 | animationEasing: "easeInOutCirc", | 40 | animationEasing: "easeInOutCirc", |
41 | segmentStrokeWidth: 1, | 41 | segmentStrokeWidth: 1, |
42 | - tooltipFontSize: 16, | 42 | + tooltipFontSize: 14, |
43 | }); | 43 | }); |
44 | }); | 44 | }); |
45 | </script> | 45 | </script> |