You are here

public function Timeline::getScale in Views TimelineJS integration 7.3

Returns the timeline's scale.

Overrides TimelineInterface::getScale

File

src/Timeline.php, line 95

Class

Timeline
Defines a TimelineJS3 timeline.

Code

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