You are here

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\TimelineJS

Code

public function getScale() {
  return $this->scale;
}