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