C3 AI Documentation Home

C3 AI Console Reference: View Options

Customize the appearance and behavior of the C3 AI Console with the options menu.

To access the menu, select Tools in the application header, then Options from the dropdown menu.

Options menu

The Options menu contains the following options:

  • Grid Rows Loaded: Number of data rows the Console fetches from a query.
  • Grid Rows Displayed: Number of data rows the Console displays from a query result regardless of how many are loaded.
  • String Soft Limit: Maximum string length after truncation when the String Hard Limit is exceeded.
  • String Hard Limit: Maximum length of a string before it is truncated to String Soft Limit.
  • Number Digits: Number of significant digits for decimal numbers.
  • Number Style: Default number formatting style. Options are:
    • Significant
    • Fixed
    • Exponential
    • Natural
  • Number ColorMap: Color map for numeric values. Hover over this option to preview the active color.
  • String ColorMap: Color map for string values. Hover over this option to preview the active color.
  • Table Spacing: Controls the amount of whitespace in table grids. Options are:
    • Dense: Reduces table whitespace.
    • Loose: Adds more table whitespace.
  • Live Type Update: Monitor changes to Types in your application. If this is disabled, you may need to reload the console to access newly added or updated Types.
  • Show Type: Controls whether the results of c3ShowType() appear in the current browser window or a new one.
  • Private Fields: Determines whether c3ShowType() returns private fields on Types. This affects Types shown in the current tab.
  • Notebook Persistence: Preserve or discard changes to the notebook between sessions.
  • Server Status Interval: Interval, in seconds, at which the Console checks server status (CPU and memory usage). Select Disabled to disable this feature.
  • Color Theme: Console color theme. Choose from Light, Dark, or auto (your system theme).
Was this page helpful?