1. Home
  2. Docs
  3. GLayer
  4. Charts
  5. Basic Information

Basic Information

The Charts tab in Project Settings can help you configure various charts (using the Chart.js framework), filters, and HTML snippets to visualize and filter the project data. These components are visible in the right sidebar and can be shown/hidden by toggling the “Charts” module.

You can add 7 different types of Charts:

  • CheckboxChart:
    A filter for CheckBoxField field types. Shows a group of checkboxes and allows filtering them.
  • IntervalChart:
    A filter for selecting LinearField filters without showing the associated data. Best used for dates and times.
  • OrdinalChart:
    A bar chart for showing and filtering data. Mainly used for OrdinalFields.
  • LinearChart:
    A line chart for showing and filtering data. Mainly used for LinearFields.
  • HtmlChart:
    A chart showing predefined HTML that can change depending on user interaction.
  • RealtimeHtmlChart:
    A chart showing predefined HTML that periodically loads data from an external URL.
  • FulltextChart
    A filter for fulltext searching in TextFields.
Was this article helpful to you? Yes No

How can we help?