playbook_ui 15.0.0.pre.alpha.PLAY2467contactkitinternational10329 → 15.0.0.pre.alpha.PLAY2468phonenuminputvalidation10790

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.
Files changed (196) hide show
  1. checksums.yaml +4 -4
  2. data/app/pb_kits/playbook/_playbook.scss +3 -0
  3. data/app/pb_kits/playbook/pb_advanced_table/Components/RegularTableView.tsx +24 -11
  4. data/app/pb_kits/playbook/pb_advanced_table/Components/VirtualizedTableView.tsx +7 -7
  5. data/app/pb_kits/playbook/pb_advanced_table/Utilities/RowUtils.ts +7 -2
  6. data/app/pb_kits/playbook/pb_advanced_table/_advanced_table.scss +67 -13
  7. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_headers_vertical_border.jsx +2 -2
  8. data/app/pb_kits/playbook/pb_bar_graph/docs/example.yml +0 -1
  9. data/app/pb_kits/playbook/pb_card/_card.scss +12 -4
  10. data/app/pb_kits/playbook/pb_card/_card.tsx +3 -3
  11. data/app/pb_kits/playbook/pb_card/_card_mixin.scss +10 -0
  12. data/app/pb_kits/playbook/pb_card/docs/_card_highlight.html.erb +3 -0
  13. data/app/pb_kits/playbook/pb_card/docs/_card_highlight.jsx +8 -0
  14. data/app/pb_kits/playbook/pb_circle_icon_button/_circle_icon_button.tsx +2 -0
  15. data/app/pb_kits/playbook/pb_circle_icon_button/circle_icon_button.html.erb +1 -0
  16. data/app/pb_kits/playbook/pb_collapsible/__snapshots__/collapsible.test.js.snap +1 -0
  17. data/app/pb_kits/playbook/pb_date_picker/_date_picker.tsx +6 -4
  18. data/app/pb_kits/playbook/pb_date_picker/date_picker_helper.ts +48 -4
  19. data/app/pb_kits/playbook/pb_dialog/_close_icon.tsx +5 -1
  20. data/app/pb_kits/playbook/pb_dialog/_dialog.tsx +6 -8
  21. data/app/pb_kits/playbook/pb_dialog/dialog.html.erb +1 -1
  22. data/app/pb_kits/playbook/pb_dialog/dialog_header.html.erb +2 -2
  23. data/app/pb_kits/playbook/pb_fixed_confirmation_toast/_fixed_confirmation_toast.tsx +9 -0
  24. data/app/pb_kits/playbook/pb_fixed_confirmation_toast/fixed_confirmation_toast.html.erb +3 -3
  25. data/app/pb_kits/playbook/pb_form/docs/_form_form_with.html.erb +1 -0
  26. data/app/pb_kits/playbook/pb_form/docs/_form_form_with_validate.html.erb +1 -1
  27. data/app/pb_kits/playbook/pb_form/pb_form_validation.js +19 -4
  28. data/app/pb_kits/playbook/pb_icon/_icon.tsx +13 -2
  29. data/app/pb_kits/playbook/pb_icon/icon.rb +9 -1
  30. data/app/pb_kits/playbook/pb_icon_button/_icon_button.tsx +1 -0
  31. data/app/pb_kits/playbook/pb_icon_button/icon_button.html.erb +2 -1
  32. data/app/pb_kits/playbook/pb_icon_circle/icon_circle.html.erb +1 -1
  33. data/app/pb_kits/playbook/pb_loading_inline/_loading_inline.tsx +3 -1
  34. data/app/pb_kits/playbook/pb_loading_inline/docs/_loading_inline_variant.html.erb +5 -0
  35. data/app/pb_kits/playbook/pb_loading_inline/docs/_loading_inline_variant.jsx +24 -0
  36. data/app/pb_kits/playbook/pb_loading_inline/docs/example.yml +2 -0
  37. data/app/pb_kits/playbook/pb_loading_inline/docs/index.js +1 -0
  38. data/app/pb_kits/playbook/pb_loading_inline/loading_inline.html.erb +1 -1
  39. data/app/pb_kits/playbook/pb_loading_inline/loading_inline.rb +11 -0
  40. data/app/pb_kits/playbook/pb_nav/_item.tsx +19 -5
  41. data/app/pb_kits/playbook/pb_nav/_nav.scss +27 -0
  42. data/app/pb_kits/playbook/pb_nav/_nav.test.js +16 -0
  43. data/app/pb_kits/playbook/pb_nav/_nav.tsx +5 -0
  44. data/app/pb_kits/playbook/pb_nav/docs/_horizontal_nav_extendedunderline.html.erb +6 -0
  45. data/app/pb_kits/playbook/pb_nav/docs/_horizontal_nav_extendedunderline.jsx +39 -0
  46. data/app/pb_kits/playbook/pb_nav/docs/_horizontal_nav_extendedunderline.md +1 -0
  47. data/app/pb_kits/playbook/pb_nav/docs/example.yml +2 -0
  48. data/app/pb_kits/playbook/pb_nav/docs/index.js +2 -1
  49. data/app/pb_kits/playbook/pb_nav/item.html.erb +6 -2
  50. data/app/pb_kits/playbook/pb_nav/nav.rb +6 -1
  51. data/app/pb_kits/playbook/pb_passphrase/docs/_passphrase_breached.html.erb +3 -3
  52. data/app/pb_kits/playbook/pb_passphrase/docs/_passphrase_common.html.erb +3 -3
  53. data/app/pb_kits/playbook/pb_passphrase/docs/_passphrase_confirmation.html.erb +3 -3
  54. data/app/pb_kits/playbook/pb_passphrase/docs/_passphrase_meter_settings.html.erb +3 -3
  55. data/app/pb_kits/playbook/pb_passphrase/docs/_passphrase_strength_change.html.erb +3 -3
  56. data/app/pb_kits/playbook/pb_pb_bar_graph/_pb_bar_graph.scss +0 -0
  57. data/app/pb_kits/playbook/pb_pb_bar_graph/_pb_bar_graph.tsx +62 -0
  58. data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_colors.html.erb +35 -0
  59. data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_colors.jsx +49 -0
  60. data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_colors_rails.md +1 -0
  61. data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_colors_react.md +2 -0
  62. data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_default.html.erb +38 -0
  63. data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_default.jsx +51 -0
  64. data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_height.html.erb +46 -0
  65. data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_height.jsx +62 -0
  66. data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_height.md +3 -0
  67. data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_horizontal.html.erb +47 -0
  68. data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_horizontal.jsx +60 -0
  69. data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_legend.html.erb +25 -0
  70. data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_legend.jsx +36 -0
  71. data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_legend_non_clickable.jsx +44 -0
  72. data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_legend_position.html.erb +100 -0
  73. data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_legend_position.jsx +126 -0
  74. data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_negative_numbers.html.erb +32 -0
  75. data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_negative_numbers.jsx +48 -0
  76. data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_secondary_y_axis.html.erb +68 -0
  77. data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_secondary_y_axis.jsx +81 -0
  78. data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_spline.html.erb +31 -0
  79. data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_spline.jsx +42 -0
  80. data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_spline.md +2 -0
  81. data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_stacked.html.erb +35 -0
  82. data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_stacked.jsx +51 -0
  83. data/app/pb_kits/playbook/pb_pb_bar_graph/docs/example.yml +27 -0
  84. data/app/pb_kits/playbook/pb_pb_bar_graph/docs/index.js +11 -0
  85. data/app/pb_kits/playbook/pb_pb_bar_graph/pbBarGraphTheme.ts +106 -0
  86. data/app/pb_kits/playbook/pb_pb_bar_graph/pb_bar_graph.html.erb +1 -0
  87. data/app/pb_kits/playbook/pb_pb_bar_graph/pb_bar_graph.rb +28 -0
  88. data/app/pb_kits/playbook/pb_pb_bar_graph/pbbargraph.test.jsx +31 -0
  89. data/app/pb_kits/playbook/pb_pb_circle_chart/_pb_circle_chart.scss +3 -0
  90. data/app/pb_kits/playbook/pb_pb_circle_chart/_pb_circle_chart.tsx +62 -0
  91. data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_block_content.html.erb +31 -0
  92. data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_block_content.jsx +81 -0
  93. data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_color_overrides.html.erb +25 -0
  94. data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_color_overrides.jsx +40 -0
  95. data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_color_overrides.md +5 -0
  96. data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_custom_tooltip.html.erb +27 -0
  97. data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_custom_tooltip.jsx +39 -0
  98. data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_custom_tooltip.md +5 -0
  99. data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_data_legend_position.html.erb +93 -0
  100. data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_data_legend_position.jsx +131 -0
  101. data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_data_legend_position.md +14 -0
  102. data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_data_with_labels.html.erb +42 -0
  103. data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_data_with_labels.jsx +58 -0
  104. data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_data_with_legend.html.erb +24 -0
  105. data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_data_with_legend.jsx +38 -0
  106. data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_default.html.erb +22 -0
  107. data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_default.jsx +33 -0
  108. data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_inner_sizes.html.erb +118 -0
  109. data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_inner_sizes.jsx +144 -0
  110. data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_live_data.jsx +60 -0
  111. data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_rounded.html.erb +24 -0
  112. data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_rounded.jsx +42 -0
  113. data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_with_title.html.erb +38 -0
  114. data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_with_title.jsx +52 -0
  115. data/app/pb_kits/playbook/pb_pb_circle_chart/docs/example.yml +29 -0
  116. data/app/pb_kits/playbook/pb_pb_circle_chart/docs/index.js +11 -0
  117. data/app/pb_kits/playbook/pb_pb_circle_chart/pbCircleChartTheme.ts +88 -0
  118. data/app/pb_kits/playbook/pb_pb_circle_chart/pb_circle_chart.html.erb +1 -0
  119. data/app/pb_kits/playbook/pb_pb_circle_chart/pb_circle_chart.rb +28 -0
  120. data/app/pb_kits/playbook/pb_pb_circle_chart/pb_circle_chart.test.jsx +51 -0
  121. data/app/pb_kits/playbook/pb_phone_number_input/_phone_number_input.tsx +43 -2
  122. data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_preview.html.erb +2 -2
  123. data/app/pb_kits/playbook/pb_section_separator/_section_separator.scss +13 -5
  124. data/app/pb_kits/playbook/pb_section_separator/docs/_section_separator_children.html.erb +23 -0
  125. data/app/pb_kits/playbook/pb_section_separator/docs/_section_separator_children.jsx +45 -7
  126. data/app/pb_kits/playbook/pb_section_separator/section_separator.html.erb +4 -1
  127. data/app/pb_kits/playbook/pb_section_separator/section_separator.test.js +165 -0
  128. data/app/pb_kits/playbook/pb_text_input/_text_input.tsx +3 -0
  129. data/app/pb_kits/playbook/pb_text_input/docs/_text_input_autocomplete.html.erb +41 -0
  130. data/app/pb_kits/playbook/pb_text_input/docs/_text_input_autocomplete.jsx +80 -0
  131. data/app/pb_kits/playbook/pb_text_input/docs/_text_input_autocomplete.md +1 -0
  132. data/app/pb_kits/playbook/pb_text_input/docs/example.yml +3 -0
  133. data/app/pb_kits/playbook/pb_text_input/docs/index.js +1 -0
  134. data/app/pb_kits/playbook/pb_text_input/text_input.rb +2 -3
  135. data/app/pb_kits/playbook/pb_text_input/text_input.test.js +38 -0
  136. data/app/pb_kits/playbook/pb_timestamp/_timestamp.tsx +24 -8
  137. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_align.html.erb +0 -10
  138. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_align.jsx +0 -9
  139. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_align.md +1 -0
  140. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_default.html.erb +3 -17
  141. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_default.jsx +0 -15
  142. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_default.md +1 -0
  143. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_elapsed.html.erb +0 -2
  144. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_elapsed.jsx +0 -2
  145. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_elapsed.md +5 -0
  146. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_show_current_year.html.erb +12 -0
  147. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_show_current_year.jsx +25 -0
  148. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_show_current_year.md +1 -0
  149. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_show_date.html.erb +4 -0
  150. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_show_date.jsx +17 -0
  151. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_show_date.md +1 -0
  152. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_show_time.html.erb +18 -0
  153. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_show_time.jsx +44 -0
  154. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_show_time.md +1 -0
  155. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_timezones.html.erb +0 -14
  156. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_timezones.jsx +0 -14
  157. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_timezones.md +1 -0
  158. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_unstyled.html.erb +0 -4
  159. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_unstyled.jsx +0 -4
  160. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated.jsx +0 -1
  161. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated.md +5 -0
  162. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated_show_current_year.html.erb +16 -0
  163. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated_show_current_year.jsx +30 -0
  164. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated_show_current_year.md +1 -0
  165. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated_show_date.html.erb +16 -0
  166. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated_show_date.jsx +30 -0
  167. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated_show_date.md +1 -0
  168. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated_show_time.html.erb +26 -0
  169. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated_show_time.jsx +41 -0
  170. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated_show_time.md +1 -0
  171. data/app/pb_kits/playbook/pb_timestamp/docs/example.yml +18 -6
  172. data/app/pb_kits/playbook/pb_timestamp/docs/index.js +6 -0
  173. data/app/pb_kits/playbook/pb_timestamp/timestamp.rb +29 -7
  174. data/app/pb_kits/playbook/pb_timestamp/timestamp.test.js +69 -4
  175. data/dist/chunks/{_line_graph-CApw7aQD.js → _line_graph-CspDMr9b.js} +1 -1
  176. data/dist/chunks/_typeahead-B_wpgm_J.js +6 -0
  177. data/dist/chunks/_weekday_stacked-CXzARuTy.js +37 -0
  178. data/dist/chunks/componentRegistry-DzmmLR2x.js +1 -0
  179. data/dist/chunks/{lib-CY5ZPzic.js → lib-QZuu1ltS.js} +1 -1
  180. data/dist/chunks/pb_form_validation-W63gNcnu.js +1 -0
  181. data/dist/chunks/vendor.js +1 -1
  182. data/dist/menu.yml +15 -1
  183. data/dist/playbook-doc.js +2 -2
  184. data/dist/playbook-rails-react-bindings.js +1 -1
  185. data/dist/playbook-rails.js +1 -1
  186. data/dist/playbook.css +1 -1
  187. data/lib/playbook/engine.rb +0 -1
  188. data/lib/playbook/forms/builder/form_field_builder.rb +37 -2
  189. data/lib/playbook/kit_base.rb +23 -2
  190. data/lib/playbook/version.rb +1 -1
  191. metadata +110 -28
  192. data/app/pb_kits/playbook/pb_dialog/dialogHelper.js +0 -65
  193. data/app/pb_kits/playbook/pb_timestamp/docs/_time_stamp_default.md +0 -1
  194. data/dist/chunks/_typeahead-J1_avqdO.js +0 -6
  195. data/dist/chunks/_weekday_stacked-BSRRJewP.js +0 -37
  196. data/dist/chunks/pb_form_validation-D3b0JKHH.js +0 -1
