Learn R Programming

cryptoQuotes (version 1.3.4)

chart_layout: Create a list of layout elements on subcharts

Description

Create a list of layout elements on subcharts

Usage

chart_layout(x, layout_element, layout_attribute)

Value

A list of layout elements.

Arguments

x

integer-vector of length 1.

layout_element

character-vector of length 1. plotly::layout elements. See example.

layout_attribute

character-vector of length 1. plotly::layout element value. See example.

See Also

Other development tools: GET(), convert_date(), default_dates(), fetch(), flatten(), is.date()

Examples

Run this code
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