@nebula.js/sn-pie-chart 2.0.2 → 2.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/api-specifications/properties.json +1 -1
- package/core/esm/index.js +5 -5
- package/dist/sn-pie-chart.js +3 -3
- package/dist/sn-pie-chart.systemjs.js +2 -2
- package/package.json +1 -1
- package/sn-pie-chart-ext/dist/sn-pie-chart.js +3 -3
- package/sn-pie-chart-ext/sn-pie-chart.qext +1 -1
- package/api-specifications/api.md +0 -588
- package/api-specifications/plugins.md +0 -90
|
@@ -1,90 +0,0 @@
|
|
|
1
|
-
# Plugins Arguments
|
|
2
|
-
|
|
3
|
-
- [pluginArguments](#pluginArguments) : <code>object</code>
|
|
4
|
-
- [.layout](#pluginArguments.layout) : <code>object</code>
|
|
5
|
-
- [.keys](#pluginArguments.keys) : <code>object</code>
|
|
6
|
-
- [.SCALE](#pluginArguments.keys.SCALE) : <code>object</code>
|
|
7
|
-
- [.FILL](#pluginArguments.keys.SCALE.FILL) : <code>string</code>
|
|
8
|
-
- [.COMPONENT](#pluginArguments.keys.COMPONENT) : <code>object</code>
|
|
9
|
-
- [.DIMENSION_TITLE](#pluginArguments.keys.COMPONENT.DIMENSION_TITLE) : <code>string</code>
|
|
10
|
-
- [.SLICES](#pluginArguments.keys.COMPONENT.SLICES) : <code>string</code>
|
|
11
|
-
- [.PIE_LABELS](#pluginArguments.keys.COMPONENT.PIE_LABELS) : <code>string</code>
|
|
12
|
-
|
|
13
|
-
---
|
|
14
|
-
|
|
15
|
-
<a name="pluginArguments.layout"></a>
|
|
16
|
-
|
|
17
|
-
### pluginArguments.layout : <code>object</code>
|
|
18
|
-
|
|
19
|
-
The layout from the enigma model.
|
|
20
|
-
|
|
21
|
-
**Kind**: static property of [<code>pluginArguments</code>](#pluginArguments)
|
|
22
|
-
<a name="pluginArguments.keys"></a>
|
|
23
|
-
|
|
24
|
-
### pluginArguments.keys : <code>object</code>
|
|
25
|
-
|
|
26
|
-
The keys (references) to different types of chart internals
|
|
27
|
-
|
|
28
|
-
**Kind**: static property of [<code>pluginArguments</code>](#pluginArguments)
|
|
29
|
-
|
|
30
|
-
- [.keys](#pluginArguments.keys) : <code>object</code>
|
|
31
|
-
- [.SCALE](#pluginArguments.keys.SCALE) : <code>object</code>
|
|
32
|
-
- [.FILL](#pluginArguments.keys.SCALE.FILL) : <code>string</code>
|
|
33
|
-
- [.COMPONENT](#pluginArguments.keys.COMPONENT) : <code>object</code>
|
|
34
|
-
- [.DIMENSION_TITLE](#pluginArguments.keys.COMPONENT.DIMENSION_TITLE) : <code>string</code>
|
|
35
|
-
- [.SLICES](#pluginArguments.keys.COMPONENT.SLICES) : <code>string</code>
|
|
36
|
-
- [.PIE_LABELS](#pluginArguments.keys.COMPONENT.PIE_LABELS) : <code>string</code>
|
|
37
|
-
|
|
38
|
-
<a name="pluginArguments.keys.SCALE"></a>
|
|
39
|
-
|
|
40
|
-
#### keys.SCALE : <code>object</code>
|
|
41
|
-
|
|
42
|
-
The scales associated with the pie chart.
|
|
43
|
-
They are useful if you want to, via plugin, add a new component that
|
|
44
|
-
uses the same scale as one of the measures.
|
|
45
|
-
|
|
46
|
-
**Kind**: static property of [<code>keys</code>](#pluginArguments.keys)
|
|
47
|
-
<a name="pluginArguments.keys.SCALE.FILL"></a>
|
|
48
|
-
|
|
49
|
-
##### SCALE.FILL : <code>string</code>
|
|
50
|
-
|
|
51
|
-
The scale used for coloring the slices
|
|
52
|
-
|
|
53
|
-
**Kind**: static property of [<code>SCALE</code>](#pluginArguments.keys.SCALE)
|
|
54
|
-
<a name="pluginArguments.keys.COMPONENT"></a>
|
|
55
|
-
|
|
56
|
-
#### keys.COMPONENT : <code>object</code>
|
|
57
|
-
|
|
58
|
-
The unique keys of the existing components available in the pie chart.
|
|
59
|
-
They are useful if you want to extend or override the existing components.
|
|
60
|
-
|
|
61
|
-
**Kind**: static property of [<code>keys</code>](#pluginArguments.keys)
|
|
62
|
-
|
|
63
|
-
- [.COMPONENT](#pluginArguments.keys.COMPONENT) : <code>object</code>
|
|
64
|
-
- [.DIMENSION_TITLE](#pluginArguments.keys.COMPONENT.DIMENSION_TITLE) : <code>string</code>
|
|
65
|
-
- [.SLICES](#pluginArguments.keys.COMPONENT.SLICES) : <code>string</code>
|
|
66
|
-
- [.PIE_LABELS](#pluginArguments.keys.COMPONENT.PIE_LABELS) : <code>string</code>
|
|
67
|
-
|
|
68
|
-
<a name="pluginArguments.keys.COMPONENT.DIMENSION_TITLE"></a>
|
|
69
|
-
|
|
70
|
-
##### COMPONENT.DIMENSION_TITLE : <code>string</code>
|
|
71
|
-
|
|
72
|
-
The dimension title component
|
|
73
|
-
|
|
74
|
-
**Kind**: static property of [<code>COMPONENT</code>](#pluginArguments.keys.COMPONENT)
|
|
75
|
-
<a name="pluginArguments.keys.COMPONENT.SLICES"></a>
|
|
76
|
-
|
|
77
|
-
##### COMPONENT.SLICES : <code>string</code>
|
|
78
|
-
|
|
79
|
-
The slices component
|
|
80
|
-
|
|
81
|
-
**Kind**: static property of [<code>COMPONENT</code>](#pluginArguments.keys.COMPONENT)
|
|
82
|
-
<a name="pluginArguments.keys.COMPONENT.PIE_LABELS"></a>
|
|
83
|
-
|
|
84
|
-
##### COMPONENT.PIE_LABELS : <code>string</code>
|
|
85
|
-
|
|
86
|
-
The pie labels component
|
|
87
|
-
|
|
88
|
-
**Kind**: static property of [<code>COMPONENT</code>](#pluginArguments.keys.COMPONENT)
|
|
89
|
-
|
|
90
|
-
# Definitions
|