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

can we make the accordion vertical bars thicker? #94

Open
kmun opened this issue May 29, 2020 · 3 comments
Open

can we make the accordion vertical bars thicker? #94

kmun opened this issue May 29, 2020 · 3 comments

Comments

@kmun
Copy link

kmun commented May 29, 2020

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
We have a difficult time seeing what color the accordion bars are in our plots because the bars are not wide enough.
Describe the solution you'd like
A clear and concise description of what you want to happen.
I would like to change the edge_line_style so that i can change the thickness, it appears i can only change the color with that attribute.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
none
Additional context
Add any other context or screenshots about the feature request here.

@mrecachinas
Copy link
Contributor

mrecachinas commented Oct 2, 2020

You should be able to set edge_line_style.lineWidth. See js/sigplot.accordion.js#L208 and js/sigplot.accordion.js#L236.

@kmun
Copy link
Author

kmun commented Oct 9, 2020

Thanks!

@kmun
Copy link
Author

kmun commented May 18, 2021

This is the way I coded it up, in case others want to use the example:
edge_line_style: {
strokeStyle: "blue",
lineWidth: 5
}

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

2 participants