Charts

Visualize data in colorful charts.

The Chart component provides many options for visualizing data from your app. Glide supports seven different kinds of charts:

Bar: A standard bar chart that can have multiple values.

Stacked Bar: A bar chart that stack multiple values into one bar, with different colors for each value.

Line: A standard line chart.

Scatter: A scatter plot of dots.

Area: Similar to a line chart, with shading down to the x axis.

Stacked Area: An area chart with multiple stacked values, with different colors for each value.

Mixed: A mixed chart with all four styles available, specified by each value.

Adding a Chart Component

  1. In the Layout Editor, select the screen you want to edit.

  2. Click on the plus symbol in the Components panel.

  3. Select Chart.

  4. On the right-hand side in the Component menu, select a data source. This can be any table from your data.

  5. Give the chart a title.

  6. Label the x axis.

    • If you choose a date format for the x axis, Glide will automatically show time range options. You can also choose to show or hide a time range selector menu for users.

  7. Choose a chart style.

  8. Select which content to include in the chart. You can add more values with the + Add item button.

  9. Choose a color scheme for the chart.

  10. Show or hide y labels.

  11. Show or hide the chart legend.

  12. Optionally, limit the number of items displayed.

  13. Click away to save the configuration.

Customizing Charts

Glide charts are highly customizable based on what type of data you connect, as well as how you choose to visualize it. Each chart style unlocks new ways to display data, so we recommend trying different options as you build your chart.

Customizing by Value

Clicking any specific value in the component's menu let’s you customize that specific value further. You can add a caption for the value and change the color selection mode from auto (the default) to manual. Manual color values support both color names written in English and hex codes.

Additional Options

Opening the Options tab in the component customization menu shows additional adjustments you can make to each chart:

  • Visibility and Filter conditions can be set up to limit which users can see the chart, and which data is displayed.

  • Data can be sorted by different variables.

  • A manual search bar for the chart data can be toggled on or off.

  • In-app filtering can be enabled by adding a filter item. Additional filter values can be added with the + Add filter button. These will appear as filter options for users on the chart.

  • Custom CSS for styling is available.

  • Builder notes can be added as needed.

Frequently Asked Questions

Have a question about Charts? Ask the Glide community.
Need more help? Hire an Expert.

Updated 1 day ago
Was this article helpful?