ChartSQL
AboutProductDownloadCommunity
  • Basics
    • Intro
    • Quick Start
  • CHARTS
    • Overview
    • Auto Charts
    • Area
    • Bar
    • Bubble
    • Column
    • Combo
    • Gauge
    • Heatmap
    • Line
    • Pie
    • Radar
    • Scatter
    • Formatting & Rendering
      • Baselines
      • Formats
      • Series Titles
      • Series Labels
      • Stacked Charts
      • Grouped Category
  • ChartSQL Studio
    • Overview
    • ChartSQL Studio Cloud
    • Installing Studio Desktop
    • Basic Concepts
      • Interface Overview
      • Workspace
      • SQL Scripts & Charts
      • Folders
      • Datasources
      • Thinking in ChartSQL
    • Creating Charts
      • Editor Panels
      • Column Data Types
      • Chart Types
      • Directives
      • Stacking
      • Baselines
      • Series Titles
      • Dynamic SQL Charts
      • Dynamic Data Functions
    • Presenting
    • Settings & Customization
    • Troubleshooting & Support
    • Datasources
      • Overview
      • CSV File
      • HyperSQL
      • MongoDB
      • MySQL
      • PostgreSQL
      • SQLite
      • Custom Datasources
    • Extensions
      • Overview
      • Extension Points
      • Core Extensions
      • Extensions API Reference
  • Dashboards
    • Coming Soon
  • ChartSQL JS
    • Coming Soon
  • Reference
    • Auto Charts
    • Directives
      • @baselines
      • @baseline-types
      • @chart
      • @category
      • @formats
      • @series
      • @title
      • @subtitle
      • @groups
      • @series-types
      • @series-labels
      • @stacking-mode
      • //@directive: comments
      • @dash-id
      • @overlay-series
      • @tags
      • @select-list
    • Glossary
    • Shortcuts
    • Publishing API
  • Product & Community
    • About
    • Features
    • Use Cases
      • General Uses
      • For SQL Developers
      • For Application Developers
      • For Agencies
      • For Data Science Teams
    • Community & Support
    • Roadmap
    • Release Notes
    • In Development
      • Workspaces
      • Dashboards
        • Intro
        • Dashboards
        • Packages
        • Pages
        • Charts
        • Access Control
      • Sharing & Publishing
      • ChartSQL.js
        • Overview
      • @threshold
      • Thresholds
      • Sheets
Powered by GitBook

Support

  • Discord
  • X

ChartSQL

On this page
  • Core Extensions
  • Pro Extensions
  • User Extensions

Was this helpful?

  1. ChartSQL Studio
  2. Extensions

Overview

Overview of ChartSQL Extensions

PreviousExtensionsNextExtension Points

Last updated 1 year ago

Was this helpful?

Extensions are in development. They will allow you to customize the editor with additional functionality and third party tools.

ChartSQL Studio is an extensible editor. ChartSQL Studio has interfaces that allow you to add additional menu items, panels and views, or otherwise override any visual aspect of the editor. Many of the default features of Studio are implemented as extensions.

There are broadly three types of extensions, Core Extensions, Pro Extensions, and User Extensions.

Core Extensions

Core Extensions are extensions that ship with ChartSQL Studio and are enabled by default for baseline functionality. They cannot be removed from the installation but they may be configured or disabled depending on the purposes of the extension.

Pro Extensions

Pro Extensions are commercial extensions that can be enabled to enhance the ChartSQL Studio experience. Pro Extensions require a ChartSQL Cloud account and may require additional fees.

User Extensions

User Extensions are extensions that can be created and installed by users into their particular ChartSQL Studio installation. They implement additional functionality or override existing features of the ChartSQL Studio User Interface.

User Extensions are a powerful feature and can manipulate anything related to the ChartSQL Studio Server process. Therefore they are only available on ChartSQL Studio Desktop and cannot be installed in ChartSQL Studio Cloud.

User Extensions are written in and require advanced programming capability. See and for building your own extensions.

Lucee Script
Extension Points
Extensions API