Quantcast
Viewing all articles
Browse latest Browse all 3

Answer by NicE for Change Font Size on rCharts Sankey Diagram

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>")

Viewing all articles
Browse latest Browse all 3

Trending Articles