#' @title CumulativeTimeProfileDataMapping
#' @description R6 class for mapping `x`, `y`, `GroupMapping` variables to `data`
#' @export
#' @family DataMapping classes
CumulativeTimeProfileDataMapping <- R6::R6Class(
"CumulativeTimeProfileDataMapping",
inherit = XYGDataMapping
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.