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
Fields
Label | API | Type | Description |
---|---|---|---|
Title | Name | Text | The title of the chart that will be displayed on the component. |
Chart Id | Chart_Id__c | Auto Number | The identified of the Chart. This ID is used to render the Chart using chartComponent on Lightning Page Builder |
Relationship Field | Relationship_Field__c | Text | (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!