playbook_ui_docs 15.0.0.pre.alpha.removewebpacker10550 → 15.0.0.pre.alpha.removewebpacker10589
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.
- checksums.yaml +4 -4
- data/app/pb_kits/playbook/pb_card/docs/_card_highlight.html.erb +3 -0
- data/app/pb_kits/playbook/pb_card/docs/_card_highlight.jsx +8 -0
- data/app/pb_kits/playbook/pb_passphrase/docs/_passphrase_breached.html.erb +3 -3
- data/app/pb_kits/playbook/pb_passphrase/docs/_passphrase_common.html.erb +3 -3
- data/app/pb_kits/playbook/pb_passphrase/docs/_passphrase_confirmation.html.erb +3 -3
- data/app/pb_kits/playbook/pb_passphrase/docs/_passphrase_meter_settings.html.erb +3 -3
- data/app/pb_kits/playbook/pb_passphrase/docs/_passphrase_strength_change.html.erb +3 -3
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_block_content.html.erb +31 -0
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_block_content.jsx +81 -0
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_color_overrides.html.erb +25 -0
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_color_overrides.jsx +40 -0
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_color_overrides.md +5 -0
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_custom_tooltip.html.erb +27 -0
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_custom_tooltip.jsx +39 -0
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_custom_tooltip.md +5 -0
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_data_legend_position.html.erb +93 -0
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_data_legend_position.jsx +131 -0
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_data_legend_position.md +14 -0
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_data_with_labels.html.erb +42 -0
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_data_with_labels.jsx +58 -0
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_data_with_legend.html.erb +24 -0
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_data_with_legend.jsx +38 -0
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_default.html.erb +22 -0
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_default.jsx +33 -0
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_inner_sizes.html.erb +118 -0
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_inner_sizes.jsx +144 -0
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_live_data.jsx +60 -0
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_rounded.html.erb +24 -0
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_rounded.jsx +42 -0
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_with_title.html.erb +38 -0
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_with_title.jsx +52 -0
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/example.yml +29 -0
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/index.js +11 -0
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_preview.html.erb +2 -2
- data/dist/playbook-doc.js +2 -2
- metadata +28 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ecd277e3c8901985abddf613ce9f7e0abb2db8bf98f84fd06f1f05fc32478f86
|
4
|
+
data.tar.gz: 90633cbff18f4fa907ff29275ca51cf66c95112a485444cf98cb37f16371ad61
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bc7b736871904e235ad72579ce289550b59156818e82b995def16d171ec41fbfe3a7954428b9ad389232184c990984e59fe791904d8243b24bdc343293c7e52c
|
7
|
+
data.tar.gz: 724e729c87da6544fb8b0d138ccac17f6308d718d4389a648c86cb0634c93e20f2bbc35a1cff8c554e23470e4bbb182f1842e378ae0b86f24c56c3cdc83026d3
|
@@ -4,6 +4,9 @@
|
|
4
4
|
<%= pb_rails("card", props: {highlight: {position: "top", color:"warning"}, margin_bottom: "sm"}) do %>
|
5
5
|
Top Position & Warning Color
|
6
6
|
<% end %>
|
7
|
+
<%= pb_rails("card", props: {highlight: {position: "right_side", color:"product_5_highlight"}, margin_bottom: "sm"}) do %>
|
8
|
+
Right Side Position & Product 5 Highlight Color
|
9
|
+
<% end %>
|
7
10
|
<%= pb_rails("card", props: {highlight: {position: "side", color:"category_2"}, margin_bottom: "sm"}) do %>
|
8
11
|
Side Position & Category 2 Color
|
9
12
|
<% end %>
|
@@ -21,6 +21,14 @@ const CardHighlight = (props) => {
|
|
21
21
|
{'Top Position & Warning Color'}
|
22
22
|
</Card>
|
23
23
|
|
24
|
+
<Card
|
25
|
+
{...props}
|
26
|
+
highlight={{ position: 'right_side', color: 'product_5_highlight' }}
|
27
|
+
marginBottom="sm"
|
28
|
+
>
|
29
|
+
{'Right Side Position & Product 5 Highlight Color'}
|
30
|
+
</Card>
|
31
|
+
|
24
32
|
<Card
|
25
33
|
{...props}
|
26
34
|
highlight={{ position: 'side', color: 'category_2' }}
|
@@ -4,8 +4,8 @@
|
|
4
4
|
|
5
5
|
<%= pb_rails("caption", props: { size: 'xs', text: "hello", id: "caption_breached" }) %>
|
6
6
|
|
7
|
-
|
8
|
-
window.addEventListener("
|
7
|
+
<script>
|
8
|
+
window.addEventListener("load", () => {
|
9
9
|
|
10
10
|
// variables for the kits you are targeting
|
11
11
|
const passphrase = document.querySelector(".passphrase_breached").querySelector("input")
|
@@ -142,4 +142,4 @@
|
|
142
142
|
});
|
143
143
|
|
144
144
|
})
|
145
|
-
|
145
|
+
</script>
|
@@ -10,8 +10,8 @@
|
|
10
10
|
<%= pb_rails("caption", props: { size: 'xs', text: "hello", id: "caption_common" }) %>
|
11
11
|
|
12
12
|
|
13
|
-
|
14
|
-
window.addEventListener("
|
13
|
+
<script>
|
14
|
+
window.addEventListener("load", () => {
|
15
15
|
|
16
16
|
const commonText = document.querySelector("#body_common")
|
17
17
|
|
@@ -133,4 +133,4 @@
|
|
133
133
|
});
|
134
134
|
|
135
135
|
})
|
136
|
-
|
136
|
+
</script>
|
@@ -4,8 +4,8 @@
|
|
4
4
|
|
5
5
|
<div id="match"> </div>
|
6
6
|
|
7
|
-
|
8
|
-
window.addEventListener("
|
7
|
+
<script>
|
8
|
+
window.addEventListener("load", () => {
|
9
9
|
|
10
10
|
const useState = (defaultValue) => {
|
11
11
|
let value = defaultValue;
|
@@ -48,4 +48,4 @@
|
|
48
48
|
|
49
49
|
}
|
50
50
|
})
|
51
|
-
|
51
|
+
</script>
|
@@ -32,8 +32,8 @@
|
|
32
32
|
|
33
33
|
|
34
34
|
|
35
|
-
|
36
|
-
window.addEventListener("
|
35
|
+
<script>
|
36
|
+
window.addEventListener("load", () => {
|
37
37
|
|
38
38
|
|
39
39
|
// variables for the passphrase kits you are targeting
|
@@ -320,4 +320,4 @@
|
|
320
320
|
|
321
321
|
|
322
322
|
})
|
323
|
-
|
323
|
+
</script>
|
@@ -7,8 +7,8 @@
|
|
7
7
|
<%= pb_rails("text_input", props: { label: "Passphrase Strength", value: "0", disabled: true, id: "calc_strength_change" }) %>
|
8
8
|
|
9
9
|
|
10
|
-
|
11
|
-
window.addEventListener("
|
10
|
+
<script>
|
11
|
+
window.addEventListener("load", () => {
|
12
12
|
|
13
13
|
// variables for the kits you are targeting
|
14
14
|
const passphrase = document.querySelector(".passphrase_change").querySelector("input")
|
@@ -120,4 +120,4 @@
|
|
120
120
|
});
|
121
121
|
|
122
122
|
})
|
123
|
-
|
123
|
+
</script>
|
@@ -0,0 +1,31 @@
|
|
1
|
+
<% data = [
|
2
|
+
{
|
3
|
+
name: "Waiting for Calls",
|
4
|
+
y: 41,
|
5
|
+
},
|
6
|
+
{
|
7
|
+
name: "On Call",
|
8
|
+
y: 49,
|
9
|
+
},
|
10
|
+
{
|
11
|
+
name: "After Call",
|
12
|
+
y: 10,
|
13
|
+
},
|
14
|
+
] %>
|
15
|
+
|
16
|
+
<% chart_options = {
|
17
|
+
series: [{
|
18
|
+
data: data,
|
19
|
+
innerSize: '100%',
|
20
|
+
borderWidth: '20',
|
21
|
+
}],
|
22
|
+
} %>
|
23
|
+
|
24
|
+
<div style="position: relative;">
|
25
|
+
<%= pb_rails("pb_circle_chart", props: { options: chart_options }) %>
|
26
|
+
|
27
|
+
<div class="pb-circle-chart-block"
|
28
|
+
style="position: absolute; inset: 0; display: flex; justify-content: center; align-items: center; z-index: 1; text-align: center; pointer-events: none;">
|
29
|
+
<%= pb_rails("title", props: { size: 1, tag: "div", text: "83" }) %>
|
30
|
+
</div>
|
31
|
+
</div>
|
@@ -0,0 +1,81 @@
|
|
1
|
+
import React from "react";
|
2
|
+
import { PbCircleChart, Title } from "playbook-ui";
|
3
|
+
|
4
|
+
const data= [
|
5
|
+
{
|
6
|
+
name: "Waiting for Calls",
|
7
|
+
y: 41,
|
8
|
+
},
|
9
|
+
{
|
10
|
+
name: "On Call",
|
11
|
+
y: 49,
|
12
|
+
},
|
13
|
+
{
|
14
|
+
name: "After Call",
|
15
|
+
y: 10,
|
16
|
+
},
|
17
|
+
]
|
18
|
+
|
19
|
+
|
20
|
+
const PbCircleChartBlockContent = (props) => {
|
21
|
+
const chartOptions = {
|
22
|
+
series: [{
|
23
|
+
data: data,
|
24
|
+
innerSize: '100%',
|
25
|
+
borderWidth: 20,
|
26
|
+
borderColor: null,
|
27
|
+
}],
|
28
|
+
chart: {
|
29
|
+
events: {
|
30
|
+
render: function() {
|
31
|
+
const chart = this;
|
32
|
+
const blockElement = document.querySelector('.pb-circle-chart-block');
|
33
|
+
if (blockElement) {
|
34
|
+
blockElement.style.width = chart.chartWidth + 'px';
|
35
|
+
blockElement.style.height = chart.chartHeight + 'px';
|
36
|
+
}
|
37
|
+
},
|
38
|
+
redraw: function() {
|
39
|
+
const chart = this;
|
40
|
+
const blockElement = document.querySelector('.pb-circle-chart-block');
|
41
|
+
if (blockElement) {
|
42
|
+
blockElement.style.width = chart.chartWidth + 'px';
|
43
|
+
blockElement.style.height = chart.chartHeight + 'px';
|
44
|
+
}
|
45
|
+
}
|
46
|
+
}
|
47
|
+
}
|
48
|
+
}
|
49
|
+
|
50
|
+
return (
|
51
|
+
<div style={{ position: 'relative' }}>
|
52
|
+
<PbCircleChart
|
53
|
+
options={chartOptions}
|
54
|
+
{...props}
|
55
|
+
/>
|
56
|
+
<div
|
57
|
+
className="pb-circle-chart-block"
|
58
|
+
style={{
|
59
|
+
position: 'absolute',
|
60
|
+
top: 0,
|
61
|
+
left: 0,
|
62
|
+
display: 'flex',
|
63
|
+
justifyContent: 'center',
|
64
|
+
alignItems: 'center',
|
65
|
+
zIndex: 1,
|
66
|
+
textAlign: 'center',
|
67
|
+
pointerEvents: 'none'
|
68
|
+
}}
|
69
|
+
>
|
70
|
+
<Title
|
71
|
+
size={1}
|
72
|
+
tag="div"
|
73
|
+
>
|
74
|
+
{'83'}
|
75
|
+
</Title>
|
76
|
+
</div>
|
77
|
+
</div>
|
78
|
+
);
|
79
|
+
};
|
80
|
+
|
81
|
+
export default PbCircleChartBlockContent;
|
@@ -0,0 +1,25 @@
|
|
1
|
+
<% data = [
|
2
|
+
{
|
3
|
+
name: "Waiting for Calls",
|
4
|
+
y: 41,
|
5
|
+
},
|
6
|
+
{
|
7
|
+
name: "On Call",
|
8
|
+
y: 49,
|
9
|
+
},
|
10
|
+
{
|
11
|
+
name: "After Call",
|
12
|
+
y: 10,
|
13
|
+
},
|
14
|
+
] %>
|
15
|
+
|
16
|
+
<% chart_options = {
|
17
|
+
series: [{ data: data }],
|
18
|
+
plotOptions: {
|
19
|
+
pie: {
|
20
|
+
colors: ["#144075", "#1CA05C", "#F9BB00"],
|
21
|
+
},
|
22
|
+
},
|
23
|
+
} %>
|
24
|
+
|
25
|
+
<%= pb_rails("pb_circle_chart", props: { options: chart_options }) %>
|
@@ -0,0 +1,40 @@
|
|
1
|
+
import React from "react";
|
2
|
+
import { PbCircleChart, colors } from "playbook-ui";
|
3
|
+
|
4
|
+
const data= [
|
5
|
+
{
|
6
|
+
name: "Waiting for Calls",
|
7
|
+
y: 41,
|
8
|
+
},
|
9
|
+
{
|
10
|
+
name: "On Call",
|
11
|
+
y: 49,
|
12
|
+
},
|
13
|
+
{
|
14
|
+
name: "After Call",
|
15
|
+
y: 10,
|
16
|
+
},
|
17
|
+
]
|
18
|
+
|
19
|
+
|
20
|
+
const PbCircleChartColorOverrides = (props) => {
|
21
|
+
const chartOptions = {
|
22
|
+
series: [{ data: data }],
|
23
|
+
plotOptions: {
|
24
|
+
pie: {
|
25
|
+
colors: ["#144075", colors.data_4, colors.data_2], // Custom colors via hex OR Playbook color tokens
|
26
|
+
},
|
27
|
+
},
|
28
|
+
};
|
29
|
+
|
30
|
+
return (
|
31
|
+
<div>
|
32
|
+
<PbCircleChart
|
33
|
+
options={chartOptions}
|
34
|
+
{...props}
|
35
|
+
/>
|
36
|
+
</div>
|
37
|
+
);
|
38
|
+
}
|
39
|
+
|
40
|
+
export default PbCircleChartColorOverrides;
|
@@ -0,0 +1,5 @@
|
|
1
|
+
Custom data colors allow for color customization to match the needs of business requirements.
|
2
|
+
|
3
|
+
For React, import the colors from Playbook's tokens, then set custom colors in the plotOptions.pie.colors array using the desired color variables.
|
4
|
+
|
5
|
+
For Rails, only HEX colors can be used eg: `#CA0095`
|
@@ -0,0 +1,27 @@
|
|
1
|
+
|
2
|
+
<% data = [
|
3
|
+
{
|
4
|
+
name: 'Waiting for Calls',
|
5
|
+
y: 41,
|
6
|
+
},
|
7
|
+
{
|
8
|
+
name: 'On Call',
|
9
|
+
y: 49,
|
10
|
+
},
|
11
|
+
{
|
12
|
+
name: 'After Call',
|
13
|
+
y: 10,
|
14
|
+
},
|
15
|
+
] %>
|
16
|
+
|
17
|
+
<% chart_options = {
|
18
|
+
series: [{ data: data }],
|
19
|
+
tooltip: {
|
20
|
+
headerFormat: nil,
|
21
|
+
pointFormat: '<p>Custom tooltip for {point.name} <br/>with value: {point.y}</p>',
|
22
|
+
useHTML: true,
|
23
|
+
},
|
24
|
+
} %>
|
25
|
+
|
26
|
+
|
27
|
+
<%= pb_rails("pb_circle_chart", props: { options: chart_options }) %>
|
@@ -0,0 +1,39 @@
|
|
1
|
+
import React from "react";
|
2
|
+
import { PbCircleChart } from "playbook-ui";
|
3
|
+
|
4
|
+
const data = [
|
5
|
+
{
|
6
|
+
name: 'Waiting for Calls',
|
7
|
+
y: 41,
|
8
|
+
},
|
9
|
+
{
|
10
|
+
name: 'On Call',
|
11
|
+
y: 49,
|
12
|
+
},
|
13
|
+
{
|
14
|
+
name: 'After Call',
|
15
|
+
y: 10,
|
16
|
+
},
|
17
|
+
]
|
18
|
+
|
19
|
+
const PbCircleChartCustomTooltip = (props) => {
|
20
|
+
const chartOptions = {
|
21
|
+
series: [{ data: data }],
|
22
|
+
tooltip: {
|
23
|
+
headerFormat: null,
|
24
|
+
pointFormat: '<p>Custom tooltip for {point.name} <br/>with value: {point.y}</p>',
|
25
|
+
useHTML: true,
|
26
|
+
},
|
27
|
+
}
|
28
|
+
|
29
|
+
return (
|
30
|
+
<div>
|
31
|
+
<PbCircleChart
|
32
|
+
options={chartOptions}
|
33
|
+
{...props}
|
34
|
+
/>
|
35
|
+
</div>
|
36
|
+
);
|
37
|
+
};
|
38
|
+
|
39
|
+
export default PbCircleChartCustomTooltip;
|
@@ -0,0 +1,5 @@
|
|
1
|
+
Custom tooltip formatting is configured through the tooltip object in the options passed to the kit:
|
2
|
+
`headerFormat` **Type**: String | when set to null will disable the header.
|
3
|
+
`pointFormat` **Type**: String | defines the HTML template for each data point and supports custom HTML when `useHTML` is enabled.
|
4
|
+
`useHTML` **Type**: boolean (default false) | enables HTML rendering in tooltips.
|
5
|
+
`{point.name}` and `{point.y}` are useful values that can be referenced for each point in the graph.
|
data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_data_legend_position.html.erb
ADDED
@@ -0,0 +1,93 @@
|
|
1
|
+
<% data_first = [{
|
2
|
+
name: 'Bugs',
|
3
|
+
y: 8,
|
4
|
+
},
|
5
|
+
{
|
6
|
+
name: 'Chores',
|
7
|
+
y: 1,
|
8
|
+
},
|
9
|
+
{
|
10
|
+
name: 'Stories',
|
11
|
+
y: 12,
|
12
|
+
}] %>
|
13
|
+
|
14
|
+
<% data_second = [{
|
15
|
+
name: 'Bugs',
|
16
|
+
y: 8,
|
17
|
+
},
|
18
|
+
{
|
19
|
+
name: 'Chores',
|
20
|
+
y: 1,
|
21
|
+
},
|
22
|
+
{
|
23
|
+
name: 'Stories',
|
24
|
+
y: 12,
|
25
|
+
}] %>
|
26
|
+
|
27
|
+
<% data_third = [{
|
28
|
+
name: 'Queued',
|
29
|
+
y: 7,
|
30
|
+
},
|
31
|
+
{
|
32
|
+
name: 'In Progress',
|
33
|
+
y: 6,
|
34
|
+
},
|
35
|
+
{
|
36
|
+
name: 'Validation',
|
37
|
+
y: 3,
|
38
|
+
},
|
39
|
+
{
|
40
|
+
name: 'Done',
|
41
|
+
y: 6,
|
42
|
+
},
|
43
|
+
] %>
|
44
|
+
|
45
|
+
|
46
|
+
<% chart_options_first = {
|
47
|
+
title: { text: "Alignment of Legend" },
|
48
|
+
series: [{ data: data_first }],
|
49
|
+
legend: {
|
50
|
+
align: 'right',
|
51
|
+
verticalAlign: 'top'
|
52
|
+
},
|
53
|
+
plotOptions: {
|
54
|
+
pie: {
|
55
|
+
showInLegend: true
|
56
|
+
}
|
57
|
+
}
|
58
|
+
} %>
|
59
|
+
|
60
|
+
<% chart_options_second = {
|
61
|
+
title: { text: "Layout of Legend" },
|
62
|
+
series: [{ data: data_second }],
|
63
|
+
legend: {
|
64
|
+
layout: 'vertical'
|
65
|
+
},
|
66
|
+
plotOptions: {
|
67
|
+
pie: {
|
68
|
+
showInLegend: true
|
69
|
+
}
|
70
|
+
}
|
71
|
+
} %>
|
72
|
+
|
73
|
+
<% chart_options_third = {
|
74
|
+
title: { text: "Offset of Legend" },
|
75
|
+
series: [{ data: data_third }],
|
76
|
+
legend: {
|
77
|
+
layout: 'vertical',
|
78
|
+
x: 100,
|
79
|
+
y: 10
|
80
|
+
},
|
81
|
+
plotOptions: {
|
82
|
+
pie: {
|
83
|
+
showInLegend: true
|
84
|
+
}
|
85
|
+
}
|
86
|
+
} %>
|
87
|
+
|
88
|
+
<%= pb_rails("title", props: { size: 4, text: "align | verticalAlign", padding_y:"sm" }) %>
|
89
|
+
<%= pb_rails("pb_circle_chart", props: { options: chart_options_first }) %>
|
90
|
+
<%= pb_rails("title", props: { size: 4, text: "layout", padding_y:"sm" }) %>
|
91
|
+
<%= pb_rails("pb_circle_chart", props: { options: chart_options_second }) %>
|
92
|
+
<%= pb_rails("title", props: { size: 4, text: "x | y", padding_y:"sm" }) %>
|
93
|
+
<%= pb_rails("pb_circle_chart", props: { options: chart_options_third }) %>
|
@@ -0,0 +1,131 @@
|
|
1
|
+
import React from "react";
|
2
|
+
import { PbCircleChart, Title } from "playbook-ui";
|
3
|
+
|
4
|
+
const dataFirst = [
|
5
|
+
{
|
6
|
+
name: 'Waiting for Calls',
|
7
|
+
y: 41,
|
8
|
+
},
|
9
|
+
{
|
10
|
+
name: 'On Call',
|
11
|
+
y: 49,
|
12
|
+
},
|
13
|
+
{
|
14
|
+
name: 'After Call',
|
15
|
+
y: 10,
|
16
|
+
},
|
17
|
+
]
|
18
|
+
|
19
|
+
const dataSecond = [{
|
20
|
+
name: 'Bugs',
|
21
|
+
y: 8,
|
22
|
+
},
|
23
|
+
{
|
24
|
+
name: 'Chores',
|
25
|
+
y: 1,
|
26
|
+
},
|
27
|
+
{
|
28
|
+
name: 'Stories',
|
29
|
+
y: 12,
|
30
|
+
}]
|
31
|
+
|
32
|
+
const dataThird = [
|
33
|
+
{
|
34
|
+
name: 'Queued',
|
35
|
+
y: 7,
|
36
|
+
},
|
37
|
+
{
|
38
|
+
name: 'In Progress',
|
39
|
+
y: 6,
|
40
|
+
},
|
41
|
+
{
|
42
|
+
name: 'Validation',
|
43
|
+
y: 3,
|
44
|
+
},
|
45
|
+
{
|
46
|
+
name: 'Done',
|
47
|
+
y: 6,
|
48
|
+
},
|
49
|
+
]
|
50
|
+
|
51
|
+
|
52
|
+
const PbCircleChartDataLegendPosition = (props) => {
|
53
|
+
const chartOptionsFirst = {
|
54
|
+
title: { text: "Alignment of Legend" },
|
55
|
+
series: [{ data: dataFirst }],
|
56
|
+
legend: {
|
57
|
+
align: 'right',
|
58
|
+
verticalAlign: 'top'
|
59
|
+
},
|
60
|
+
plotOptions: {
|
61
|
+
pie: {
|
62
|
+
showInLegend: true
|
63
|
+
}
|
64
|
+
}
|
65
|
+
}
|
66
|
+
|
67
|
+
const chartOptionsSecond = {
|
68
|
+
title: { text: "Layout of Legend" },
|
69
|
+
series: [{ data: dataSecond }],
|
70
|
+
legend: {
|
71
|
+
layout: 'vertical'
|
72
|
+
},
|
73
|
+
plotOptions: {
|
74
|
+
pie: {
|
75
|
+
showInLegend: true
|
76
|
+
}
|
77
|
+
}
|
78
|
+
}
|
79
|
+
|
80
|
+
const chartOptionsThird = {
|
81
|
+
title: { text: "Offset of Legend" },
|
82
|
+
series: [{ data: dataThird }],
|
83
|
+
legend: {
|
84
|
+
layout: 'vertical',
|
85
|
+
x: 100,
|
86
|
+
y: 10
|
87
|
+
},
|
88
|
+
plotOptions: {
|
89
|
+
pie: {
|
90
|
+
showInLegend: true
|
91
|
+
}
|
92
|
+
}
|
93
|
+
}
|
94
|
+
|
95
|
+
return (
|
96
|
+
<div>
|
97
|
+
<Title
|
98
|
+
paddingY="sm"
|
99
|
+
size={4}
|
100
|
+
tag="h4"
|
101
|
+
text="align | verticalAlign"
|
102
|
+
/>
|
103
|
+
<PbCircleChart
|
104
|
+
options={chartOptionsFirst}
|
105
|
+
{...props}
|
106
|
+
/>
|
107
|
+
<Title
|
108
|
+
paddingY="sm"
|
109
|
+
size={4}
|
110
|
+
tag="h4"
|
111
|
+
text="layout"
|
112
|
+
/>
|
113
|
+
<PbCircleChart
|
114
|
+
options={chartOptionsSecond}
|
115
|
+
{...props}
|
116
|
+
/>
|
117
|
+
<Title
|
118
|
+
paddingY="sm"
|
119
|
+
size={4}
|
120
|
+
tag="h4"
|
121
|
+
text="x | y"
|
122
|
+
/>
|
123
|
+
<PbCircleChart
|
124
|
+
options={chartOptionsThird}
|
125
|
+
{...props}
|
126
|
+
/>
|
127
|
+
</div>
|
128
|
+
);
|
129
|
+
}
|
130
|
+
|
131
|
+
export default PbCircleChartDataLegendPosition;
|
@@ -0,0 +1,14 @@
|
|
1
|
+
Layout options from Highcharts:
|
2
|
+
|
3
|
+
`align` **Type**: String | **Values**: left | center | right (defaults to center)
|
4
|
+
`verticalAlign` **Type**: String | **Values**: top | middle | bottom (defaults to bottom)
|
5
|
+
`layout` **Type**: String | **Values**: horizontal | vertical | proximate (defaults to horizontal)
|
6
|
+
`x` **Type**: Number (defaults to 0)
|
7
|
+
`y` **Type**: Number (defaults to 0)
|
8
|
+
|
9
|
+
`layout` determines the position of the legend items
|
10
|
+
`layout: proximate` will place the legend items as close as possible to the graphs they're representing. It will also determine whether to place the legend above/below or on the side of the plot area, if the legend is in a corner.
|
11
|
+
|
12
|
+
`x` offsets the legend relative to its horizontal alignment. Negative x moves it to the left, positive x moves it to the right
|
13
|
+
|
14
|
+
`y` offsets the legend relative to its vertical alignment. Negative y moves it up, positive y moves it down.
|
@@ -0,0 +1,42 @@
|
|
1
|
+
<% data = [
|
2
|
+
{
|
3
|
+
name: "Facebook",
|
4
|
+
y: 2498,
|
5
|
+
},
|
6
|
+
{
|
7
|
+
name: "YouTube",
|
8
|
+
y: 2000,
|
9
|
+
},
|
10
|
+
{
|
11
|
+
name: "WhatsApp",
|
12
|
+
y: 2000,
|
13
|
+
},
|
14
|
+
{
|
15
|
+
name: "Facebook Messenger",
|
16
|
+
y: 1300,
|
17
|
+
},
|
18
|
+
{
|
19
|
+
name: "WeChat",
|
20
|
+
y: 1165,
|
21
|
+
},
|
22
|
+
{
|
23
|
+
name: "Instagram",
|
24
|
+
y: 1000,
|
25
|
+
},
|
26
|
+
{
|
27
|
+
name: "Tik Tok",
|
28
|
+
y: 800,
|
29
|
+
},] %>
|
30
|
+
|
31
|
+
<% chart_options = {
|
32
|
+
series: [{ data: data }],
|
33
|
+
plotOptions: {
|
34
|
+
pie: {
|
35
|
+
dataLabels: {
|
36
|
+
enabled: true,
|
37
|
+
},
|
38
|
+
},
|
39
|
+
},
|
40
|
+
} %>
|
41
|
+
|
42
|
+
<%= pb_rails("pb_circle_chart", props: { options: chart_options }) %>
|