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
For very long lines, we need to have a scroll-bar. For example: http://fssnip.net/rZ
The text was updated successfully, but these errors were encountered:
@tpetricek horizontal scroll bar will going to hurt mobile view? You are talking about that only right?
Sorry, something went wrong.
The current display is broken even in non-mobile.
You can see that in the snippet, the line:
Chart.Geo(growth) |> Chart.WithOptions(Options(colorAxis=ColorAxis(values=[| -100;0;100;200;1000 |], colors=[| "#77D53D";"#D1C855";"#E8A958";"#EA4C41";"#930700" |])))
Is too long, it breaks into two lines and, as a result, the code does not align correctly with line numbers.
So we need to fix this on both big and small screens.
No branches or pull requests
For very long lines, we need to have a scroll-bar. For example: http://fssnip.net/rZ
The text was updated successfully, but these errors were encountered: