Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tick marks on both axes? #21

Open
dylancraven opened this issue Jun 2, 2016 · 2 comments
Open

Add tick marks on both axes? #21

dylancraven opened this issue Jun 2, 2016 · 2 comments

Comments

@dylancraven
Copy link

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
Copy link

vspinu commented Jan 22, 2020

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants