Based on this answer you can add scripts to customize your plots. To change the text-size, you could add:
sankeyPlot$setTemplate( afterScript = "<script>d3.selectAll('#{{ chartId }} svg text') .style('font-size', '55')</script>")
Based on this answer you can add scripts to customize your plots. To change the text-size, you could add:
sankeyPlot$setTemplate( afterScript = "<script>d3.selectAll('#{{ chartId }} svg text') .style('font-size', '55')</script>")