Last updated 8 months ago
This is the official documentation of the @forestadmin/agent Node.js agent.
@forestadmin/agent
Leaderboard Charts display a list of records sorted by their value in descending order.
agent.addChart('companiesLive', async (context, resultBuilder) => { // [...] return resultBuilder.leaderboard({ Bonanza: 5835694, TalkSpace: 4179218, Tesco: 3959931, BitPesa: 3856685, Octiv: 3747458, }); });