Pie charts
"Options" means which CSS class name applied to the table
elements. Each following charts include the options of the preceding respective charts.
Requirement
WET v3.1 or later
Donnut preset wb-charts-donnut
New from WET 3.1.x release. This preset could be emulated for prior version, WET 3.1.x, by combining setting.
Donnut Preset Javascript Source Code
// FYI - The "Donnut" preset is already defined by default, this are just to show an example on how to create your own preset.
// In the global settings.js
var wet_boew_charts = {
preset: {
donnut: {
// Donnut setting
type: 'pie',
height: 250,
percentlegend: true,
pieinnerradius: 45,
pietilt: 50,
piehoverable: true,
decimal: 1,
piethreshold: 8,
legendinline: true,
piestartangle: 100
},
engnum: {
// Default setting
},
presetname: "URL of the setting to be loaded"
}
}
Series 1 | Series 2 | Series 3 | Series 4 | Series 5 | Series 6 | Series 7 | Series 8 | Series 9 | |
---|---|---|---|---|---|---|---|---|---|
Default | 7.7 | 10.10 | 4.4 | 14.14 | 15.15 | 7.7 | 23.23 | 8.8 | 12.12 |
Defaults
Options Added
- wet-boew-charts: Activate the charts and graph plugin
- wb-charts-pie: Generate a pie charts
- wb-charts-height-250: Force an height of 250 pixels.
Series 1 | Series 2 | Series 3 | Series 4 | Series 5 | Series 6 | Series 7 | Series 8 | Series 9 | |
---|---|---|---|---|---|---|---|---|---|
Default | 7 | 10 | 4 | 14 | 15 | 7 | 23 | 8 | 13 |
Sectors labeling
Options added
- wb-charts-percentlegend-true: Show the percent label on the sector
- wb-chart-nolegend-true: Hide the legend. The legend text will be added over their sector
Series 1 | Series 2 | Series 3 | Series 4 | Series 5 | Series 6 | Series 7 | Series 8 | Series 9 | |
---|---|---|---|---|---|---|---|---|---|
Default | 7 | 10 | 4 | 14 | 15 | 7 | 23 | 8 | 13 |
Donut hole
Options Added
- wb-charts-pieinnerradius-45: Percentage of the donut hole size.
Series 1 | Series 2 | Series 3 | Series 4 | Series 5 | Series 6 | Series 7 | Series 8 | Series 9 | |
---|---|---|---|---|---|---|---|---|---|
Default | 7 | 10 | 4 | 14 | 15 | 7 | 23 | 8 | 13 |
Tilted pie
Options Added
- wb-charts-pietilt-50: Percentage of tilt.
Series 1 | Series 2 | Series 3 | Series 4 | Series 5 | Series 6 | Series 7 | Series 8 | Series 9 | |
---|---|---|---|---|---|---|---|---|---|
Default | 7 | 10 | 4 | 14 | 15 | 7 | 23 | 8 | 13 |
Rectangular pie
Options Added
- wb-charts-pieradius-500000: Size of the drawed pie in pixels. The real pixel value is the number set divided by 100.
Series 1 | Series 2 | Series 3 | Series 4 | Series 5 | Series 6 | Series 7 | Series 8 | Series 9 | |
---|---|---|---|---|---|---|---|---|---|
Default | 7 | 10 | 4 | 14 | 15 | 7 | 23 | 8 | 13 |
Hovering Effect
Options Added
- wb-charts-piehoverable-true: Add a visual effect to the slice when hovered with the mouse.
Options Removed
- wb-charts-pieradius-500000
Series 1 | Series 2 | Series 3 | Series 4 | Series 5 | Series 6 | Series 7 | Series 8 | Series 9 | |
---|---|---|---|---|---|---|---|---|---|
Default | 7.7 | 10.10 | 4.4 | 14.14 | 15.15 | 7.7 | 23.23 | 8.8 | 12.12 |
Decimal precision
Options Added
- wb-charts-decimal-1: Indicate the number of decimal show in the percentage labels
Series 1 | Series 2 | Series 3 | Series 4 | Series 5 | Series 6 | Series 7 | Series 8 | Series 9 | |
---|---|---|---|---|---|---|---|---|---|
Default | 7.7 | 10.10 | 4.4 | 14.14 | 15.15 | 7.7 | 23.23 | 8.8 | 12.12 |
Labeling threshold
Options Added
- wb-charts-piethreshold-8: Hides the labels of any pie slice that is smaller than the specified percentage
- wb-charts-legendinline-true: Indicate that the labels will be show inline
Options Removed
- wb-chart-nolegend-true
Series 1 | Series 2 | Series 3 | Series 4 | Series 5 | Series 6 | Series 7 | Series 8 | Series 9 | |
---|---|---|---|---|---|---|---|---|---|
Default | 7.7 | 10.10 | 4.4 | 14.14 | 15.15 | 7.7 | 23.23 | 8.8 | 12.12 |
Start Angle
Options Added
- wb-charts-piestartangle-100: Factor of PI, multiplied by 100, used for the starting angle (in radians). For your reference the default value is 150.
Series 1 | Series 2 | Series 3 | Series 4 | Series 5 | Series 6 | Series 7 | Series 8 | Series 9 | |
---|---|---|---|---|---|---|---|---|---|
Default | 7.7 | 10.10 | 4.4 | 14.14 | 15.15 | 7.7 | 23.23 | 8.8 | 12.12 |
- Date modified: