> ## Documentation Index
> Fetch the complete documentation index at: https://docs.wandb.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Charts

<Card title="How do I add Plotly or Bokeh Charts into Tables?" href="/support/models/articles/how-do-i-add-plotly-or-bokeh-charts-into" arrow="true" horizontal>
  Direct integration of Plotly or Bokeh figures into tables is not supported. Instead, export the figures to HTML and incl ...
</Card>

<Card title="How do you delete a custom chart preset?" href="/support/models/articles/how-do-you-delete-a-custom-chart-preset" arrow="true" horizontal>
  Access the custom chart editor. Click on the currently selected chart type to open a menu displaying all presets. Hover  ...
</Card>

<Card title="How do you show a 'step slider' in a custom chart?" href="/support/models/articles/how-do-you-show-a-step-slider-in-a-custo" arrow="true" horizontal>
  Enable this option on the "Other settings" page of the custom chart editor. Changing the query to use a historyTable ins ...
</Card>

<Card title="What is the difference between `.log()` and `.summary`?" href="/support/models/articles/what-is-the-difference-between-log-and-s" arrow="true" horizontal>
  The summary displays in the table, while the log saves all values for future plotting. For instance, call run.log() when ...
</Card>
