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
)
the id used to identify whether the API call from synapse notebook js client.
same with id
parameter, but the previous value.
bins number for rendering histogram, default is 10.
the chart category as bar
, line
, default is table
.
the column names which useds to render x-axis.
the column names which used to render y-axis.
the column which used to render the chart series
the aggregation operation type: sum
, avg
, min
, max
, count
.
will deperated: the column name used to calculate the statistic info, as the column type, unique values, missing values, etc.