-
Notifications
You must be signed in to change notification settings - Fork 154
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
Date Labels stripped off when use width = automatic (and browser windows is wide) #23
Comments
Not sure I can help without a reproducible example. Alternatively try the Google Chart API forum: https://groups.google.com/forum/#!forum/google-chart-api |
Sorry mages - Here is some sample code. Try run it. If you can see the My screen resolution is 1920 x 1080. using Chrome Version 43.0.2357.132 m testcase mageslibrary(data.table) test.dt <- data.table(day = c(as.Date("2014/3/10"), xformat <- "d-MMM-yyyy" #"d/M/yy" eg 1 Apr 2015 testop <- list(series = "[{labelInLegend: 'A price'}, testplotdatay <- c("price", "value") plot(gvisLineChart(test.dt, I thought it might be the height = automatic as I saw in gvis code you Let me know if you also have this issue. P.S. whilst you are fixing typos = You have a typo in vignette description
googleVis_examples Demonstartion of googleVis (source, html) On Tue, Jul 14, 2015 at 7:57 PM, Markus Gesmann [email protected]
|
I am sorry, but I can't see to reproduce the issue on Mac 10.10.4 with either Safari 8.0.7 or Chrome 43.0.2357.134. Btw, thanks for pointing out the typo. |
This may be an issue more with underlying google chart object, but I wanted to bring this to your attention.
I noticed my dates fall off the axis when I use a large browser window. I am trying to get my shiny app to work for tablets and desktop so I dont set the width in pixels but use automatic.
When browser window is small:
When browser is wide - dates go missing:
Any clues on what to do to fix this?
Thanks we really appreciate your work.
The text was updated successfully, but these errors were encountered: