settings

Namespace

settings

Global JSROOT settings

.

Description:
  • Global JSROOT settings

Source:

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) AxisTiltAngle

Angle in degree for axis labels tilt when available space is not enough

Source:

(static) BrowserWidth

default left area width in browser layout

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) DislpayKind

default display kind for the hierarchy painter

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:
Deprecated:
  • Use gStyle.fPad[Left/Right/Top/Bottom]Margin values instead

(static) FuncAsCurve

Draw TF1 by default as curve or line

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

Description:
  • Can be disabled to prevent keys heandling in complex HTML layouts

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

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

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

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

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, can be false, true or 'modal'

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) StripAxisLabels

Strip axis labels trailing 0 or replace 10^0 by 1

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

Description:
  • 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 Can be disabled by providing &usestamp=false in URL or via Settings/Files sub-menu

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 Can be disabled by providing &usestamp=false in URL or via Settings/Files sub-menu

(static) WithCredentials

Configure xhr.withCredentials = true when submitting http requests from JSROOT

Source:

(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) ZValuesFormat

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

Source:

(static) ZoomMouse

Zooming with the mouse events

Source:

(static) ZoomTouch

Zooming on touch devices

Source:

(static) ZoomWheel

Zooming with mouse wheel

Source:

(static) Zooming

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

Source: