Percentage

Percentage Chart example

Percentage Charts are very similar to value charts. The range of valid values to be returned is from 0 to 100.

@create_agent.add_chart('averageVolumeIncrease') do |_context, result_builder|
  result_builder.percentage(11)
end

Last updated

Was this helpful?