Skip to main content

TS Chart SDK Playground

The TS Chart SDK provides a playground to render SDK-based custom charts without deploying them on the ThoughtSpot Cluster.

How to Use the Playground

To render your chart in the playground, you just need to have a URL to your charts. You can use your localhost as the URL for charts!

After you have the URL, you can select a chartModel on which you want to test your chart. The chartModel contains basic data that is sent by ThoughtSpot to render the chart. This includes all the information such as data points, visual property definitions, and many more things.

Available Chart Models

There are four types of chartModel that we are currently providing with the playground:

  1. Small:
    • 1 attribute and 3 measures column
  2. Small:
    • 3 attributes and 1 measure column
  3. Large:
    • 3 attributes and 1 measure column
  4. Gantt:
    • 3 attributes, 1 measure, and 2 date columns

Playground Interface

warning

There are regular changes in the SDK the playground may break sometimes. Please report any issues.