Revision created 1 year ago
docs(datasource-sql): document introspection process
Last updated 1 year ago
Was this helpful?
Objective charts are very similar to value charts, the only difference being that two numbers should be provided to the resultBuilder.
resultBuilder
agent.addChart('companiesLive', async (context, resultBuilder) => { // [...] return resultBuilder.objective(235, 300); });