Last updated 1 year ago
Was this helpful?
Revision created 1 year ago
docs(datasource-sql): document introspection process
Leaderboard charts display a list of records sorted by their value.
agent.addChart('companiesLive', async (context, resultBuilder) => { // [...] return resultBuilder.leaderboard({ Bonanza: 5835694, TalkSpace: 4179218, Tesco: 3959931, BitPesa: 3856685, Octiv: 3747458, }); });