hrbrmstr / streamgraph

:wavy_dash: htmlwidget for creating streamgraph visualizations in R
http://hrbrmstr.github.io/streamgraph/
Other
148 stars 49 forks source link

Add tick marks on both axes? #21

Open dylancraven opened 8 years ago

dylancraven commented 8 years ago

This is a great package - and it produces excellent visualisations. I can only add axis labels (years, for example) but haven't been able to add tick marks. Something like this from the d3 library: .axis path, .axis line { fill: none; stroke: black; shape-rendering: crispEdges; } @hrbrmstr

vspinu commented 4 years ago

Any news on this? Shouldn't be difficult to add?

I would also love to see the date (x label) in the tooltip popup.

tyumen001 commented 6 months ago

The image generated by streamgraph has axis labels, which are white by default. Because the background color is also white by default, the axis labels cannot be seen. If you set the background color to black, you can clearly see the axis labels, but how to set the axis labels to black is still a problem. CleanShot 2024-02-17 at 23 01 44@2x