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
7
When manually setting the steps query parameter:
steps
http://gka.github.io/palettes/#colors=lightyellow,orange,deeppink,darkred|steps=11|bez=1|coL=1
The steps query parameter automatically updates to 7:
http://gka.github.io/palettes/#colors=lightyellow,orange,deeppink,darkred|steps=7|bez=1|coL=1
The provided step query parameter should be retained and applied. All other query parameters (i.e. colors, bez, and coL) work as expected.
step
colors
bez
coL
The text was updated successfully, but these errors were encountered:
It seems to work as expected with diverging URLs. Just not sequential URLs.
http://gka.github.io/palettes/#diverging|c0=lightyellow,orange,deeppink,darkred|c1=lightyellow,orange,deeppink,darkred|steps=15|bez0=1|bez1=1|coL0=1|coL1=1
Sorry, something went wrong.
Fix steps parameter
20c9e8b
When visiting https://gka.github.io/palettes/#colors=#000,#f0f,#fff|steps=21|bez=0|coL=0 , "Step count" is immediately set to 7 and not picked up by the url. This PR fixes this issue. Resolves gka#2
Successfully merging a pull request may close this issue.
When manually setting the
steps
query parameter:The
steps
query parameter automatically updates to7
:The provided
step
query parameter should be retained and applied. All other query parameters (i.e.colors
,bez
, andcoL
) work as expected.The text was updated successfully, but these errors were encountered: