• sitepen - Zooming, Scrolling, and Panning in Dojo Charting – 2008-05-15
• Dojo Docs – dojox.charting
• Dojo tests – Charts
• Developer Works – Customizing charts using Dojo – 2010-11-16
• Developer Works - Create dynamic graphs and charts using Dojo - 2010-11-02
Dojo Charting and Themes
The theme of a chart can be set with the "setTheme()" method. This takes as a parameter the object
representing the theme. A bunch of themes are pre-provided by Dojo.
See also:
• sitepen - Dive Into Dojo Chart Theming – 2012-11-09
• Theme Tester – 1.8
Dojo Gauges – dojox/dgauges
Dojo provides an extremely powerful set of gauges via the "dojox/dgauge" package.
This packages provides three primary styles of gauges. These are "Circular" where the gauge is a
circle, "Semi Circular" where the gauge is a semi-circle and "Rectangular" where the gauge is a
rectangle.
The dojox/dgauges package is super rich in function. This can make it difficult to use.
Fortunately, sets of predefined gauges have been provided that have been pre-styled and are ready
to use.
These come in the following categories:
• default
• black
• classic
• grey
• green
Within each of these stylings, there are four pre-defined gauge styles. These are:
• CircularLinearGauge
• SemiCircularLinearGauge
• HorizontalLinearGauge
• VerticalLinearGauge
Each gauge contains "elements" including:
• scale
Horizontal and Vertical gauges are broken into three parts:
Page 214
Kommentare zu diesen Handbüchern