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
  • Overview
  • ChartSQL Cloud Account
  • Sharing
  • Publishing

Was this helpful?

  1. Product & Community
  2. In Development

Sharing & Publishing

Sharing and Publishing charts to the external world

Sharing & Publishing is currently in development. This documentation is for feedback purposes.

Overview

ChartSQL Studio allows you to share your charts with the external world. You can share the chart and data that you see in your Studio editor, what we call Sharing. You can also publish your SQL scripts to ChartSQL Cloud or a DashSQL Dashboard so that users may execute the script against live data, what we call Publishing.

ChartSQL Cloud Account

Whether you are Sharing or Publishing, collaboration features require a free ChartSQL Cloud Account. Sign up at ChartSQL.com/cloud

Sharing

Sharing a chart from ChartSQL Studio will upload a copy of the current chart configuration and data to ChartSQL Cloud and create a unique link. You can share that link to others to see the chart. Sharing does not connect to your data sources directly, it merely copies the current script data to the cloud to enable sharing.

Publishing

Publishing a folder of SQL scripts to ChartSQL Cloud allows more advanced features like script collaboration, ChartSQL Cloud editing, live data refreshes, and dashboard creation.

PreviousAccess ControlNextChartSQL.js

Last updated 1 year ago

Was this helpful?