A selection of SVG graphs - can display values sent by JSON.
Axis1 | A graph axis, 720 pixels high, and 960 width, with further space around it for graph labels - and should normally be set in an svg space of 1000 high, 1300 width. This widget has a container into which you would insert further Points or Lines widgets which contain the data to be plotted. |
Axis2 | A graph axis can be set with scale size, normally set in an svg space, used to contain further widgets displaying points. |
Axis3 | A graph axis with string labels set along the x and y axis, normally set in an svg space, used to contain further widgets displaying points. |
Chart1 | A chart filled with a list of values from the right to the left. |
Graph48Hr | A 48 hour graph of values against datetime.datetime objects. |
Lines | Normally placed within an Axis widget container, provides a set of points linked by lines to be shown on the graph axis. |
Points | Normally placed within an Axis widget container, provides a set of points to be shown on the graph axis. |
StarChart | A 500 unit diameter circle displaying a stereographic projection of stars. |
StarChartXY | A 500 unit diameter circle displaying stars given as pixel XY coordinates with circle centre as origin. Stars JSON settable. |
XBars | Normally placed within an Axis widget container, provides a set of vertical bars to be shown on the graph axis. |
YBars | Normally placed within an Axis widget container, provides a set of horizontal bars to be shown on the graph axis. |