ChartDataLoaded
Indicates that the data for a chart has been loaded
Base Schema
All analytics events are based on the TrackEvent schema which provides common properties like messageId, userId, context, timestamps, and more.
Base Schema Reference: analytics-track.yaml
Event-Specific Properties
This schema shows only the event-specific properties that extend the base TrackEvent schema:
3 properties
Properties specific to this event type (extends BaseEvent)
chartIdinteger<int64>
Unique identifier of the chart in Superset.
vizTypestring
Type of visualization (e.g., bar, line, pie) used in the chart.
dashboardIdinteger<int64>
Unique identifier of the dashboard in Superset.