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

timeline chart tooltip title is not readable in mobile #52

Closed
roidayan opened this issue Apr 25, 2016 · 3 comments
Closed

timeline chart tooltip title is not readable in mobile #52

roidayan opened this issue Apr 25, 2016 · 3 comments

Comments

@roidayan
Copy link

the tooltip is style top -29px on my view and the title is hidden and can't scroll more to read it.

screenshot_1

A suggestion is changing the top of the tooltip to 0. the bottom part can be read with scrolling.
screenshot_2
screenshot_3

@roidayan roidayan changed the title timechart tooltip title is not readable in mobile timeline chart tooltip title is not readable in mobile Apr 25, 2016
@balloob
Copy link
Member

balloob commented Apr 25, 2016

The problem is that the tooltip is rendered by the chart api

On Mon, Apr 25, 2016, 12:37 Roi Dayan notifications@github.com wrote:

the tooltip is style top -29px on my view and the title is hidden and
can't scroll more to read it.

[image: screenshot_1]
https://cloud.githubusercontent.com/assets/660126/14781331/850954c2-0aea-11e6-8c19-ee727b0d75fa.png

A suggestion is changing the top of the tooltip to 0. the bottom part can
be read with scrolling.
[image: screenshot_2]
https://cloud.githubusercontent.com/assets/660126/14781343/9c1e62f6-0aea-11e6-8dbd-8af153527140.png
[image: screenshot_3]
https://cloud.githubusercontent.com/assets/660126/14781347/a5526e08-0aea-11e6-9e79-fd497294ffb4.png


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub
#52

@roidayan
Copy link
Author

I understand but is a css override considered good approach for a fix here?
I used this:

state-history-chart-timeline
.google-visualization-tooltip {
    top: 0px !important;
}

@roidayan
Copy link
Author

roidayan commented May 9, 2016

Seems fixed in latest version.

@roidayan roidayan closed this as completed May 9, 2016
@github-actions github-actions bot locked and limited conversation to collaborators Jul 7, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants