playbook_ui_docs 15.0.0.pre.alpha.PLAY2316advancedtablerightsidedoubleborder10545 → 15.0.0.pre.alpha.PLAY2316advancedtablerightsidedoubleborder10726
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_advanced_table/docs/_advanced_table_column_headers_vertical_border.html.erb +4 -2
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_headers_vertical_border.jsx +12 -9
- 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_contact/docs/_contact_default.html.erb +16 -1
- data/app/pb_kits/playbook/pb_contact/docs/_contact_default.jsx +15 -0
- data/app/pb_kits/playbook/pb_contact/docs/_contact_default.md +5 -0
- data/app/pb_kits/playbook/pb_contact/docs/_contact_with_detail.html.erb +6 -0
- data/app/pb_kits/playbook/pb_contact/docs/_contact_with_detail.jsx +6 -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/app/pb_kits/playbook/pb_section_separator/docs/_section_separator_children.html.erb +23 -0
- data/app/pb_kits/playbook/pb_section_separator/docs/_section_separator_children.jsx +45 -7
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_align.html.erb +0 -10
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_align.jsx +0 -9
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_align.md +1 -0
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_default.html.erb +3 -17
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_default.jsx +0 -15
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_default.md +1 -0
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_elapsed.html.erb +0 -2
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_elapsed.jsx +0 -2
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_elapsed.md +5 -0
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_show_current_year.html.erb +12 -0
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_show_current_year.jsx +25 -0
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_show_current_year.md +1 -0
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_show_date.html.erb +4 -0
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_show_date.jsx +17 -0
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_show_date.md +1 -0
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_show_time.html.erb +18 -0
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_show_time.jsx +44 -0
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_show_time.md +1 -0
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_timezones.html.erb +0 -14
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_timezones.jsx +0 -14
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_timezones.md +1 -0
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_unstyled.html.erb +0 -4
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_unstyled.jsx +0 -4
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated.jsx +0 -1
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated.md +5 -0
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated_show_current_year.html.erb +16 -0
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated_show_current_year.jsx +30 -0
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated_show_current_year.md +1 -0
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated_show_date.html.erb +16 -0
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated_show_date.jsx +30 -0
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated_show_date.md +1 -0
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated_show_time.html.erb +26 -0
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated_show_time.jsx +41 -0
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated_show_time.md +1 -0
- data/app/pb_kits/playbook/pb_timestamp/docs/example.yml +18 -6
- data/app/pb_kits/playbook/pb_timestamp/docs/index.js +6 -0
- data/dist/playbook-doc.js +2 -2
- metadata +52 -3
- data/app/pb_kits/playbook/pb_timestamp/docs/_time_stamp_default.md +0 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: df963e3ed4bc831a25fad881219c945d9f230e2930b1f7a35143f9fe5f103b96
|
4
|
+
data.tar.gz: 22bb0eefa9869115fccf925343b7650208b93e41614756cf236f4109a1be4c84
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 80cb33e096877cf72ed3df4f51e75053ded8439401314c961740a0559d027356e05f9e5e44dce3218966de9c790406eb69ee01a3e1ff0d7bd90a5370dc482c50
|
7
|
+
data.tar.gz: c5ad1c755cbe421ee9c9cf625963033ee86c77fa1ed8e58b086062b05067f0831273f511a80292cb9c5195b97c798fd01fa69204afe741a4970547b5981a7b95
|
@@ -39,5 +39,7 @@
|
|
39
39
|
],
|
40
40
|
},
|
41
41
|
] %>
|
42
|
-
|
43
|
-
<%= pb_rails("
|
42
|
+
<%# Adjusting for test purposes. Will revert prior to commit. %>
|
43
|
+
<%= pb_rails("card", props: {}) do %>
|
44
|
+
<%= pb_rails("advanced_table", props: { id: "table_multi_headers_vertical_borders", table_data: @table_data, column_definitions: column_definitions, table_props: { container: false, vertical_border: true } }) %>
|
45
|
+
<% end %>
|
data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_headers_vertical_border.jsx
CHANGED
@@ -1,4 +1,5 @@
|
|
1
1
|
import React from "react"
|
2
|
+
import Card from "../../pb_card/_card"
|
2
3
|
import AdvancedTable from '../../pb_advanced_table/_advanced_table'
|
3
4
|
import MOCK_DATA from "./advanced_table_mock_data.json"
|
4
5
|
|
@@ -44,19 +45,21 @@ const AdvancedTableColumnHeadersVerticalBorder = (props) => {
|
|
44
45
|
],
|
45
46
|
},
|
46
47
|
];
|
47
|
-
|
48
|
+
|
48
49
|
const tableProps = {
|
49
|
-
|
50
|
+
sticky: true,
|
50
51
|
}
|
51
|
-
|
52
|
+
// Adjusted for testing purposes. Will revert prior to commit.
|
52
53
|
return (
|
53
54
|
<>
|
54
|
-
<
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
55
|
+
<Card>
|
56
|
+
<AdvancedTable
|
57
|
+
columnDefinitions={columnDefinitions}
|
58
|
+
tableData={MOCK_DATA}
|
59
|
+
tableProps={tableProps}
|
60
|
+
{...props}
|
61
|
+
/>
|
62
|
+
</Card>
|
60
63
|
</>
|
61
64
|
)
|
62
65
|
}
|
@@ -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' }}
|
@@ -13,7 +13,7 @@
|
|
13
13
|
}) %>
|
14
14
|
|
15
15
|
<%= pb_rails("contact", props: {
|
16
|
-
contact_type: "
|
16
|
+
contact_type: "work",
|
17
17
|
contact_value: "3245627482",
|
18
18
|
}) %>
|
19
19
|
|
@@ -21,3 +21,18 @@
|
|
21
21
|
contact_type: "work-cell",
|
22
22
|
contact_value: "349-185-9988",
|
23
23
|
}) %>
|
24
|
+
|
25
|
+
<%= pb_rails("contact", props: {
|
26
|
+
contact_type: "wrong-phone",
|
27
|
+
contact_value: "2124396666",
|
28
|
+
}) %>
|
29
|
+
|
30
|
+
<%= pb_rails("contact", props: {
|
31
|
+
contact_type: "extension",
|
32
|
+
contact_value: "1233",
|
33
|
+
}) %>
|
34
|
+
|
35
|
+
<%= pb_rails("contact", props: {
|
36
|
+
contact_type: "international",
|
37
|
+
contact_value: "+44 7700 900461",
|
38
|
+
}) %>
|
@@ -28,6 +28,21 @@ const ContactDefault = (props) => {
|
|
28
28
|
contactValue="3245627482"
|
29
29
|
{...props}
|
30
30
|
/>
|
31
|
+
<Contact
|
32
|
+
contactType="wrong-phone"
|
33
|
+
contactValue="2124396666"
|
34
|
+
{...props}
|
35
|
+
/>
|
36
|
+
<Contact
|
37
|
+
contactType='extension'
|
38
|
+
contactValue="1234"
|
39
|
+
{...props}
|
40
|
+
/>
|
41
|
+
<Contact
|
42
|
+
contactType="international"
|
43
|
+
contactValue="+44 7700 900461"
|
44
|
+
{...props}
|
45
|
+
/>
|
31
46
|
</div>
|
32
47
|
)
|
33
48
|
}
|
@@ -0,0 +1,5 @@
|
|
1
|
+
The Contact kit automatically formats US phone numbers when the `contactType` / `contact_type` is one of: `home` (default), `work`, `cell`, `work-cell`, `wrong-phone`.
|
2
|
+
|
3
|
+
- Use `email` to display emails.
|
4
|
+
- Use `international` to display International phone numbers exactly as provided (no formatting applied).
|
5
|
+
- Use `extension` to display four digit phone extensions.
|
@@ -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 }) %>
|