playbook_ui_docs 15.7.0.pre.alpha.play270013253 → 15.7.0.pre.rc.0

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 (206) hide show
  1. checksums.yaml +4 -4
  2. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_background_control_rails.html.erb +5 -11
  3. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_background_control_rails.md +1 -7
  4. data/app/pb_kits/playbook/pb_advanced_table/docs/example.yml +1 -4
  5. data/app/pb_kits/playbook/pb_advanced_table/docs/index.js +1 -3
  6. data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_colors.html.erb +26 -0
  7. data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_colors.jsx +55 -0
  8. data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_colors.md +2 -0
  9. data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_custom_rails.html.erb +42 -0
  10. data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_custom_rails.md +2 -0
  11. data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_default.html.erb +26 -0
  12. data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_default.jsx +55 -0
  13. data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_height.html.erb +26 -0
  14. data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_height.jsx +69 -0
  15. data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_height.md +3 -0
  16. data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_horizontal.html.erb +58 -0
  17. data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_horizontal.jsx +64 -0
  18. data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_legend.html.erb +14 -0
  19. data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_legend.jsx +40 -0
  20. data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_legend_non_clickable.html.erb +15 -0
  21. data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_legend_non_clickable.jsx +48 -0
  22. data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_legend_position.html.erb +62 -0
  23. data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_legend_position.jsx +136 -0
  24. data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_legend_position.md +17 -0
  25. data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_negative_numbers.html.erb +23 -0
  26. data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_negative_numbers.jsx +52 -0
  27. data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_secondary_y_axis.html.erb +26 -0
  28. data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_secondary_y_axis.jsx +86 -0
  29. data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_secondary_y_axis.md +3 -0
  30. data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_spline.html.erb +20 -0
  31. data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_spline.jsx +46 -0
  32. data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_spline.md +2 -0
  33. data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_stacked.html.erb +22 -0
  34. data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_stacked.jsx +55 -0
  35. data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_stacked.md +1 -0
  36. data/app/pb_kits/playbook/pb_bar_graph/docs/_description.md +1 -0
  37. data/app/pb_kits/playbook/pb_bar_graph/docs/example.yml +28 -0
  38. data/app/pb_kits/playbook/pb_bar_graph/docs/index.js +11 -0
  39. data/app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_block.html.erb +26 -0
  40. data/app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_block.jsx +88 -0
  41. data/app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_colors.html.erb +20 -0
  42. data/app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_colors.jsx +44 -0
  43. data/app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_colors_rails.md +2 -0
  44. data/app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_colors_react.md +2 -0
  45. data/app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_custom_tooltip.html.erb +20 -0
  46. data/app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_custom_tooltip.jsx +43 -0
  47. data/app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_custom_tooltip.md +5 -0
  48. data/app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_default.html.erb +19 -0
  49. data/app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_default.jsx +38 -0
  50. data/app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_inner_sizes.html.erb +136 -0
  51. data/app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_inner_sizes.jsx +152 -0
  52. data/app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_legend_position.html.erb +86 -0
  53. data/app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_legend_position.jsx +142 -0
  54. data/app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_legend_position.md +14 -0
  55. data/app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_live_data.jsx +63 -0
  56. data/app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_rounded.html.erb +22 -0
  57. data/app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_rounded.jsx +45 -0
  58. data/app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_labels.html.erb +37 -0
  59. data/app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_labels.jsx +61 -0
  60. data/app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_legend_kit.html.erb +22 -0
  61. data/app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_legend_kit.jsx +41 -0
  62. data/app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_title.html.erb +38 -0
  63. data/app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_title.jsx +55 -0
  64. data/app/pb_kits/playbook/pb_circle_chart/docs/_description.md +1 -0
  65. data/app/pb_kits/playbook/pb_circle_chart/docs/example.yml +26 -0
  66. data/app/pb_kits/playbook/pb_circle_chart/docs/index.js +11 -0
  67. data/app/pb_kits/playbook/pb_contact/docs/example.yml +0 -2
  68. data/app/pb_kits/playbook/pb_contact/docs/index.js +0 -1
  69. data/app/pb_kits/playbook/pb_date_picker/docs/_date_picker_range_pattern_rails.html.erb +14 -23
  70. data/app/pb_kits/playbook/pb_date_picker/docs/_date_picker_range_pattern_rails.md +1 -1
  71. data/app/pb_kits/playbook/pb_dialog/docs/example.yml +0 -4
  72. data/app/pb_kits/playbook/pb_dialog/docs/index.js +1 -3
  73. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_default_rails.html.erb +5 -7
  74. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_display_rails.html.erb +1 -3
  75. data/app/pb_kits/playbook/pb_dropdown/docs/example.yml +0 -5
  76. data/app/pb_kits/playbook/pb_form/docs/_form_form_with.html.erb +1 -1
  77. data/app/pb_kits/playbook/pb_form/docs/_form_form_with_validate.html.erb +1 -2
  78. data/app/pb_kits/playbook/pb_form/docs/example.yml +0 -1
  79. data/app/pb_kits/playbook/pb_gauge/docs/_description.md +1 -0
  80. data/app/pb_kits/playbook/pb_gauge/docs/_gauge_colors.html.erb +12 -0
  81. data/app/pb_kits/playbook/pb_gauge/docs/_gauge_colors.jsx +36 -0
  82. data/app/pb_kits/playbook/pb_gauge/docs/_gauge_colors_rails.md +2 -0
  83. data/app/pb_kits/playbook/pb_gauge/docs/_gauge_colors_react.md +2 -0
  84. data/app/pb_kits/playbook/pb_gauge/docs/_gauge_complex.html.erb +32 -0
  85. data/app/pb_kits/playbook/pb_gauge/docs/_gauge_complex.jsx +146 -0
  86. data/app/pb_kits/playbook/pb_gauge/docs/_gauge_complex_rails.md +1 -0
  87. data/app/pb_kits/playbook/pb_gauge/docs/_gauge_complex_react.md +1 -0
  88. data/app/pb_kits/playbook/pb_gauge/docs/_gauge_default.html.erb +11 -0
  89. data/app/pb_kits/playbook/pb_gauge/docs/_gauge_default.jsx +30 -0
  90. data/app/pb_kits/playbook/pb_gauge/docs/_gauge_disable_animation.html.erb +12 -0
  91. data/app/pb_kits/playbook/pb_gauge/docs/_gauge_disable_animation.jsx +36 -0
  92. data/app/pb_kits/playbook/pb_gauge/docs/_gauge_full_circle.html.erb +14 -0
  93. data/app/pb_kits/playbook/pb_gauge/docs/_gauge_full_circle.jsx +49 -0
  94. data/app/pb_kits/playbook/pb_gauge/docs/_gauge_height.html.erb +15 -0
  95. data/app/pb_kits/playbook/pb_gauge/docs/_gauge_height.jsx +62 -0
  96. data/app/pb_kits/playbook/pb_gauge/docs/_gauge_live_data.jsx +76 -0
  97. data/app/pb_kits/playbook/pb_gauge/docs/_gauge_min_max.html.erb +15 -0
  98. data/app/pb_kits/playbook/pb_gauge/docs/_gauge_min_max.jsx +54 -0
  99. data/app/pb_kits/playbook/pb_gauge/docs/_gauge_min_max.md +1 -0
  100. data/app/pb_kits/playbook/pb_gauge/docs/_gauge_sizing.html.erb +27 -0
  101. data/app/pb_kits/playbook/pb_gauge/docs/_gauge_sizing.jsx +80 -0
  102. data/app/pb_kits/playbook/pb_gauge/docs/_gauge_sizing.md +2 -0
  103. data/app/pb_kits/playbook/pb_gauge/docs/_gauge_title.html.erb +14 -0
  104. data/app/pb_kits/playbook/pb_gauge/docs/_gauge_title.jsx +38 -0
  105. data/app/pb_kits/playbook/pb_gauge/docs/_gauge_units.html.erb +29 -0
  106. data/app/pb_kits/playbook/pb_gauge/docs/_gauge_units.jsx +72 -0
  107. data/app/pb_kits/playbook/pb_gauge/docs/_gauge_units_react.md +1 -0
  108. data/app/pb_kits/playbook/pb_gauge/docs/example.yml +27 -0
  109. data/app/pb_kits/playbook/pb_gauge/docs/index.js +11 -0
  110. data/app/pb_kits/playbook/pb_line_graph/docs/_description.md +1 -0
  111. data/app/pb_kits/playbook/pb_line_graph/docs/_line_graph_colors.html.erb +26 -0
  112. data/app/pb_kits/playbook/pb_line_graph/docs/_line_graph_colors.jsx +56 -0
  113. data/app/pb_kits/playbook/pb_line_graph/docs/_line_graph_colors_rails.md +2 -0
  114. data/app/pb_kits/playbook/pb_line_graph/docs/_line_graph_colors_react.md +3 -0
  115. data/app/pb_kits/playbook/pb_line_graph/docs/_line_graph_default.html.erb +26 -0
  116. data/app/pb_kits/playbook/pb_line_graph/docs/_line_graph_default.jsx +52 -0
  117. data/app/pb_kits/playbook/pb_line_graph/docs/_line_graph_height.html.erb +26 -0
  118. data/app/pb_kits/playbook/pb_line_graph/docs/_line_graph_height.jsx +70 -0
  119. data/app/pb_kits/playbook/pb_line_graph/docs/_line_graph_height.md +3 -0
  120. data/app/pb_kits/playbook/pb_line_graph/docs/_line_graph_legend.html.erb +15 -0
  121. data/app/pb_kits/playbook/pb_line_graph/docs/_line_graph_legend.jsx +43 -0
  122. data/app/pb_kits/playbook/pb_line_graph/docs/_line_graph_legend_nonclickable.html.erb +16 -0
  123. data/app/pb_kits/playbook/pb_line_graph/docs/_line_graph_legend_nonclickable.jsx +49 -0
  124. data/app/pb_kits/playbook/pb_line_graph/docs/_line_graph_legend_position.html.erb +62 -0
  125. data/app/pb_kits/playbook/pb_line_graph/docs/_line_graph_legend_position.jsx +129 -0
  126. data/app/pb_kits/playbook/pb_line_graph/docs/_line_graph_legend_position.md +14 -0
  127. data/app/pb_kits/playbook/pb_line_graph/docs/example.yml +18 -0
  128. data/app/pb_kits/playbook/pb_line_graph/docs/index.js +6 -0
  129. data/app/pb_kits/playbook/pb_popover/docs/_popover_append_to.html.erb +2 -2
  130. data/app/pb_kits/playbook/pb_popover/docs/_popover_append_to.jsx +2 -3
  131. data/app/pb_kits/playbook/pb_table/docs/example.yml +0 -4
  132. data/app/pb_kits/playbook/pb_table/docs/index.js +0 -2
  133. data/app/pb_kits/playbook/pb_text_input/docs/example.yml +0 -3
  134. data/app/pb_kits/playbook/pb_text_input/docs/index.js +0 -1
  135. data/app/pb_kits/playbook/pb_timeline/docs/_timeline_with_date.md +1 -1
  136. data/app/pb_kits/playbook/pb_timeline/docs/example.yml +0 -2
  137. data/app/pb_kits/playbook/pb_timeline/docs/index.js +0 -1
  138. metadata +113 -70
  139. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_background_colors_rails.html.erb +0 -43
  140. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_background_colors_rails.md +0 -1
  141. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_styling_background.jsx +0 -54
  142. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_styling_background.md +0 -9
  143. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_styling_background_multi.jsx +0 -80
  144. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_styling_background_multi.md +0 -3
  145. data/app/pb_kits/playbook/pb_contact/docs/_contact_unstyled.html.erb +0 -33
  146. data/app/pb_kits/playbook/pb_contact/docs/_contact_unstyled.jsx +0 -46
  147. data/app/pb_kits/playbook/pb_contact/docs/_contact_unstyled_rails.md +0 -2
  148. data/app/pb_kits/playbook/pb_contact/docs/_contact_unstyled_react.md +0 -2
  149. data/app/pb_kits/playbook/pb_dialog/docs/_dialog_closeable.html.erb +0 -24
  150. data/app/pb_kits/playbook/pb_dialog/docs/_dialog_closeable.jsx +0 -60
  151. data/app/pb_kits/playbook/pb_dialog/docs/_dialog_closeable.md +0 -3
  152. data/app/pb_kits/playbook/pb_dialog/docs/_dialog_overflow_visible.html.erb +0 -71
  153. data/app/pb_kits/playbook/pb_dialog/docs/_dialog_overflow_visible.jsx +0 -57
  154. data/app/pb_kits/playbook/pb_dialog/docs/_dialog_overflow_visible_rails.md +0 -1
  155. data/app/pb_kits/playbook/pb_dialog/docs/_dialog_overflow_visible_react.md +0 -1
  156. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_quickpick_default_dates.html.erb +0 -19
  157. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_quickpick_rails.html.erb +0 -12
  158. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_quickpick_rails.md +0 -26
  159. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_quickpick_range_end_rails.html.erb +0 -19
  160. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_quickpick_range_end_rails.md +0 -1
  161. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_quickpick_with_date_pickers_default_rails.html.erb +0 -30
  162. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_quickpick_with_date_pickers_default_rails.md +0 -3
  163. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_quickpick_with_date_pickers_rails.html.erb +0 -29
  164. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_quickpick_with_date_pickers_rails.md +0 -13
  165. data/app/pb_kits/playbook/pb_form/docs/_form_with_required_indicator.html.erb +0 -14
  166. data/app/pb_kits/playbook/pb_form/docs/_form_with_required_indicator.md +0 -3
  167. data/app/pb_kits/playbook/pb_table/docs/_table_with_filter_variant.jsx +0 -134
  168. data/app/pb_kits/playbook/pb_table/docs/_table_with_filter_variant.md +0 -34
  169. data/app/pb_kits/playbook/pb_table/docs/_table_with_filter_variant_rails.html.erb +0 -101
  170. data/app/pb_kits/playbook/pb_table/docs/_table_with_filter_variant_rails.md +0 -33
  171. data/app/pb_kits/playbook/pb_table/docs/_table_with_filter_variant_with_pagination.jsx +0 -180
  172. data/app/pb_kits/playbook/pb_table/docs/_table_with_filter_variant_with_pagination.md +0 -3
  173. data/app/pb_kits/playbook/pb_table/docs/_table_with_filter_variant_with_pagination_rails.html.erb +0 -122
  174. data/app/pb_kits/playbook/pb_table/docs/_table_with_filter_variant_with_pagination_rails.md +0 -3
  175. data/app/pb_kits/playbook/pb_text_input/docs/_text_input_required_indicator.html.erb +0 -6
  176. data/app/pb_kits/playbook/pb_text_input/docs/_text_input_required_indicator.jsx +0 -25
  177. data/app/pb_kits/playbook/pb_text_input/docs/_text_input_required_indicator.md +0 -3
  178. data/app/pb_kits/playbook/pb_time_picker/docs/_time_picker_24_hour.html.erb +0 -2
  179. data/app/pb_kits/playbook/pb_time_picker/docs/_time_picker_24_hour.jsx +0 -16
  180. data/app/pb_kits/playbook/pb_time_picker/docs/_time_picker_24_hour.md +0 -1
  181. data/app/pb_kits/playbook/pb_time_picker/docs/_time_picker_default.html.erb +0 -1
  182. data/app/pb_kits/playbook/pb_time_picker/docs/_time_picker_default.jsx +0 -13
  183. data/app/pb_kits/playbook/pb_time_picker/docs/_time_picker_default.md +0 -1
  184. data/app/pb_kits/playbook/pb_time_picker/docs/_time_picker_default_time.html.erb +0 -4
  185. data/app/pb_kits/playbook/pb_time_picker/docs/_time_picker_default_time.jsx +0 -29
  186. data/app/pb_kits/playbook/pb_time_picker/docs/_time_picker_default_time.md +0 -1
  187. data/app/pb_kits/playbook/pb_time_picker/docs/_time_picker_disabled.html.erb +0 -13
  188. data/app/pb_kits/playbook/pb_time_picker/docs/_time_picker_disabled.jsx +0 -23
  189. data/app/pb_kits/playbook/pb_time_picker/docs/_time_picker_error.html.erb +0 -5
  190. data/app/pb_kits/playbook/pb_time_picker/docs/_time_picker_error.jsx +0 -15
  191. data/app/pb_kits/playbook/pb_time_picker/docs/_time_picker_input_options.html.erb +0 -14
  192. data/app/pb_kits/playbook/pb_time_picker/docs/_time_picker_label.html.erb +0 -2
  193. data/app/pb_kits/playbook/pb_time_picker/docs/_time_picker_label.jsx +0 -15
  194. data/app/pb_kits/playbook/pb_time_picker/docs/_time_picker_min_max_time.html.erb +0 -42
  195. data/app/pb_kits/playbook/pb_time_picker/docs/_time_picker_min_max_time.jsx +0 -52
  196. data/app/pb_kits/playbook/pb_time_picker/docs/_time_picker_min_max_time.md +0 -1
  197. data/app/pb_kits/playbook/pb_time_picker/docs/_time_picker_on_handler.jsx +0 -45
  198. data/app/pb_kits/playbook/pb_time_picker/docs/_time_picker_on_handler.md +0 -1
  199. data/app/pb_kits/playbook/pb_time_picker/docs/_time_picker_timezone.html.erb +0 -3
  200. data/app/pb_kits/playbook/pb_time_picker/docs/_time_picker_timezone.jsx +0 -21
  201. data/app/pb_kits/playbook/pb_time_picker/docs/_time_picker_timezone.md +0 -1
  202. data/app/pb_kits/playbook/pb_time_picker/docs/example.yml +0 -24
  203. data/app/pb_kits/playbook/pb_time_picker/docs/index.js +0 -9
  204. data/app/pb_kits/playbook/pb_timeline/docs/_timeline_show_current_year.html.erb +0 -60
  205. data/app/pb_kits/playbook/pb_timeline/docs/_timeline_show_current_year.jsx +0 -118
  206. data/app/pb_kits/playbook/pb_timeline/docs/_timeline_show_current_year.md +0 -1
