View source: R/phase2_var_panels.R
panel_ready | R Documentation |
Use the Variable traces to create a line chart panel with ready tasks submission per node, aggregated by a configurable time step
panel_ready(
data,
legend = data$config$ready$legend,
base_size = data$config$base_size,
expand_x = data$config$expand,
x_start = data$config$limits$start,
x_end = data$config$limits$end,
y_start = 0,
y_end = data$config$ready$limit,
step = data$config$ready$step,
lack_ready = data$config$ready$lack_ready$active
)
data |
starvz_data with trace data |
legend |
enable/disable legends |
base_size |
base_size base font size |
expand_x |
expand size for scale_x_continuous padding |
x_start |
X-axis start value |
x_end |
X-axis end value |
y_start |
Y-axis start value |
y_end |
Y-axis end value |
step |
time step for aggregation |
lack_ready |
show lack ready area in this panel |
A ggplot object
panel_ready(data = starvz_sample_lu)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.