dashboard_burnDownChart_idealTrajectory abstract method

String dashboard_burnDownChart_idealTrajectory(
  1. num count
)

Label for the ideal daily task completion rate in the burndown chart, showing tasks per day.

In en, this message translates to: 'Ideal trajectory {count, plural, other{({count} tasks/day)} one{({count} task/day)}}'

Implementation

String dashboard_burnDownChart_idealTrajectory(num count);