Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface EngineSettings

Interface specifies settings for Engine.

Index

Properties

Properties

Optional antialias

antialias: undefined | false | true

Set preference for antialising.

If set to true or undefined and browser supports antialising then the chart will be antialiased. If set to false or browser doesn't support antialising then the chart will not be antialiased.

Optional maxFps

maxFps: undefined | number

Max FPS (frames-per-second). Setting this will postpone rendering events that would otherwise happen, if it would result in FPS higher than the value.

NOTE: This property can't be used to accurately specify actual FPS as it is dictated by the browser. The purpose for 'maxFps' is to limit unnecessary rendering loads where they are not needed.