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() 

enter image description here

# minimal data timevis( data.frame(id = 1:2,          content = c("one", "two"),          start = c("2016-01-10", "2016-01-12")) ) 

enter image description here

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

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -