Forest Admin Cloud
  • What is Forest Admin?
  • How to Read This Doc?
  • Quick Start
  • Core Concepts
    • Agent
    • Data Sources
    • Collections
    • Views
    • Fields
      • Types
    • Relationships
    • Actions
    • Segments
    • Dashboards
    • Workspaces
    • Layouts
    • Roles & Permissions
    • Projects
    • Organizations
  • Native Modules
    • CRUD
    • Approval Workflows
    • Activity Logs
    • Notes
    • Inbox
  • UI Customization
    • Actions
    • Workspaces
    • Analytics
      • Metabase Integration
  • Code Customization
    • Getting Started
    • Actions
      • Context
      • Response
        • Data refresh
      • Form
        • Widgets
    • Fields
      • Filtering
      • Sorting
      • Validation
    • Relationships
    • Collections
      • Search
    • Charts
  • Security Modules
    • Roles & Permissions
    • SCIM User Provisioning
    • Single Sign On
    • Two-Factor Authentication
    • Auto-logout
    • IP Whitelisting
  • Data sources settings
    • SQL
    • MongoDB
    • Multiple Data Sources
    • Database Credentials
    • Schema Synchronization
  • Best Practices
    • Performance
Powered by GitBook
On this page

Was this helpful?

  1. UI Customization

Analytics

Last updated 6 months ago

Was this helpful?

This is the official documentation of Forest Admin Cloud.

Forest Admin's Dashboard delivers a wide array of charting options - from single value displays to pie charts, time-based visualizations, leaderboards, percentages, and goal tracking charts. The Dashboard improves data analysis with customization through the Layout Editor mode, allowing for the easy addition of charts tailored to your data’s story.

Creating Your Dashboard

Creating your dashboard is simple with the Dashboard interface. Just drag and drop your preferred chart type, set your data source and visualization options, and you're all set. Forest Admin's Dashboard offers the flexibility to customize data displays to meet your operational needs.

For more advanced usage, you can create charts by coding the visualization using HTML/CSS/JS or by implementing backend logic to retrieve data. See Charts