Objective

Objective Chart example

Objective Charts are very similar to Value Charts, the only difference being that two numbers should be provided to the resultBuilder: the value and the objective.

@create_agent.add_chart('companiesLive') do |_context, result_builder|
  result_builder.objective(235, 300)
end

Last updated

Was this helpful?