withData
Edit pageLast modified: 25 November 2024The withData
function creates a new plotting context with a new provided dataset. All layers created in this context use this dataset. If DataFrame
is provided as a dataset, you can access its columns in this context.
Arguments
T
Type of DataFrame
dataset
Required
DataFrame<T> Map<String, List<*>>
New dataset used for layers created in a new context.