Objective
This is the official documentation of the agent_ruby Ruby agent.

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)
endLast updated
Was this helpful?