settings

settings

Source:

Global JSROOT settings

Members

(static) ApproxTextSize

calculation of text size consumes time and can be skipped to improve performance (but with side effects on text adjustments)

Source:

(static) AutoStat

Automatically create stats box, default on

Source:

(static) CanAdjustFrame

if frame position can be adjusted to let show axis or colz labels

Source:

(static) CanEnlarge

if drawing inside particular div can be enlarged on full window

Source:

(static) ContextMenu

Enables context menu usage

Source:

(static) DarkMode

Configures dark mode for the GUI

Source:

(static) DragAndDrop

enables drag and drop functionality

Source:

(static) DragGraphs

Interactive dragging of TGraph points

Source:

(static) Embed3D

Way to embed 3D drawing in SVG, see constants.Embed3D for possible values

Source:

(static) FrameNDC

Default frame position in NFC

Source:

(static) GeoCompressComp

Enables faces compression after creation of composite shape

Source:

(static) GeoGradPerSegm

Grads per segment in TGeo spherical shapes like tube

Source:

(static) HandleKeys

Configures keybord key press handling

Source:
Default Value:
  • true

Can be disabled to prevent keys heandling in complex HTML layouts

(static) HandleWrongHttpResponse

Let detect and solve problem when browser returns wrong content-length parameter

Source:
Default Value:
  • false

See jsroot#189 for more info Can be enabled by adding 'wrong_http_response' parameter to URL when using JSROOT UI

(static) HierarchyLimit

how many items shown on one level of hierarchy

Source:

(static) IgnoreUrlOptions

if true, ignore all kind of URL options in the browser URL

Source:

(static) Latex

Configures Latex usage, see constants.Latex for possible values

Source:

(static) MaxRanges

Maximal number of bytes ranges in http 'Range' header

Source:
Default Value:
  • 200

Some http server has limitations for number of bytes rannges therefore let change maximal number via setting

(static) MoveResize

Enables move and resize of elements like statbox, title, pave, colz

Source:

(static) OnlyLastCycle

Show only last cycle for objects in TFile

Source:

(static) OptimizeDraw

Histogram drawing optimization: 0 - disabled, 1 - only for large (>5000 1d bins, >50 2d bins) histograms, 2 - always

Source:

(static) Palette

Default color palette id

Source:

(static) PreferSavedPoints

Prefer to use saved points in TF1/TF2, avoids eval() and Function() when possible

Source:

(static) ProgressBox

Show progress box

Source:

(static) Render3D

Render of 3D drawing methods, see constants.Render3D for possible values

Source:

(static) Render3DBatch

3D drawing methods in batch mode, see constants.Render3D for possible values

Source:

(static) SkipStreamerInfos

Skip streamer infos from the GUI

Source:

(static) SmallPad

size of pad, where many features will be deactivated like text draw or zooming

Source:

(static) ToolBar

Show additional tool buttons on the canvas, false - disabled, true - enabled, 'popup' - only toggle button

Source:

(static) ToolBarSide

Position of toolbar 'left' left-bottom corner on canvas, 'right' - right-bottom corner on canvas, opposite on sub-pads

Source:

(static) ToolBarVert

display tool bar vertical (default false)

Source:

(static) Tooltip

Enable or disable tooltips, default on

Source:

(static) TooltipAnimation

Time in msec for appearance of tooltips, 0 - no animation

Source:

(static) UseStamp

Tweak browser caching with stamp URL parameter

Source:
Default Value:
  • true

When specified, extra URL parameter like ?stamp=unique_value append to each files loaded In such case browser will be forced to load file content disregards of server cache settings

(static) XValuesFormat

custom format for all X values, when not specified gStyle.fStatFormat is used

Source:

(static) YValuesFormat

custom format for all Y values, when not specified gStyle.fStatFormat is used

Source:

(static) Zooming

Global zooming flag, enable/disable any kind of interactive zooming

Source:

(static) ZoomMouse

Zooming with the mouse events

Source:

(static) ZoomTouch

Zooming on touch devices

Source:

(static) ZoomWheel

Zooming with mouse wheel

Source:

(static) ZValuesFormat

custom format for all Z values, when not specified gStyle.fStatFormat is used

Source: