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

Add horizontal scroll bar #61

Open
tpetricek opened this issue Feb 4, 2016 · 2 comments
Open

Add horizontal scroll bar #61

tpetricek opened this issue Feb 4, 2016 · 2 comments

Comments

@tpetricek
Copy link
Member

For very long lines, we need to have a scroll-bar. For example: http://fssnip.net/rZ

@kunjee17
Copy link
Contributor

kunjee17 commented Feb 8, 2016

@tpetricek horizontal scroll bar will going to hurt mobile view? You are talking about that only right?

@tpetricek
Copy link
Member Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants