class EnsPortal.Component.activityGraph
extends %ZEN.Component.composite
Example chart for TimeLine.
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.
property autoUpdate
as %Boolean [ InitialExpression = 1 ];
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