Description Usage Arguments Examples
Add y axis title
| 1 | ytitle_ist(p, title = "", flipTitle = FALSE, offsetx = 0, offsety = 0)
 | 
| p | a chartist object. | 
| title | axis title. | 
| flipTitle | set to  | 
| offsetx | offset x aligment of title. | 
| offsety | offsety y alignment of title. | 
| 1 2 3 4 | mtcars %>%
    chart_ist(disp) %>%
    add_ist(values = hp) %>%
    ytitle_ist(title = "disp", offsetx = 30)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.