@@ -0,0 +1,62 @@
1
+ <% 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
+ <%= pb_rails("title", props: {size: 4, text: "align | vertical_align", padding_top: "sm", padding_bottom: "sm"})%>
19
+
20
+ <%= pb_rails("bar_graph", props: {
21
+ axis_title: 'Number of Employees',
22
+ chart_data: data,
23
+ id:"legend-position-bar",
24
+ y_axis_min: 0,
25
+ x_axis_categories:['Jan'],
26
+ title: 'Alignment of Legend',
27
+ legend: true,
28
+ align: 'right',
29
+ vertical_align: 'top',
30
+ padding_bottom: "sm",
31
+ }) %>
32
+
33
+ <%= pb_rails("title", props: {size: 4, text: "layout", padding_top: "sm", padding_bottom: "sm"})%>
34
+
35
+ <%= pb_rails("bar_graph", props: {
36
+ axis_title: 'Number of Employees',
37
+ chart_data: data,
38
+ id:"legend-position-bar-1",
39
+ y_axis_min: 0,
40
+ x_axis_categories:['Jan'],
41
+ title: 'Layout of Legend',
42
+ legend: true,
43
+ layout: 'vertical',
44
+ padding_top: "sm",
45
+ padding_bottom: "sm",
46
+ }) %>
47
+
48
+ <%= pb_rails("title", props: {size: 4, text: "x | y", padding_top: "sm", padding_bottom: "sm"})%>
49
+
50
+ <%= pb_rails("bar_graph", props: {
51
+ axis_title: 'Number of Employees',
52
+ chart_data: data,
53
+ id:"legend-position-bar-2",
54
+ y_axis_min: 0,
55
+ x_axis_categories:['Jan'],
56
+ title: 'Offset of Legend',
57
+ legend: true,
58
+ layout: "vertical",
59
+ x: 100,
60
+ y: 10,
61
+ padding_top: "sm",
62
+ }) %>
@@ -0,0 +1,136 @@
1
+ import React from 'react'
2
+ import barGraphTheme from '../barGraphTheme';
3
+ import Highcharts from "highcharts";
4
+ import HighchartsReact from "highcharts-react-official";
5
+
6
+ import Title from "../../pb_title/_title"
7
+
8
+
9
+ const chartData = [{
10
+ name: 'Installation',
11
+ data: [1475],
12
+ }, {
13
+ name: 'Manufacturing',
14
+ data: [4434],
15
+ }, {
16
+ name: 'Sales & Distribution',
17
+ data: [3387],
18
+ }, {
19
+ name: 'Project Development',
20
+ data: [3227],
21
+ }, {
22
+ name: 'Other',
23
+ data: [1111],
24
+ }]
25
+
26
+ const alignChartOptions = {
27
+ series: chartData,
28
+ title: {
29
+ text: 'Alignment of Legend',
30
+ },
31
+ subtitle: {
32
+ text: 'Source: thesolarfoundation.com',
33
+ },
34
+ xAxis: {
35
+ categories: ['Jan'],
36
+ },
37
+ yAxis: {
38
+ title: {
39
+ text: 'Number of Employees',
40
+ },
41
+ },
42
+ legend: {
43
+ enabled: true,
44
+ verticalAlign: 'top',
45
+ align: 'right',
46
+ },
47
+ }
48
+
49
+ const layoutChartOptions = {
50
+ series: chartData,
51
+ title: {
52
+ text: 'Layout of Legend',
53
+ },
54
+ xAxis: {
55
+ categories: ['Jan'],
56
+ },
57
+ yAxis: {
58
+ title: {
59
+ text: 'Number of Employees',
60
+ },
61
+ },
62
+ legend: {
63
+ enabled: true,
64
+ layout: 'vertical',
65
+ },
66
+ }
67
+
68
+ const offsetChartOptions = {
69
+ series: chartData,
70
+ title: {
71
+ text: 'Offset of Legend',
72
+ },
73
+ xAxis: {
74
+ categories: ['Jan'],
75
+ },
76
+ yAxis: {
77
+ title: {
78
+ text: 'Number of Employees',
79
+ },
80
+ },
81
+ legend: {
82
+ enabled: true,
83
+ layout: 'vertical',
84
+ x: 100,
85
+ y: 10,
86
+ },
87
+ }
88
+
89
+ const BarGraphLegendPosition = () => {
90
+ const alignOptions = Highcharts.merge({}, barGraphTheme, alignChartOptions)
91
+ const layoutOptions = Highcharts.merge({}, barGraphTheme, layoutChartOptions)
92
+ const offsetOptions = Highcharts.merge({}, barGraphTheme, offsetChartOptions)
93
+
94
+
95
+ return (
96
+ <div>
97
+ <Title
98
+ paddingBottom="sm"
99
+ paddingTop="sm"
100
+ size={4}
101
+ tag="h4"
102
+ text="align | verticalAlign"
103
+ />
104
+ <HighchartsReact
105
+ highcharts={Highcharts}
106
+ options={alignOptions}
107
+ />
108
+
109
+ <Title
110
+ paddingBottom="sm"
111
+ paddingTop="sm"
112
+ size={4}
113
+ tag="h4"
114
+ text="layout"
115
+ />
116
+ <HighchartsReact
117
+ highcharts={Highcharts}
118
+ options={layoutOptions}
119
+ />
120
+
121
+ <Title
122
+ paddingBottom="sm"
123
+ paddingTop="sm"
124
+ size={4}
125
+ tag="h4"
126
+ text="x | y"
127
+ />
128
+ <HighchartsReact
129
+ highcharts={Highcharts}
130
+ options={offsetOptions}
131
+ />
132
+ </div>
133
+ )
134
+ }
135
+
136
+ export default BarGraphLegendPosition
@@ -0,0 +1,17 @@
1
+ ##### Prop
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
+ -
10
+
11
+ - `layout` determines the position of the legend items
12
+ `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.
13
+
14
+ - `x` offsets the legend relative to its horizontal alignmnet. Negative x moves it to the left, positive x moves it to the right
15
+
16
+
17
+ - `y` offsets the legend relative to its vertical alignmnet. Negative y moves it up, positive y moves it down.
@@ -0,0 +1,23 @@
1
+ <% 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
+ <%= pb_rails("bar_graph", props: {
17
+ axis_title: 'Number of Employees',
18
+ chart_data: data,
19
+ id: "bar-default",
20
+ x_axis_categories:['Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep','Oct','Nov','Dec'],
21
+ title: 'Bar Graph with Negative Numbers',
22
+ legend: true,
23
+ }) %>
@@ -0,0 +1,52 @@
1
+ import React from 'react'
2
+ import barGraphTheme from '../barGraphTheme';
3
+ import Highcharts from "highcharts";
4
+ import HighchartsReact from "highcharts-react-official";
5
+
6
+
7
+ const chartData = [{
8
+ name: 'Installation',
9
+ data: [-475, 400, -1000, 354, -856],
10
+ threshold: 0
11
+ }, {
12
+ name: 'Manufacturing',
13
+ data: [1475, 200, 1000, 654, -656],
14
+ threshold: 0
15
+ },
16
+ {
17
+ name: 'Sales & Distribution',
18
+ data: [1270, 100, -1200, 554, 756],
19
+ threshold: 0
20
+ }]
21
+
22
+ const chartOptions = {
23
+ series: chartData,
24
+ title: {
25
+ text: "Bar Graph with Negative Numbers",
26
+ },
27
+ xAxis: {
28
+ categories: ["Jan", "Feb", "Mar", "Apr", "May"],
29
+ },
30
+ yAxis: {
31
+ title: {
32
+ text: "Number of Employees",
33
+ },
34
+ },
35
+ legend: { enabled: true },
36
+ };
37
+
38
+
39
+ const BarGraphStacked = () => {
40
+ const options = Highcharts.merge({}, barGraphTheme, chartOptions)
41
+
42
+ return(
43
+ <div>
44
+ <HighchartsReact
45
+ highcharts={Highcharts}
46
+ options={options}
47
+ />
48
+ </div>
49
+ )
50
+ }
51
+
52
+ export default BarGraphStacked
@@ -0,0 +1,26 @@
1
+ <% 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
+ <% axis_titles = [{name: "Number of Installations"}, {name: "Percentage"}] %>
13
+
14
+ <% axis_formats = [{format: ""}, {format: "{value}%"}] %>
15
+
16
+ <%= pb_rails("bar_graph", props: {
17
+ axis_format: axis_formats,
18
+ axis_title: axis_titles,
19
+ chart_data: data,
20
+ id: "bar-spline",
21
+ y_axis_min: 0,
22
+ x_axis_categories:['Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep','Oct','Nov','Dec'],
23
+ subtitle: 'Source: thesolarfoundation.com',
24
+ title: 'Bar Graph with Secondary Y-axis',
25
+ legend: true,
26
+ }) %>
@@ -0,0 +1,86 @@
1
+ import React from 'react'
2
+ import barGraphTheme from '../barGraphTheme';
3
+ import Highcharts from "highcharts"
4
+ import HighchartsReact from "highcharts-react-official"
5
+
6
+
7
+ import colors from '../../tokens/exports/_colors.module.scss'
8
+ import typography from '../../tokens/exports/_typography.module.scss'
9
+
10
+ const chartData = [{
11
+ name: 'Number of Installations',
12
+ data: [1475, 200, 3000, 654, 656],
13
+ }, {
14
+ type: 'spline',
15
+ name: 'Percentage',
16
+ data: [48, 70, 25, 55, 72],
17
+ color: '#F9BB00',
18
+ yAxis: 1
19
+ }]
20
+
21
+ const chartOptions = {
22
+ series: chartData,
23
+ title: {
24
+ text: "Bar Graph with Secondary Y-axis",
25
+ },
26
+ xAxis: {
27
+ categories: ["Jan", "Feb", "Mar", "Apr", "May"],
28
+ },
29
+ yAxis: [{
30
+ labels: {
31
+ style: {
32
+ fontFamily: typography.font_family_base,
33
+ color: colors.text_lt_lighter,
34
+ fontWeight: typography.bold,
35
+ fontSize: typography.text_smaller,
36
+ },
37
+ },
38
+ title: {
39
+ text: "Number of Employees",
40
+ style: {
41
+ fontFamily: typography.font_family_base,
42
+ color: colors.text_lt_lighter,
43
+ fontWeight: typography.bold,
44
+ fontSize: typography.text_smaller,
45
+ },
46
+ },
47
+ }, {
48
+ labels: {
49
+ style: {
50
+ fontFamily: typography.font_family_base,
51
+ color: colors.text_lt_lighter,
52
+ fontWeight: typography.bold,
53
+ fontSize: typography.text_smaller,
54
+ },
55
+ },
56
+ title: {
57
+ text: "Percentage",
58
+ style: {
59
+ fontFamily: typography.font_family_base,
60
+ color: colors.text_lt_lighter,
61
+ fontWeight: typography.bold,
62
+ fontSize: typography.text_smaller,
63
+ },
64
+ },
65
+
66
+ opposite: true,
67
+ min: 0,
68
+ max: 100
69
+ }],
70
+ legend: { enabled: true },
71
+ }
72
+
73
+ const BarGraphSecondaryYAxis = () => {
74
+ const options = Highcharts.merge({}, barGraphTheme, chartOptions)
75
+
76
+ return (
77
+ <div>
78
+ <HighchartsReact
79
+ highcharts={Highcharts}
80
+ options={options}
81
+ />
82
+ </div>
83
+ )
84
+ }
85
+
86
+ export default BarGraphSecondaryYAxis
@@ -0,0 +1,3 @@
1
+ Optionally add a second yAxis to support secondary datasets (e.x., a spline) by passing `yAxis: 1` to the second node of your `chartData` array.
2
+
3
+ To customize the format and/or title of your secondary yAxis, pass your desired values as arrays through the `axisFormat` and `axisTitle` props, respectively.
@@ -0,0 +1,20 @@
1
+ <% 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
+ <%= pb_rails("bar_graph", props: {
12
+ axis_title: 'Number of Employees',
13
+ chart_data: data,
14
+ id: "bar-spline",
15
+ y_axis_min: 0,
16
+ x_axis_categories:['Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep','Oct','Nov','Dec'],
17
+ subtitle: 'Source: thesolarfoundation.com',
18
+ title: 'Bar Graph with Spline',
19
+ legend: true,
20
+ }) %>
@@ -0,0 +1,46 @@
1
+ import React from 'react'
2
+ import barGraphTheme from '../barGraphTheme';
3
+ import Highcharts from "highcharts";
4
+ import HighchartsReact from "highcharts-react-official";
5
+
6
+
7
+ const chartData = [{
8
+ name: 'Number of Installations',
9
+ data: [1475, 200, 3000, 654, 656],
10
+ }, {
11
+ type: 'spline',
12
+ name: 'Trend Line',
13
+ data: [1975, 600, 2500, 924, 500],
14
+ color: '#F9BB00',
15
+ }]
16
+
17
+ const chartOptions = {
18
+ series: chartData,
19
+ title: {
20
+ text: "Bar Graph with Spline",
21
+ },
22
+ xAxis: {
23
+ categories: ["Jan", "Feb", "Mar", "Apr", "May"],
24
+ },
25
+ yAxis: {
26
+ title: {
27
+ text: "Number of Employees",
28
+ },
29
+ },
30
+ legend: { enabled: true },
31
+ };
32
+
33
+ const BarGraphSpline = () => {
34
+ const options = Highcharts.merge({}, barGraphTheme, chartOptions)
35
+
36
+ return (
37
+ <div>
38
+ <HighchartsReact
39
+ highcharts={Highcharts}
40
+ options={options}
41
+ />
42
+ </div>
43
+ )
44
+ }
45
+
46
+ export default BarGraphSpline
@@ -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,22 @@
1
+ <% 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
+ <%= pb_rails("bar_graph", props: {
14
+ axis_title: 'Number of Employees',
15
+ chart_data: data,
16
+ id: "bar-default",
17
+ y_axis_min: 0,
18
+ x_axis_categories:['Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep','Oct','Nov','Dec'],
19
+ stacking: "normal",
20
+ title: 'Bar Graph with Stacked Columns',
21
+ legend: true,
22
+ }) %>
@@ -0,0 +1,55 @@
1
+ import React from 'react'
2
+ import barGraphTheme from '../barGraphTheme';
3
+ import Highcharts from "highcharts";
4
+ import HighchartsReact from "highcharts-react-official";
5
+
6
+
7
+ const chartData = [{
8
+ name: 'Installation',
9
+ data: [1475, 200, 3000, 654, 656],
10
+ },
11
+ {
12
+ name: 'Manufacturing',
13
+ data: [1270, 800, 200, 454, 956],
14
+ }, {
15
+ name: 'Sales & Distribution',
16
+ data: [975, 1600, 1500, 924, 500],
17
+ }]
18
+
19
+ const chartOptions = {
20
+ series: chartData,
21
+ title: {
22
+ text: "Bar Graph with Stacked Columns",
23
+ },
24
+ xAxis: {
25
+ categories: ["Jan", "Feb", "Mar", "Apr", "May"],
26
+ },
27
+ yAxis: {
28
+ title: {
29
+ text: "Number of Employees",
30
+ },
31
+ },
32
+ plotOptions: {
33
+ column: {
34
+ stacking: 'normal',
35
+ borderWidth: 0,
36
+ }
37
+ },
38
+ legend: { enabled: true },
39
+ };
40
+
41
+
42
+ const BarGraphStacked = () => {
43
+ const options = Highcharts.merge({}, barGraphTheme, chartOptions)
44
+
45
+ return (
46
+ <div>
47
+ <HighchartsReact
48
+ highcharts={Highcharts}
49
+ options={options}
50
+ />
51
+ </div>
52
+ )
53
+ }
54
+
55
+ export default BarGraphStacked
@@ -0,0 +1 @@
1
+ The `stacking` prop can be used for a stacked bar graph. The prop allows for `normal` or `percent` as options.
@@ -0,0 +1 @@
1
+ **Important Note for the React Kit**: In order to leverage this kit, you must install `highcharts` and `highcharts-react-official` into your project as shown below. To then apply Playbook styles to your Highchart, import BarGraphTheme.ts from playbook-ui and merge it with your Highchart options. Then, pass the merged value to the options prop. Playbook’s styling will be applied automatically. See the examples in the documentation below.
@@ -0,0 +1,28 @@
1
+ examples:
2
+
3
+ rails:
4
+ - bar_graph_default: Default
5
+ - bar_graph_legend: Legend
6
+ - bar_graph_legend_position: Legend Position
7
+ - bar_graph_height: Height
8
+ - bar_graph_spline: Spline
9
+ - bar_graph_colors: Color Overrides
10
+ - bar_graph_custom_rails: Custom Overrides
11
+ - bar_graph_stacked: Stacked
12
+ - bar_graph_negative_numbers: Negative Numbers
13
+ - bar_graph_secondary_y_axis: Secondary Y-Axis
14
+ - bar_graph_horizontal: Custom Options From Highcharts
15
+
16
+
17
+ react:
18
+ - bar_graph_default: Default
19
+ - bar_graph_legend: Legend
20
+ - bar_graph_legend_position: Legend Position
21
+ - bar_graph_legend_non_clickable: Legend Non Clickable
22
+ - bar_graph_height: Height
23
+ - bar_graph_spline: Spline
24
+ - bar_graph_colors: Color Overrides
25
+ - bar_graph_stacked: Stacked
26
+ - bar_graph_negative_numbers: Negative Numbers
27
+ - bar_graph_secondary_y_axis: Secondary Y-Axis
28
+ - bar_graph_horizontal: Horizontal Bar Graph
@@ -0,0 +1,11 @@
1
+ export { default as BarGraphDefault } from './_bar_graph_default.jsx'
2
+ export { default as BarGraphLegend } from './_bar_graph_legend.jsx'
3
+ export { default as BarGraphLegendPosition } from './_bar_graph_legend_position.jsx'
4
+ export { default as BarGraphLegendNonClickable } from './_bar_graph_legend_non_clickable.jsx'
5
+ export { default as BarGraphHeight } from './_bar_graph_height.jsx'
6
+ export { default as BarGraphSpline } from './_bar_graph_spline.jsx'
7
+ export { default as BarGraphColors } from './_bar_graph_colors.jsx'
8
+ export { default as BarGraphStacked } from './_bar_graph_stacked.jsx'
9
+ export { default as BarGraphNegativeNumbers } from './_bar_graph_negative_numbers.jsx'
10
+ export { default as BarGraphSecondaryYAxis } from './_bar_graph_secondary_y_axis.jsx'
11
+ export { default as BarGraphHorizontal } from './_bar_graph_horizontal.jsx'
@@ -0,0 +1,26 @@
1
+ <% data_51 = [{
2
+ name: 'Waiting for Calls',
3
+ value: 41,
4
+ },
5
+ {
6
+ name: 'On Call',
7
+ value: 49,
8
+ },
9
+ {
10
+ name: 'After Call',
11
+ value: 10,
12
+ }
13
+ ] %>
14
+
15
+ <br><br>
16
+
17
+ <%= pb_rails("circle_chart", props: {
18
+ chart_data: data_51,
19
+ id: "with-a-block-2",
20
+ rounded: true,
21
+ }) do %>
22
+ <%= pb_rails('title', props: {text: "83", size: 1, tag: 'div'}) %>
23
+ <% end %>
24
+
25
+
26
+