Time-based

Last updated

Last updated
agent.addChart('transactionVolume', async (context, resultBuilder) => {
// [...]
return resultBuilder.timeBased('Month', {
'2017-02-01': 636,
'2017-03-01': 740,
'2017-04-01': 648,
'2017-05-01': 726,
// [...]
});
});