Commit 391c7119f7b6502f0b63b818f1f38e0aff780041

Authored by Sergio Oliveira
2 parents 9f844060 2b77d361

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 39 animationSteps: 30,
40 40 animationEasing: "easeInOutCirc",
41 41 segmentStrokeWidth: 1,
42   - tooltipFontSize: 16,
  42 + tooltipFontSize: 14,
43 43 });
44 44 });
45 45 </script>
... ...