r - How can I hide the red line in timevis? -
i'm working timeline using timevis don't know how hide red line marks current date.
the red line indicates current time on timeline. however, once add data timeline, red line no longer there. nonetheless, line must exist points current time on timeline.
from docs ?timevis
:
# basic timevis()
# minimal data timevis( data.frame(id = 1:2, content = c("one", "two"), start = c("2016-01-10", "2016-01-12")) )
see timevis - create interactive timeline visualizations in r: advanced ecamples to customize of timeline.
by default, timeline show current date red vertical line , have zoom in/out buttons. can supply many customization options timevis() in order right (see ?timevis() details).
see files in www
folder of repo guide customization. https://github.com/daattali/timevis/tree/master/inst/example/www
Comments
Post a Comment