LGSInnovations/sigplot

can we make the accordion vertical bars thicker?

Opened this issue · 3 comments

kmun commented

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.

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

kmun commented

Thanks!

kmun commented

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