powered by
Create a list of layout elements on subcharts
chart_layout(x, layout_element, layout_attribute)
A list of layout elements.
integer-vector of length 1.
character-vector of length 1. plotly::layout elements. See example.
character-vector of length 1. plotly::layout element value. See example.
Other development tools: GET(), convert_date(), default_dates(), fetch(), flatten(), is.date()
GET()
convert_date()
default_dates()
fetch()
flatten()
is.date()
if (FALSE) { chart_layout( x = 1:plot_list_length, layout_element = "yaxis", layout_attribute = list( gridcolor = if (dark) "#40454c" else '#D3D3D3' # Was CCCCCC ) ) }
Run the code above in your browser using DataLab