View source: R/visualization.R
display.config | R Documentation |
display
) which needs to be visualized.Set the chart config metadata for current dataframe (set by display
) which needs to be visualized.
display.config(
commId,
lastCommId = NULL,
binsNumber = 10,
category = "table",
keys = NULL,
values = NULL,
series = NULL,
aggregation = NULL,
column = NULL
)
commId |
the id used to identify whether the API call from synapse notebook js client. |
lastCommId |
same with |
binsNumber |
bins number for rendering histogram, default is 10. |
category |
the chart category as |
keys |
the column names which useds to render x-axis. |
values |
the column names which used to render y-axis. |
series |
the column which used to render the chart series |
aggregation |
the aggregation operation type: |
column |
will deperated: the column name used to calculate the statistic info, as the column type, unique values, missing values, etc. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.