We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When applying a striped pattern to e.g. AreaCharts I tried to add it by setting the FillPatternShape
Chart.Area([1,1;2,2;3,1],FillPatternShape=PatternShape.DiagonalDescending)
The resulting pattern however is diagonal ascending instead of descending.
I assume it got mixed up at:
Plotly.NET/src/Plotly.NET/CommonAbstractions/StyleParams.fs
Lines 2536 to 2537 in 56cc563
The text was updated successfully, but these errors were encountered:
82dc93b
Merge pull request #475 from bvenn/#474-fix-patternshape
c671e1e
Fix pattern shape mix-up between ascending and descending
Successfully merging a pull request may close this issue.
When applying a striped pattern to e.g. AreaCharts I tried to add it by setting the FillPatternShape
The resulting pattern however is diagonal ascending instead of descending.
I assume it got mixed up at:
Plotly.NET/src/Plotly.NET/CommonAbstractions/StyleParams.fs
Lines 2536 to 2537 in 56cc563
The text was updated successfully, but these errors were encountered: