add_lines_and_markers_from_performance_data | R Documentation |
Add lines and markers based on performance data
add_lines_and_markers_from_performance_data(
plotly_object,
performance_data,
performance_data_type,
x_perf_metric,
y_perf_metric,
color_values = c("#5BC0BE", "#FC8D62", "#8DA0CB", "#E78AC3", "#A4243B")
)
plotly_object |
a previous plotly object |
performance_data |
the performance data for the plot |
performance_data_type |
the type of the performance data |
x_perf_metric |
performance metric for the x axis |
y_perf_metric |
performance metric for the y axis |
color_values |
color palette |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.