Commit 391c7119f7b6502f0b63b818f1f38e0aff780041
Exists in
master
and in
31 other branches
Merge branch 'fix_contrib_graph' into 'master'
Fix contrib graph This should also be on spb-release/3.0 See merge request !77
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> |