@@ -0,0 +1,100 @@
1
+ <% chart_data = [{
2
+ name: 'Installation',
3
+ data: [1475]
4
+ }, {
5
+ name: 'Manufacturing',
6
+ data: [4434]
7
+ }, {
8
+ name: 'Sales & Distribution',
9
+ data: [3387]
10
+ }, {
11
+ name: 'Project Development',
12
+ data: [3227]
13
+ }, {
14
+ name: 'Other',
15
+ data: [1111]
16
+ }] %>
17
+
18
+ <% chart_options_right = {
19
+ series: chart_data,
20
+ title: {
21
+ text: 'Alignment of Legend',
22
+ },
23
+ xAxis: {
24
+ categories: ['Jan'],
25
+ },
26
+ yAxis: {
27
+ title: {
28
+ text: 'Number of Employees',
29
+ },
30
+ },
31
+ legend: {
32
+ enabled: true,
33
+ align: 'right',
34
+ verticalAlign: 'top',
35
+ },
36
+ }
37
+ %>
38
+
39
+ <%= pb_rails("title", props: {size: 4, text: "align | vertical_align", padding_top: "sm", padding_bottom: "sm"})%>
40
+
41
+
42
+ <%= pb_rails("pb_bar_graph", props: {options: chart_options_right}) %>
43
+
44
+
45
+ <% chart_options_center = {
46
+ series: chart_data,
47
+ title: {
48
+ text: 'Layout of Legend',
49
+ },
50
+ xAxis: {
51
+ categories: ['Jan'],
52
+ },
53
+ yAxis: {
54
+ title: {
55
+ text: 'Number of Employees',
56
+ },
57
+ },
58
+ legend: {
59
+ enabled: true,
60
+ align: 'center',
61
+ verticalAlign: 'bottom',
62
+ layout: 'vertical',
63
+
64
+ },
65
+ }
66
+ %>
67
+
68
+ <%= pb_rails("title", props: {size: 4, text: "layout", padding_top: "sm", padding_bottom: "sm"})%>
69
+
70
+ <%= pb_rails("pb_bar_graph", props: {options: chart_options_center}) %>
71
+
72
+ <% chart_options_left = {
73
+ series: chart_data,
74
+ title: {
75
+ text: 'Offset of Legend',
76
+ },
77
+ xAxis: {
78
+ categories: ['Jan'],
79
+ },
80
+ yAxis: {
81
+ title: {
82
+ text: 'Number of Employees',
83
+ },
84
+ },
85
+ legend: {
86
+ enabled: true,
87
+ align: 'center',
88
+ verticalAlign: 'bottom',
89
+ layout: 'vertical',
90
+ x: 100,
91
+ y: 10,
92
+
93
+ },
94
+ }
95
+ %>
96
+
97
+ <%= pb_rails("title", props: {size: 4, text: "x | y", padding_top: "sm", padding_bottom: "sm"})%>
98
+
99
+
100
+ <%= pb_rails("pb_bar_graph", props: {options: chart_options_left}) %>
@@ -0,0 +1,126 @@
1
+ import React from 'react'
2
+ import { PbBarGraph } from 'playbook-ui'
3
+ import Title from "../../pb_title/_title"
4
+
5
+
6
+ const chartData = [{
7
+ name: 'Installation',
8
+ data: [1475],
9
+ }, {
10
+ name: 'Manufacturing',
11
+ data: [4434],
12
+ }, {
13
+ name: 'Sales & Distribution',
14
+ data: [3387],
15
+ }, {
16
+ name: 'Project Development',
17
+ data: [3227],
18
+ }, {
19
+ name: 'Other',
20
+ data: [1111],
21
+ }]
22
+
23
+ const alignChartOptions = {
24
+ series: chartData,
25
+ title: {
26
+ text: 'Alignment of Legend',
27
+ },
28
+ subtitle: {
29
+ text: 'Source: thesolarfoundation.com',
30
+ },
31
+ xAxis: {
32
+ categories: ['Jan'],
33
+ },
34
+ yAxis: {
35
+ title: {
36
+ text: 'Number of Employees',
37
+ },
38
+ },
39
+ legend: {
40
+ enabled: true,
41
+ verticalAlign: 'top',
42
+ align: 'right',
43
+ },
44
+ }
45
+
46
+ const layoutChartOptions = {
47
+ series: chartData,
48
+ title: {
49
+ text: 'Layout of Legend',
50
+ },
51
+ xAxis: {
52
+ categories: ['Jan'],
53
+ },
54
+ yAxis: {
55
+ title: {
56
+ text: 'Number of Employees',
57
+ },
58
+ },
59
+ legend: {
60
+ enabled: true,
61
+ layout: 'vertical',
62
+ },
63
+ }
64
+
65
+ const offsetChartOptions = {
66
+ series: chartData,
67
+ title: {
68
+ text: 'Offset of Legend',
69
+ },
70
+ xAxis: {
71
+ categories: ['Jan'],
72
+ },
73
+ yAxis: {
74
+ title: {
75
+ text: 'Number of Employees',
76
+ },
77
+ },
78
+ legend: {
79
+ enabled: true,
80
+ layout: 'vertical',
81
+ x: 100,
82
+ y: 10,
83
+ },
84
+ }
85
+
86
+ const PbBarGraphLegendPosition = () => {
87
+
88
+ return (
89
+ <div>
90
+ <Title
91
+ paddingBottom="sm"
92
+ paddingTop="sm"
93
+ size={4}
94
+ tag="h4"
95
+ text="align | verticalAlign"
96
+ />
97
+ <PbBarGraph
98
+ options={alignChartOptions}
99
+ />
100
+
101
+ <Title
102
+ paddingBottom="sm"
103
+ paddingTop="sm"
104
+ size={4}
105
+ tag="h4"
106
+ text="layout"
107
+ />
108
+ <PbBarGraph
109
+ options={layoutChartOptions}
110
+ />
111
+
112
+ <Title
113
+ paddingBottom="sm"
114
+ paddingTop="sm"
115
+ size={4}
116
+ tag="h4"
117
+ text="x | y"
118
+ />
119
+ <PbBarGraph
120
+ options={offsetChartOptions}
121
+ />
122
+ </div>
123
+ )
124
+ }
125
+
126
+ export default PbBarGraphLegendPosition
@@ -0,0 +1,32 @@
1
+ <% chart_data = [{
2
+ name: 'Installation',
3
+ data: [-475, 400, -1000, 354, -856],
4
+ threshold: 0
5
+ }, {
6
+ name: 'Manufacturing',
7
+ data: [1475, 200, 1000, 654, -656],
8
+ threshold: 0
9
+ },
10
+ {
11
+ name: 'Sales & Distribution',
12
+ data: [1270, 100, -1200, 554, 756],
13
+ threshold: 0
14
+ }] %>
15
+
16
+ <% chart_options = {
17
+ series: chart_data,
18
+ title: {
19
+ text: "Bar Graph with Negative Numbers",
20
+ },
21
+ xAxis: {
22
+ categories: ["Jan", "Feb", "Mar", "Apr", "May"],
23
+ },
24
+ yAxis: {
25
+ title: {
26
+ text: "Number of Employees",
27
+ },
28
+ },
29
+ legend: { enabled: true },
30
+ } %>
31
+
32
+ <%= pb_rails("pb_bar_graph", props: {options: chart_options}) %>
@@ -0,0 +1,48 @@
1
+ import React from 'react'
2
+ import { PbBarGraph } from 'playbook-ui'
3
+
4
+
5
+ const chartData = [{
6
+ name: 'Installation',
7
+ data: [-475, 400, -1000, 354, -856],
8
+ threshold: 0
9
+ }, {
10
+ name: 'Manufacturing',
11
+ data: [1475, 200, 1000, 654, -656],
12
+ threshold: 0
13
+ },
14
+ {
15
+ name: 'Sales & Distribution',
16
+ data: [1270, 100, -1200, 554, 756],
17
+ threshold: 0
18
+ }]
19
+
20
+ const chartOptions = {
21
+ series: chartData,
22
+ title: {
23
+ text: "Bar Graph with Negative Numbers",
24
+ },
25
+ xAxis: {
26
+ categories: ["Jan", "Feb", "Mar", "Apr", "May"],
27
+ },
28
+ yAxis: {
29
+ title: {
30
+ text: "Number of Employees",
31
+ },
32
+ },
33
+ legend: { enabled: true },
34
+ };
35
+
36
+
37
+ const PbBarGraphStacked = () => {
38
+
39
+ return(
40
+ <div>
41
+ <PbBarGraph
42
+ options={chartOptions}
43
+ />
44
+ </div>
45
+ )
46
+ }
47
+
48
+ export default PbBarGraphStacked
@@ -0,0 +1,68 @@
1
+ <% chart_data = [{
2
+ name: 'Number of Installations',
3
+ data: [1475,200,3000,654,656]
4
+ }, {
5
+ type: 'spline',
6
+ name: 'Percentage',
7
+ data: [48, 70, 25, 55, 72],
8
+ color: '#F9BB00',
9
+ yAxis: 1
10
+ }] %>
11
+
12
+
13
+ <% chart_options = {
14
+ series: chart_data,
15
+ title: {
16
+ text: "Bar Graph with Secondary Y-axis",
17
+ },
18
+ xAxis: {
19
+ categories: ["Jan", "Feb", "Mar", "Apr", "May"],
20
+ },
21
+ yAxis: [{
22
+ format: "{value}%",
23
+ labels: {
24
+ style: {
25
+ fontFamily: "Power Centra",
26
+ color: "#C1CDD6",
27
+ fontWeight: "bold",
28
+ fontSize: "12px",
29
+ },
30
+ },
31
+ title: {
32
+ text: "Number of Employees",
33
+ style: {
34
+ fontFamily: "Power Centra",
35
+ color: "#C1CDD6",
36
+ fontWeight: "bold",
37
+ fontSize: "12px",
38
+ },
39
+ },
40
+ }, {
41
+ labels: {
42
+ style: {
43
+ fontFamily: "Power Centra",
44
+ color: "#C1CDD6",
45
+ fontWeight: "bold",
46
+ fontSize: "12px",
47
+ },
48
+ },
49
+ title: {
50
+ text: "Percentage",
51
+ style: {
52
+ fontFamily: "Power Centra",
53
+ color: "#C1CDD6",
54
+ fontWeight: "bold",
55
+ fontSize: "12px",
56
+ },
57
+ },
58
+
59
+ opposite: true,
60
+ min: 0,
61
+ max: 100
62
+ }],
63
+ legend: { enabled: true },
64
+ }
65
+ %>
66
+
67
+ <%= pb_rails("pb_bar_graph", props: {options: chart_options}) %>
68
+
@@ -0,0 +1,81 @@
1
+ import React from 'react'
2
+ import { PbBarGraph } from 'playbook-ui'
3
+
4
+ import colors from '../../tokens/exports/_colors.module.scss'
5
+ import typography from '../../tokens/exports/_typography.module.scss'
6
+
7
+ const chartData = [{
8
+ name: 'Number of Installations',
9
+ data: [1475, 200, 3000, 654, 656],
10
+ }, {
11
+ type: 'spline',
12
+ name: 'Percentage',
13
+ data: [48, 70, 25, 55, 72],
14
+ color: '#F9BB00',
15
+ yAxis: 1
16
+ }]
17
+
18
+ const chartOptions = {
19
+ series: chartData,
20
+ title: {
21
+ text: "Bar Graph with Secondary Y-axis",
22
+ },
23
+ xAxis: {
24
+ categories: ["Jan", "Feb", "Mar", "Apr", "May"],
25
+ },
26
+ yAxis: [{
27
+ labels: {
28
+ style: {
29
+ fontFamily: typography.font_family_base,
30
+ color: colors.text_lt_lighter,
31
+ fontWeight: typography.bold,
32
+ fontSize: typography.text_smaller,
33
+ },
34
+ },
35
+ title: {
36
+ text: "Number of Employees",
37
+ style: {
38
+ fontFamily: typography.font_family_base,
39
+ color: colors.text_lt_lighter,
40
+ fontWeight: typography.bold,
41
+ fontSize: typography.text_smaller,
42
+ },
43
+ },
44
+ }, {
45
+ labels: {
46
+ style: {
47
+ fontFamily: typography.font_family_base,
48
+ color: colors.text_lt_lighter,
49
+ fontWeight: typography.bold,
50
+ fontSize: typography.text_smaller,
51
+ },
52
+ },
53
+ title: {
54
+ text: "Percentage",
55
+ style: {
56
+ fontFamily: typography.font_family_base,
57
+ color: colors.text_lt_lighter,
58
+ fontWeight: typography.bold,
59
+ fontSize: typography.text_smaller,
60
+ },
61
+ },
62
+
63
+ opposite: true,
64
+ min: 0,
65
+ max: 100
66
+ }],
67
+ legend: { enabled: true },
68
+ }
69
+
70
+ const PbBarGraphSecondaryYAxis = () => {
71
+
72
+ return (
73
+ <div>
74
+ <PbBarGraph
75
+ options={chartOptions}
76
+ />
77
+ </div>
78
+ )
79
+ }
80
+
81
+ export default PbBarGraphSecondaryYAxis
@@ -0,0 +1,31 @@
1
+ <% chart_data = [{
2
+ name: 'Number of Installations',
3
+ data: [1475,200,3000,654,656]
4
+ }, {
5
+ type: 'spline',
6
+ name: 'Trend Line',
7
+ data: [1975, 600, 2500, 924, 500],
8
+ color: '#F9BB00',
9
+ }] %>
10
+
11
+ <% chart_options = {
12
+ series: chart_data,
13
+ title: {
14
+ text: 'Bar Graph with Spline',
15
+ },
16
+ subtitle: {
17
+ text: 'Source: thesolarfoundation.com',
18
+ },
19
+ xAxis: {
20
+ categories: ['Jan', 'Feb', 'Mar', 'Apr', 'May'],
21
+ },
22
+ yAxis: {
23
+ title: {
24
+ text: 'Number of Employees',
25
+ },
26
+ },
27
+ legend: { enabled: true },
28
+ }
29
+ %>
30
+
31
+ <%= pb_rails("pb_bar_graph", props: {options: chart_options}) %>
@@ -0,0 +1,42 @@
1
+ import React from 'react'
2
+ import { PbBarGraph } from 'playbook-ui'
3
+
4
+
5
+ const chartData = [{
6
+ name: 'Number of Installations',
7
+ data: [1475, 200, 3000, 654, 656],
8
+ }, {
9
+ type: 'spline',
10
+ name: 'Trend Line',
11
+ data: [1975, 600, 2500, 924, 500],
12
+ color: '#F9BB00',
13
+ }]
14
+
15
+ const chartOptions = {
16
+ series: chartData,
17
+ title: {
18
+ text: "Bar Graph with Spline",
19
+ },
20
+ xAxis: {
21
+ categories: ["Jan", "Feb", "Mar", "Apr", "May"],
22
+ },
23
+ yAxis: {
24
+ title: {
25
+ text: "Number of Employees",
26
+ },
27
+ },
28
+ legend: { enabled: true },
29
+ };
30
+
31
+ const PbBarGraphSpline = () => {
32
+
33
+ return (
34
+ <div>
35
+ <PbBarGraph
36
+ options={chartOptions}
37
+ />
38
+ </div>
39
+ )
40
+ }
41
+
42
+ export default PbBarGraphSpline
@@ -0,0 +1,2 @@
1
+ A spline can be added by including a separate chart data with the `type: 'spline'` attribute.
2
+ A color can also be specified for the spline.
@@ -0,0 +1,35 @@
1
+ <% chart_data = [{
2
+ name: 'Installation',
3
+ data: [1475, 200, 3000, 654, 656],
4
+ },
5
+ {
6
+ name: 'Manufacturing',
7
+ data: [1270, 800, 200, 454, 956],
8
+ }, {
9
+ name: 'Sales & Distribution',
10
+ data: [975, 1600, 1500, 924, 500],
11
+ }] %>
12
+
13
+ <% chart_options = {
14
+ series: chart_data,
15
+ title: {
16
+ text: "Bar Graph with Stacked Columns",
17
+ },
18
+ xAxis: {
19
+ categories: ["Jan", "Feb", "Mar", "Apr", "May"],
20
+ },
21
+ yAxis: {
22
+ title: {
23
+ text: "Number of Employees",
24
+ },
25
+ },
26
+ plotOptions: {
27
+ column: {
28
+ stacking: 'normal',
29
+ borderWidth: 0,
30
+ }
31
+ },
32
+ legend: { enabled: true },
33
+ } %>
34
+
35
+ <%= pb_rails("pb_bar_graph", props: {options: chart_options}) %>
@@ -0,0 +1,51 @@
1
+ import React from 'react'
2
+ import { PbBarGraph } from 'playbook-ui'
3
+
4
+
5
+ const chartData = [{
6
+ name: 'Installation',
7
+ data: [1475, 200, 3000, 654, 656],
8
+ },
9
+ {
10
+ name: 'Manufacturing',
11
+ data: [1270, 800, 200, 454, 956],
12
+ }, {
13
+ name: 'Sales & Distribution',
14
+ data: [975, 1600, 1500, 924, 500],
15
+ }]
16
+
17
+ const chartOptions = {
18
+ series: chartData,
19
+ title: {
20
+ text: "Bar Graph with Stacked Columns",
21
+ },
22
+ xAxis: {
23
+ categories: ["Jan", "Feb", "Mar", "Apr", "May"],
24
+ },
25
+ yAxis: {
26
+ title: {
27
+ text: "Number of Employees",
28
+ },
29
+ },
30
+ plotOptions: {
31
+ column: {
32
+ stacking: 'normal',
33
+ borderWidth: 0,
34
+ }
35
+ },
36
+ legend: { enabled: true },
37
+ };
38
+
39
+
40
+ const PbBarGraphStacked = () => {
41
+
42
+ return (
43
+ <div>
44
+ <PbBarGraph
45
+ options={chartOptions}
46
+ />
47
+ </div>
48
+ )
49
+ }
50
+
51
+ export default PbBarGraphStacked
@@ -0,0 +1,27 @@
1
+ examples:
2
+
3
+ rails:
4
+ - pb_bar_graph_default: Default
5
+ - pb_bar_graph_legend: Legend
6
+ - pb_bar_graph_legend_position: Legend Position
7
+ - pb_bar_graph_height: Height
8
+ - pb_bar_graph_spline: Spline
9
+ - pb_bar_graph_colors: Color Overrides
10
+ - pb_bar_graph_stacked: Stacked
11
+ - pb_bar_graph_negative_numbers: Negative Numbers
12
+ - pb_bar_graph_secondary_y_axis: Secondary Y-Axis
13
+ - pb_bar_graph_horizontal: Horizontal Bar Graph
14
+
15
+
16
+ react:
17
+ - pb_bar_graph_default: Default
18
+ - pb_bar_graph_legend: Legend
19
+ - pb_bar_graph_legend_position: Legend Position
20
+ - pb_bar_graph_legend_non_clickable: Legend Non Clickable
21
+ - pb_bar_graph_height: Height
22
+ - pb_bar_graph_spline: Spline
23
+ - pb_bar_graph_colors: Color Overrides
24
+ - pb_bar_graph_stacked: Stacked
25
+ - pb_bar_graph_negative_numbers: Negative Numbers
26
+ - pb_bar_graph_secondary_y_axis: Secondary Y-Axis
27
+ - pb_bar_graph_horizontal: Horizontal Bar Graph
@@ -0,0 +1,11 @@
1
+ export { default as PbBarGraphDefault } from './_pb_bar_graph_default.jsx'
2
+ export { default as PbBarGraphLegend } from './_pb_bar_graph_legend.jsx'
3
+ export { default as PbBarGraphLegendPosition } from './_pb_bar_graph_legend_position.jsx'
4
+ export { default as PbBarGraphLegendNonClickable } from './_pb_bar_graph_legend_non_clickable.jsx'
5
+ export { default as PbBarGraphHeight } from './_pb_bar_graph_height.jsx'
6
+ export { default as PbBarGraphSpline } from './_pb_bar_graph_spline.jsx'
7
+ export { default as PbBarGraphColors } from './_pb_bar_graph_colors.jsx'
8
+ export { default as PbBarGraphStacked } from './_pb_bar_graph_stacked.jsx'
9
+ export { default as PbBarGraphNegativeNumbers } from './_pb_bar_graph_negative_numbers.jsx'
10
+ export { default as PbBarGraphSecondaryYAxis } from './_pb_bar_graph_secondary_y_axis.jsx'
11
+ export { default as PbBarGraphHorizontal } from './_pb_bar_graph_horizontal.jsx'