Objective

Objective charts are very similar to value charts, the only difference being that two numbers should be provided to the resultBuilder.

agent.addChart('companiesLive', async (context, resultBuilder) => {
  // [...]

  return resultBuilder.objective(235, 300);
});

Last updated

Revision created

docs(datasource-sql): document introspection process