Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

ZENDemo.Dashboard

class ZENDemo.Dashboard extends %ZEN.Component.page

Zen SVG Dashboard Demonstration page

Method Inventory

Parameters

parameter APPLICATION = ZENDemo.Application;
Class name of application this page belongs to.
parameter DOMAIN;
Domain used for localization.
parameter PAGENAME = Home;
Displayed name of this page.

Methods

Return an array of quick links to be displayed by the locator bar.
clientmethod getChartData(series) [ Language = javascript ]
Callback to provide data for chart.
clientmethod getChartLabelX(val) [ Language = javascript ]
Callback to provide labels for chart.
classmethod getNewChartData() [ ZenMethod ]
Server-side method to calculate new chart data
clientmethod updateData() [ Language = javascript ]
Update components to show new data

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab