Skip to main content

How do I add Plotly or Bokeh Charts into Tables?

Direct integration of Plotly or Bokeh figures into tables is not supported. Instead, export the figures to HTML and incl …

How do you delete a custom chart preset?

Access the custom chart editor. Click on the currently selected chart type to open a menu displaying all presets. Hover …

How do you show a 'step slider' in a custom chart?

Enable this option on the “Other settings” page of the custom chart editor. Changing the query to use a historyTable ins …

What is the difference between `.log()` and `.summary`?

The summary displays in the table, while the log saves all values for future plotting. For instance, call run.log() when …