Documentation

Salesforce Chart Composer: Chart | Object Reference Guide

Chart

This record of this object represents an individual chart.

It is the first record that needs to be created to create a chart using Salesforce Chart Composer.

API Name: Chart__c

Table of Contents

Fields

LabelAPITypeDescription
TitleNameTextThe title of the chart that will be displayed on the component.
Chart IdChart_Id__cAuto NumberThe identified of the Chart. This ID is used to render the Chart using chartComponent on Lightning Page Builder
Relationship FieldRelationship_Field__cText(Optional) To make a chart dynamically related to a record, this field should contain the lookup field API name of the record object.

For example: If Chart Dateset has the Source Object field as ‘Opportunity’ and this field is ‘AccountId’, then if this chart is placed on the Account record page, the chart would dynamically filter the opportunities based on the account.

Related Object(s)

Following is the related object of the Chart object.

Was this helpful?

Thanks for your feedback!

Talha Saqib

About Author

As a Salesforce Certified Developer, Talha Saqib is an expert in designing and implementing custom Salesforce solutions that help businesses achieve their goals. With 3+ years of experience in the Salesforce ecosystem, Talha has a deep understanding of the platform and is expert in Sales Cloud, Service Cloud, Experience Cloud, REST APIs, Aura and more.

Leave a comment

Your email address will not be published. Required fields are marked *

You may also like

Salesforce Chart Composer
Documentation

Salesforce Chart Composer: Getting Started

Disclaimer: The package “Salesforce Chart Composer” and this blog “Salesforce Guides” are both initiatives of Talha Saqib. This blog post
Chart Dataset
Documentation

Salesforce Chart Composer: Chart Dataset | Object Reference Guide

This record of this object represents an individual dataset of a chart. The dataset contains all the data, format, styling,