Merge Request #77

Merged
softwarepublico/colab!77
Created by Alexandre Barbosa

Fix contrib graph

This should also be on spb-release/3.0

Merged by Sergio Oliveira

Source branch has been removed
Commits (1)
2 participants
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>