Members
(static) ApproxTextSize
calculation of text size consumes time and can be skipped to improve performance (but with side effects on text adjustments)
(static) AutoStat
Automatically create stats box, default on
(static) AxisTiltAngle
Angle in degree for axis labels tilt when available space is not enough
(static) BrowserWidth
default left area width in browser layout
(static) CanAdjustFrame
if frame position can be adjusted to let show axis or colz labels
(static) CanEnlarge
if drawing inside particular div can be enlarged on full window
(static) ContextMenu
Enables context menu usage
(static) DarkMode
Configures dark mode for the GUI
(static) DislpayKind
default display kind for the hierarchy painter
(static) DragAndDrop
enables drag and drop functionality
(static) DragGraphs
Interactive dragging of TGraph points
(static) Embed3D
Way to embed 3D drawing in SVG, see constants.Embed3D
for possible values
(static) FrameNDC
Default frame position in NFC
(static) FuncAsCurve
Draw TF1 by default as curve or line
(static) GeoCompressComp
Enables faces compression after creation of composite shape
(static) GeoGradPerSegm
Grads per segment in TGeo spherical shapes like tube
(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
(static) IgnoreUrlOptions
if true, ignore all kind of URL options in the browser URL
(static) Latex
Configures Latex usage, see constants.Latex
for possible values
(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
(static) NewTabUrl
Page URL which will be used to show item in new tab, jsroot main dir used by default
(static) NewTabUrlExportSettings
Export different settings in output URL
(static) NewTabUrlPars
Extra parameters which will be append to the url when item shown in new tab
(static) OnlyLastCycle
Show only last cycle for objects in TFile
(static) OptimizeDraw
Histogram drawing optimization: 0 - disabled, 1 - only for large (>5000 1d bins, >50 2d bins) histograms, 2 - always
(static) Palette
Default color palette id
(static) PreferSavedPoints
Prefer to use saved points in TF1/TF2, avoids eval() and Function() when possible
(static) ProgressBox
Show progress box, can be false, true or 'modal'
(static) Render3D
Render of 3D drawing methods, see constants.Render3D
for possible values
(static) Render3DBatch
3D drawing methods in batch mode, see constants.Render3D
for possible values
(static) SkipStreamerInfos
Skip streamer infos from the GUI
(static) SmallPad
size of pad, where many features will be deactivated like text draw or zooming
(static) StripAxisLabels
Strip axis labels trailing 0 or replace 10^0 by 1
(static) TimeZone
Time zone used for date/time display of file time
(static) ToolBar
Show additional tool buttons on the canvas, false - disabled, true - enabled, 'popup' - only toggle button
(static) ToolBarSide
Position of toolbar 'left' left-bottom corner on canvas, 'right' - right-bottom corner on canvas, opposite on sub-pads
(static) ToolBarVert
display tool bar vertical (default false)
(static) Tooltip
Enable or disable tooltips, default on
(static) TooltipAnimation
Time in msec for appearance of tooltips, 0 - no animation
(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
(static) XValuesFormat
custom format for all X values, when not specified gStyle.fStatFormat
is used
(static) YValuesFormat
custom format for all Y values, when not specified gStyle.fStatFormat
is used
(static) ZValuesFormat
custom format for all Z values, when not specified gStyle.fStatFormat
is used
(static) ZoomMouse
Zooming with the mouse events
(static) ZoomTouch
Zooming on touch devices
(static) ZoomWheel
Zooming with mouse wheel
(static) Zooming
Global zooming flag, enable/disable any kind of interactive zooming