pub fn distribution_table_inner(
input: String,
) -> Result<PreEscaped<String>, Error>Expand description
Present the comma-separated expressions as a table, formatted as a column chart by Charts.css.
On success, returns a string of HTML indicating.