public function Timeline::setScaleToHuman in Views TimelineJS integration 8.3
Sets the timeline's scale to human.
Overrides TimelineInterface::setScaleToHuman
File
- src/
TimelineJS/ Timeline.php, line 83
Class
- Timeline
- Defines a TimelineJS3 timeline.
Namespace
Drupal\views_timelinejs\TimelineJSCode
public function setScaleToHuman() {
$this->scale = 'human';
}