JSignage Graph plugin
From SpinetiX Support Wiki
(Redirected from JSignage:Graph API)
Contents
Introduction
jSignage Graph library is a JSignage plugin that can be used to add graphs to digital signage content. Several chart widgets and gauge widgets are provided starting with Elementi 3.1 to cover basic needs. For anything else, you can manually generate charts and gauges using the methods exposed by this plugin.
jSignage.Graph.js must be included in the document, after the jSignage.js library. It requires 3.1.0 firmware or greater.
<script xlink:href="http://download.spinetix.com/spxjslibs/jSignage.js"/>
<script xlink:href="http://download.spinetix.com/spxjslibs/jSignage.Graph.js"/>
Charts
Gauges
API
This plugin extends the jSignage object, adding an jSignage.Graphs
object property, having the following methods bound to it:
-
areaChart()
-
barChart()
-
bubbleChart()
-
circularBarGauge()
-
circularGauge()
-
columnChart()
-
groupedBarChart()
-
groupedCircularBarGauge()
-
groupedColumnChart()
-
groupedHorizontalBarGauge()
-
groupedVerticalBarGauge()
-
horizontalBarGauge()
-
horizontalGauge()
-
lineChart()
-
multiAreaChart()
-
multiBubbleChart()
-
multiLineChart()
-
multiScatterChart()
-
percentageAreaChart()
-
percentageBarChart()
-
percentageColumnChart()
-
pieChart()
-
scatterChart()
-
stackedAndGroupedBarChart()
-
stackedAndGroupedCircularBarGauge()
-
stackedAndGroupedColumnChart()
-
stackedAndGroupedHorizontalBarGauge()
-
stackedAndGroupedVerticalBarGauge()
-
stackedAreaChart()
-
stackedBarChart()
-
stackedCircularBarGauge()
-
stackedColumnChart()
-
stackedHorizontalBarGauge()
-
stackedVerticalBarGauge()
-
verticalBarGauge()
-
verticalGauge()
History
- 2012-05-11: Started the development of the jSignage.Graph library.
- 2014-10-13: Version 1.0.0 is included within the 3.1.0 release of HMP firmware and Elementi software.
- 2015-08-07: Version 1.0.1, included within the 3.2.0 release of the HMP firmware.
- 2019-08-05: Version 1.0.2, included within the firmware 4.4.3.
- 2019-08-19: Version 1.0.3, included within the firmware 3.4.7.
- 2020-04-20: Version 1.0.3, included within the firmware 4.5.0.
- 2020-10-05: Version 1.0.4, included within the release 4.6.1.