Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [EnsPortal] >  [Component] >  [activityGraph]
Private  Storage   

class EnsPortal.Component.activityGraph extends %ZEN.Component.composite

Example chart for TimeLine.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
2 1 6


Summary

Properties
%condition %import %includeFiles %page
%resource align autoUpdate aux
cellAlign cellSize cellStyle cellVAlign
children childrenCreated composite containerStyle
disabled dragEnabled dropEnabled enclosingClass
enclosingStyle error groupClass groupStyle
height hidden hint hintClass
hintStyle id index label
labelClass labelDisabledClass labelPosition labelStyle
layout name onafterdrag onbeforedrag
onclick ondrag ondrop onhide
onrefresh onshow onupdate parent
showLabel slice title tuple
valign visible width window

Methods
%AddChild %AddChildAfter %AddChildBefore %AddToSaveSet
%Attr %BindExport %ClassIsLatestVersion %ClassName
%ConstructClone %CreateComposite %DispatchClassMethod %DispatchGetModified
%DispatchGetProperty %DispatchMethod %DispatchSetModified %DispatchSetMultidimProperty
%DispatchSetProperty %DrawComponentHTML %DrawHTML %DrawJSStrings
%EnclosingDivId %Eval %EvalC %Extends
%ForceClientRender %GetChildById %GetChildIndex %GetEventHandlers
%GetPaneContents %GetParameter %GetXMLName %IsA
%IsModified %MakeId %New %NormalizeObject
%ObjectModified %OnAddToPageAfter %OnAddToPageBefore %OnAfterCreateComposite
%OnDetermineCSSLevel %OnDrawEnclosingDiv %OnDrawObjectProperties %OnMutateChildren
%OnObjectSynch %OnSubmit %OnZENDeserialize %OriginalNamespace
%PackageName %QuoteValue %QuoteValueL10N %RemoveChild
%RemoveChildren %RemoveFromSaveSet %Self %SerializeObject
%SetModified %ValidateObject GetHistoryData TraverseHostCounters
XMLDTD XMLExport XMLExportToStream XMLExportToString
XMLNew XMLSchema XMLSchemaNamespace XMLSchemaType
addChild addChildAfter addChildBefore changeTimeFrame
childrenMutated dragFinishHandler dragHandler dragNotifyHandler
dragStartHandler dropHandler dropStartHandler exposeComponent
findElement fireOnUpdateEvent getChildById getChildIndex
getEnclosingDiv getHidden getHintElement getLabelElement
getProperty getSettings getType invokeSuper
isOfType makeId onCreate onDelete
onDisplayHandler onEndModalHandler onPopupAction onRefreshContents
onSerialize onStartModalHandler ondisabledHandler onloadHandler
onunloadHandler onupdateHandler refreshContents removeChild
render renderContents renderSVG setConfigName
setHidden setOverlayMode setProperty setPropertyAll
startProgressBar stopProgressBar


Parameters

• parameter NAMESPACE = "http://www.intersystems.com/EnsPortal";
Namespace for this
• parameter USECOMMONDIRECTORY = 1;
If true, then the include files generated for this component, are placed in the common /csp/broker directory and not the local /csp/*namespace* directory.
This is intended for use with packages that are mapped so as to be visible to every namespace.
All Zen classes within the same package must have the same value for this parameter. It is the developer's responsibility to ensure this.

Properties

• property autoUpdate as %Boolean [ InitialExpression = 1 ];

Methods

• method %OnDetermineCSSLevel() as %Integer
This callback method determines lets a page specify level of CSS support is used by this page. The default is to return "", which indicates that the built-in ZEN CSS level detection is used. A page can override this and return 2 or 3.
• method GetHistoryData(ByRef pParameters, Output pMetaData, Output pData) as %Status
Get History data for the JSON provider.
• method TraverseHostCounters(startDate As %Integer, startTime As %Integer, timeSlice As %Integer, configName As %String = "", timeFrame As %String, configSubscript As %String = "_")
Get totals of InterSystems IRIS host counters for each time slice startDate, startTime start of period for graph, specified in UTC timeSlice - size of time "buckets" in seconds
• method changeTimeFrame() [ Language = javascript ]
Change time frame, reload data from server.
• method onloadHandler() [ Language = javascript ]
This client event, if present, is fired when the page is loaded.
• method setConfigName(confName) [ Language = javascript ]
Set the selected configuration name


Copyright (c) 2025 by InterSystems Corporation. Cambridge, Massachusetts, U.S.A. All rights reserved. Confidential property of InterSystems Corporation.