playbook_ui 15.3.0.pre.alpha.play262912095 → 15.3.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.
- checksums.yaml +4 -4
- data/app/pb_kits/playbook/_playbook.scss +5 -5
- data/app/pb_kits/playbook/pb_advanced_table/Components/RegularTableView.tsx +1 -2
- data/app/pb_kits/playbook/pb_advanced_table/Components/TableHeaderCell.tsx +1 -3
- data/app/pb_kits/playbook/pb_advanced_table/Hooks/useTableActions.ts +3 -18
- data/app/pb_kits/playbook/pb_advanced_table/Hooks/useTableState.ts +14 -71
- data/app/pb_kits/playbook/pb_advanced_table/SubKits/TableHeader.tsx +0 -3
- data/app/pb_kits/playbook/pb_advanced_table/Utilities/RowUtils.ts +1 -1
- data/app/pb_kits/playbook/pb_advanced_table/_advanced_table.scss +4 -4
- data/app/pb_kits/playbook/pb_advanced_table/_advanced_table.tsx +3 -12
- data/app/pb_kits/playbook/pb_advanced_table/advanced_table.html.erb +2 -2
- data/app/pb_kits/playbook/pb_advanced_table/advanced_table.test.jsx +5 -127
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_beta.md +1 -3
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_beta_sort.html.erb +3 -3
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_beta_subrow_headers.html.erb +3 -3
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_collapsible_trail_rails.html.erb +2 -2
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_border_color.md +1 -1
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_border_color_rails.md +1 -1
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_styling.jsx +1 -3
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_styling.md +1 -3
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_styling_column_headers.jsx +1 -1
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_styling_column_headers_rails.html.erb +2 -2
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_styling_rails.html.erb +2 -3
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_styling_rails.md +1 -3
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_inline_row_loading.jsx +0 -28
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_inline_row_loading.md +2 -11
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_padding_control.jsx +1 -9
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_padding_control.md +1 -1
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_pagination_with_props.jsx +1 -4
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_pagination_with_props.md +2 -3
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_row_styling_rails.md +1 -1
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_row_styling_react.md +1 -1
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_selectable_rows_rails.html.erb +2 -2
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_sticky_columns_and_header.md +1 -1
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_table_props_sticky_header_rails.md +1 -1
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_table_props_sticky_header_react.md +1 -1
- data/app/pb_kits/playbook/pb_advanced_table/docs/example.yml +0 -3
- data/app/pb_kits/playbook/pb_advanced_table/flat_advanced_table.js +2 -2
- data/app/pb_kits/playbook/pb_advanced_table/index.js +8 -12
- data/app/pb_kits/playbook/pb_advanced_table/scss_partials/advanced_table_sticky_mixin.scss +2 -2
- data/app/pb_kits/playbook/pb_advanced_table/table_body.rb +6 -6
- data/app/pb_kits/playbook/pb_advanced_table/table_header.rb +6 -6
- data/app/pb_kits/playbook/pb_advanced_table/table_row.html.erb +2 -3
- data/app/pb_kits/playbook/pb_advanced_table/table_row.rb +6 -79
- data/app/pb_kits/playbook/pb_background/background.html.erb +2 -10
- data/app/pb_kits/playbook/pb_background/docs/_background_category.md +1 -1
- data/app/pb_kits/playbook/pb_bread_crumbs/docs/_bread_crumbs_default.html.erb +4 -4
- data/app/pb_kits/playbook/pb_bread_crumbs/docs/_bread_crumbs_default.jsx +0 -4
- data/app/pb_kits/playbook/pb_card/docs/_card_background.md +1 -1
- data/app/pb_kits/playbook/pb_card/docs/_card_header.md +1 -1
- data/app/pb_kits/playbook/pb_card/docs/_card_highlight.md +1 -1
- data/app/pb_kits/playbook/pb_card/docs/_card_light.md +1 -1
- data/app/pb_kits/playbook/pb_currency/_currency.tsx +7 -20
- data/app/pb_kits/playbook/pb_currency/currency.rb +8 -35
- data/app/pb_kits/playbook/pb_currency/currency.test.js +0 -47
- data/app/pb_kits/playbook/pb_currency/docs/_currency_variants.html.erb +1 -1
- data/app/pb_kits/playbook/pb_currency/docs/_currency_variants.jsx +1 -1
- data/app/pb_kits/playbook/pb_date_picker/date_picker.rb +0 -2
- data/app/pb_kits/playbook/pb_date_picker/docs/_date_picker_range_pattern.jsx +1 -1
- data/app/pb_kits/playbook/pb_date_picker/sass_partials/_quick_pick_styles.scss +30 -11
- data/app/pb_kits/playbook/pb_distribution_bar/docs/_distribution_bar_custom_colors.md +1 -1
- data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_active_style_options_react.md +1 -1
- data/app/pb_kits/playbook/pb_filter/docs/_filter_max_width.md +1 -1
- data/app/pb_kits/playbook/pb_fixed_confirmation_toast/_fixed_confirmation_toast.scss +1 -0
- data/app/pb_kits/playbook/pb_fixed_confirmation_toast/_fixed_confirmation_toast.tsx +3 -5
- data/app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_description.md +0 -2
- data/app/pb_kits/playbook/pb_fixed_confirmation_toast/fixed_confirmation_toast.rb +1 -4
- data/app/pb_kits/playbook/pb_fixed_confirmation_toast/fixed_confirmation_toast.test.js +0 -10
- data/app/pb_kits/playbook/pb_form/docs/_form_form_with_loading.html.erb +1 -1
- data/app/pb_kits/playbook/pb_form/formHelper.js +1 -1
- data/app/pb_kits/playbook/pb_form_pill/docs/_form_pill_truncated_text_rails.md +1 -1
- data/app/pb_kits/playbook/pb_form_pill/docs/_form_pill_truncated_text_react.md +1 -1
- data/app/pb_kits/playbook/pb_icon/docs/_icon_color.md +1 -1
- data/app/pb_kits/playbook/pb_icon_circle/docs/_icon_circle_color.md +1 -1
- data/app/pb_kits/playbook/pb_icon_stat_value/docs/_icon_stat_value_color.html.erb +14 -7
- data/app/pb_kits/playbook/pb_icon_stat_value/docs/_icon_stat_value_color.jsx +15 -6
- data/app/pb_kits/playbook/pb_layout/docs/_layout_collection.md +1 -1
- data/app/pb_kits/playbook/pb_nav/docs/_collapsible_nav_item_spacing.md +1 -1
- data/app/pb_kits/playbook/pb_nav/docs/_nav_with_spacing_control.md +1 -1
- data/app/pb_kits/playbook/pb_overlay/docs/_overlay_layout.md +1 -1
- data/app/pb_kits/playbook/pb_pb_bar_graph/_pb_bar_graph.tsx +6 -8
- data/app/pb_kits/playbook/pb_pb_bar_graph/pb_bar_graph.rb +10 -7
- data/app/pb_kits/playbook/pb_pb_bar_graph/pbbargraph.test.jsx +1 -73
- data/app/pb_kits/playbook/pb_pb_circle_chart/_pb_circle_chart.tsx +1 -1
- data/app/pb_kits/playbook/pb_pb_circle_chart/pb_circle_chart.rb +10 -7
- data/app/pb_kits/playbook/pb_pb_circle_chart/pb_circle_chart.test.jsx +0 -47
- data/app/pb_kits/playbook/pb_phone_number_input/_phone_number_input.tsx +6 -25
- data/app/pb_kits/playbook/pb_pill/docs/_description.md +1 -1
- data/app/pb_kits/playbook/pb_popover/_popover.tsx +34 -69
- data/app/pb_kits/playbook/pb_popover/docs/example.yml +0 -1
- data/app/pb_kits/playbook/pb_popover/docs/index.js +0 -1
- data/app/pb_kits/playbook/pb_popover/popover.test.js +0 -80
- data/app/pb_kits/playbook/pb_rich_text_editor/TipTap/Toolbar.tsx +2 -41
- data/app/pb_kits/playbook/pb_rich_text_editor/TipTap/ToolbarDropdown.tsx +0 -1
- data/app/pb_kits/playbook/pb_rich_text_editor/_rich_text_editor.tsx +20 -60
- data/app/pb_kits/playbook/pb_rich_text_editor/_tiptap_styles.scss +0 -36
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/_description.md +1 -1
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/example.yml +2 -8
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/index.js +0 -6
- data/app/pb_kits/playbook/pb_rich_text_editor/rich_text_editor.test.js +1 -127
- data/app/pb_kits/playbook/pb_section_separator/docs/_description.md +1 -1
- data/app/pb_kits/playbook/pb_selectable_card/_selectable_card.scss +0 -29
- data/app/pb_kits/playbook/pb_skeleton_loading/docs/_skeleton_loading_border_radius_rails.md +1 -1
- data/app/pb_kits/playbook/pb_skeleton_loading/docs/_skeleton_loading_border_radius_react.md +1 -1
- data/app/pb_kits/playbook/pb_skeleton_loading/docs/_skeleton_loading_layout.md +1 -1
- data/app/pb_kits/playbook/pb_table/docs/_table_side_highlight.md +1 -1
- data/app/pb_kits/playbook/pb_table/docs/_table_sm.md +1 -1
- data/app/pb_kits/playbook/pb_table/docs/example.yml +0 -2
- data/app/pb_kits/playbook/pb_table/docs/index.js +0 -1
- data/app/pb_kits/playbook/pb_text_input/text_input.rb +2 -2
- data/app/pb_kits/playbook/pb_typeahead/_typeahead.test.jsx +1 -76
- data/app/pb_kits/playbook/pb_typeahead/_typeahead.tsx +2 -85
- data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_truncated_text.md +1 -1
- data/app/pb_kits/playbook/pb_typeahead/docs/example.yml +0 -4
- data/app/pb_kits/playbook/pb_typeahead/docs/index.js +0 -2
- data/app/pb_kits/playbook/tokens/_positioning.scss +0 -1
- data/app/pb_kits/playbook/utilities/_positioning.scss +1 -6
- data/app/pb_kits/playbook/utilities/globalProps.ts +1 -3
- data/dist/chunks/{_line_graph-CqE0-dq5.js → _line_graph-DY4PK6AH.js} +1 -1
- data/dist/chunks/_typeahead-fQDb_yVO.js +6 -0
- data/dist/chunks/{_weekday_stacked-W1kKx2Gl.js → _weekday_stacked-D_bGbWtk.js} +3 -3
- data/dist/chunks/{lib-CGxXTQ75.js → lib-QZuu1ltS.js} +1 -1
- data/dist/chunks/{pb_form_validation-DebqlUKZ.js → pb_form_validation-CleM960_.js} +1 -1
- data/dist/chunks/vendor.js +1 -1
- data/dist/menu.yml +0 -12
- data/dist/playbook-doc.js +2 -2
- data/dist/playbook-rails-react-bindings.js +1 -1
- data/dist/playbook-rails.js +1 -1
- data/dist/playbook.css +1 -1
- data/lib/playbook/pb_forms_helper.rb +6 -7
- data/lib/playbook/version.rb +2 -2
- data/lib/playbook/z_index.rb +1 -1
- metadata +8 -101
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_background_control_rails.html.erb +0 -43
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_background_control_rails.md +0 -1
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_padding_control_per_row_rails.html.erb +0 -51
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_padding_control_per_row_rails.md +0 -1
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_padding_control_rails.html.erb +0 -40
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_padding_control_rails.md +0 -1
- data/app/pb_kits/playbook/pb_advanced_table/docs/_mock_data_inline_loading_empty_children.js +0 -42
- data/app/pb_kits/playbook/pb_currency/docs/_currency_variants.md +0 -1
- data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_description.md +0 -3
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_description.md +0 -3
- data/app/pb_kits/playbook/pb_pb_gauge_chart/_pb_gauge_chart.scss +0 -3
- data/app/pb_kits/playbook/pb_pb_gauge_chart/_pb_gauge_chart.tsx +0 -69
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_description.md +0 -3
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_color.html.erb +0 -12
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_color.jsx +0 -24
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_color.md +0 -5
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_complex.html.erb +0 -45
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_complex.jsx +0 -119
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_complex.md +0 -1
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_default.html.erb +0 -5
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_default.jsx +0 -17
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_disable_animation.html.erb +0 -12
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_disable_animation.jsx +0 -24
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_full_circle.html.erb +0 -23
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_full_circle.jsx +0 -37
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_height.html.erb +0 -40
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_height.jsx +0 -56
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_live_data.jsx +0 -64
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_min_max.html.erb +0 -27
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_min_max.jsx +0 -40
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_min_max.md +0 -1
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_sizing.html.erb +0 -19
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_sizing.jsx +0 -65
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_sizing.md +0 -3
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_title.html.erb +0 -14
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_title.jsx +0 -27
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_units.html.erb +0 -39
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_units.jsx +0 -58
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_units.md +0 -1
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/example.yml +0 -29
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/index.js +0 -11
- data/app/pb_kits/playbook/pb_pb_gauge_chart/pbGaugeGraphTheme.ts +0 -91
- data/app/pb_kits/playbook/pb_pb_gauge_chart/pb_gauge_chart.html.erb +0 -1
- data/app/pb_kits/playbook/pb_pb_gauge_chart/pb_gauge_chart.rb +0 -25
- data/app/pb_kits/playbook/pb_pb_gauge_chart/pb_gauge_chart.test.jsx +0 -80
- data/app/pb_kits/playbook/pb_pb_line_graph/_pb_line_graph.scss +0 -3
- data/app/pb_kits/playbook/pb_pb_line_graph/_pb_line_graph.tsx +0 -61
- data/app/pb_kits/playbook/pb_pb_line_graph/docs/_description.md +0 -3
- data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_colors.html.erb +0 -34
- data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_colors.jsx +0 -52
- data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_colors.md +0 -5
- data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_default.html.erb +0 -34
- data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_default.jsx +0 -45
- data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_height.html.erb +0 -47
- data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_height.jsx +0 -64
- data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_height.md +0 -3
- data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_legend.html.erb +0 -24
- data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_legend.jsx +0 -37
- data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_legend_nonclickable.html.erb +0 -39
- data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_legend_nonclickable.jsx +0 -45
- data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_legend_position.html.erb +0 -86
- data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_legend_position.jsx +0 -116
- data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_legend_position.md +0 -11
- data/app/pb_kits/playbook/pb_pb_line_graph/docs/example.yml +0 -20
- data/app/pb_kits/playbook/pb_pb_line_graph/docs/index.js +0 -6
- data/app/pb_kits/playbook/pb_pb_line_graph/pbLineGraphTheme.ts +0 -125
- data/app/pb_kits/playbook/pb_pb_line_graph/pb_line_graph.html.erb +0 -1
- data/app/pb_kits/playbook/pb_pb_line_graph/pb_line_graph.rb +0 -25
- data/app/pb_kits/playbook/pb_pb_line_graph/pb_line_graph.test.jsx +0 -110
- data/app/pb_kits/playbook/pb_popover/docs/_popover_append_to.jsx +0 -68
- data/app/pb_kits/playbook/pb_popover/docs/_popover_append_to_react.md +0 -1
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_attributes.jsx +0 -38
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_attributes.md +0 -1
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_focus.jsx +0 -34
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_focus.md +0 -1
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_inline.jsx +0 -37
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_inline.md +0 -1
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_simple.jsx +0 -37
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_sticky.jsx +0 -38
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_sticky.md +0 -1
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_templates.jsx +0 -69
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_templates.md +0 -1
- data/app/pb_kits/playbook/pb_table/docs/_table_with_dynamic_collapsible.html.erb +0 -63
- data/app/pb_kits/playbook/pb_table/docs/_table_with_dynamic_collapsible.jsx +0 -89
- data/app/pb_kits/playbook/pb_table/docs/_table_with_dynamic_collapsible_rails.md +0 -4
- data/app/pb_kits/playbook/pb_table/docs/_table_with_dynamic_collapsible_react.md +0 -3
- data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_custom_options.html.erb +0 -64
- data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_custom_options.jsx +0 -70
- data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_custom_options.md +0 -1
- data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_default_options.html.erb +0 -102
- data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_default_options.md +0 -1
- data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_default_value.jsx +0 -103
- data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_default_value.md +0 -1
- data/dist/chunks/_typeahead-3ZAbZUqU.js +0 -6
- /data/app/pb_kits/playbook/pb_popover/docs/{_popover_append_to_rails.md → _popover_append_to.md} +0 -0
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
<% data = [{
|
|
2
|
-
name: 'Number of Installations',
|
|
3
|
-
data: [43934, 52503, 57177, 69658, 97031, 119931, 137133, 154175], }] %>
|
|
4
|
-
|
|
5
|
-
<% categories = ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug'] %>
|
|
6
|
-
|
|
7
|
-
<% chart_options = {
|
|
8
|
-
series: data,
|
|
9
|
-
title: { text: "Line Graph with Legend" },
|
|
10
|
-
xAxis: {
|
|
11
|
-
categories: categories,
|
|
12
|
-
},
|
|
13
|
-
yAxis: {
|
|
14
|
-
min: 0,
|
|
15
|
-
title: {
|
|
16
|
-
text: "Number of Employees",
|
|
17
|
-
},
|
|
18
|
-
},
|
|
19
|
-
legend: {
|
|
20
|
-
enabled: true,
|
|
21
|
-
},
|
|
22
|
-
} %>
|
|
23
|
-
|
|
24
|
-
<%= pb_rails("pb_line_graph", props: {options: chart_options}) %>
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import React from 'react'
|
|
2
|
-
import PbLineGraph from '../../pb_pb_line_graph/_pb_line_graph'
|
|
3
|
-
|
|
4
|
-
const data = [{
|
|
5
|
-
name: 'Number of Installations',
|
|
6
|
-
data: [43934, 52503, 57177, 69658, 97031, 119931, 137133, 154175],
|
|
7
|
-
}]
|
|
8
|
-
|
|
9
|
-
const categories = ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug']
|
|
10
|
-
|
|
11
|
-
const chartOptions = {
|
|
12
|
-
series: data,
|
|
13
|
-
title: { text: "Line Graph with Legend" },
|
|
14
|
-
xAxis: {
|
|
15
|
-
categories: categories,
|
|
16
|
-
},
|
|
17
|
-
yAxis: {
|
|
18
|
-
min: 0,
|
|
19
|
-
title: {
|
|
20
|
-
text: "Number of Employees",
|
|
21
|
-
},
|
|
22
|
-
},
|
|
23
|
-
legend: {
|
|
24
|
-
enabled: true,
|
|
25
|
-
},
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
const PbLineGraphLegend = (props) => (
|
|
29
|
-
<div>
|
|
30
|
-
<PbLineGraph
|
|
31
|
-
options={chartOptions}
|
|
32
|
-
{...props}
|
|
33
|
-
/>
|
|
34
|
-
</div>
|
|
35
|
-
)
|
|
36
|
-
|
|
37
|
-
export default PbLineGraphLegend
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
<% data = [{
|
|
2
|
-
name: 'Number of Installations',
|
|
3
|
-
data: [43934, 52503, 57177, 69658, 97031, 119931, 137133, 154175],
|
|
4
|
-
}] %>
|
|
5
|
-
|
|
6
|
-
<% categories = ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug'] %>
|
|
7
|
-
|
|
8
|
-
<% chart_options = {
|
|
9
|
-
series: data,
|
|
10
|
-
title: { text: "Line Graph with Legend Non Clickable" },
|
|
11
|
-
xAxis: {
|
|
12
|
-
categories: categories,
|
|
13
|
-
},
|
|
14
|
-
yAxis: {
|
|
15
|
-
title: {
|
|
16
|
-
text: 'Number of Employees',
|
|
17
|
-
},
|
|
18
|
-
},
|
|
19
|
-
legend: {
|
|
20
|
-
enabled: true
|
|
21
|
-
},
|
|
22
|
-
} %>
|
|
23
|
-
|
|
24
|
-
<%= pb_rails("pb_line_graph", props: {options: chart_options, id: "installations-chart"}) %>
|
|
25
|
-
|
|
26
|
-
<script>
|
|
27
|
-
// Prevent legend item click events from toggling series visibility
|
|
28
|
-
document.addEventListener('click', function (e) {
|
|
29
|
-
var container = document.getElementById('installations-chart');
|
|
30
|
-
if (!container) return;
|
|
31
|
-
|
|
32
|
-
var legend = container.querySelector('.highcharts-legend');
|
|
33
|
-
if (legend && legend.contains(e.target)) {
|
|
34
|
-
e.stopImmediatePropagation();
|
|
35
|
-
e.preventDefault();
|
|
36
|
-
}
|
|
37
|
-
}, true);
|
|
38
|
-
|
|
39
|
-
</script>
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
import React from 'react'
|
|
2
|
-
import PbLineGraph from '../../pb_pb_line_graph/_pb_line_graph'
|
|
3
|
-
|
|
4
|
-
const data = [{
|
|
5
|
-
name: 'Number of Installations',
|
|
6
|
-
data: [43934, 52503, 57177, 69658, 97031, 119931, 137133, 154175],
|
|
7
|
-
}]
|
|
8
|
-
|
|
9
|
-
const categories = ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug']
|
|
10
|
-
|
|
11
|
-
const chartOptions = {
|
|
12
|
-
title: {
|
|
13
|
-
text: 'Line Graph with Legend Non Clickable',
|
|
14
|
-
},
|
|
15
|
-
xAxis: {
|
|
16
|
-
categories: categories,
|
|
17
|
-
},
|
|
18
|
-
yAxis: {
|
|
19
|
-
title: {
|
|
20
|
-
text: 'Number of Employees',
|
|
21
|
-
},
|
|
22
|
-
},
|
|
23
|
-
legend: {
|
|
24
|
-
enabled: true,
|
|
25
|
-
events: {
|
|
26
|
-
itemClick: function () {
|
|
27
|
-
return false;
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
},
|
|
31
|
-
series: data
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
const PbLineGraphLegendNonclickable = (props) => {
|
|
35
|
-
return (
|
|
36
|
-
<div>
|
|
37
|
-
<PbLineGraph
|
|
38
|
-
options={chartOptions}
|
|
39
|
-
{...props}
|
|
40
|
-
/>
|
|
41
|
-
</div>
|
|
42
|
-
)
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
export default PbLineGraphLegendNonclickable
|
|
@@ -1,86 +0,0 @@
|
|
|
1
|
-
<% data = [{
|
|
2
|
-
name: 'Installation',
|
|
3
|
-
data: [43934, 52503, 57177, 69658, 97031, 119931, 137133, 154175],
|
|
4
|
-
}, {
|
|
5
|
-
name: 'Manufacturing',
|
|
6
|
-
data: [24916, 24064, 29742, 29851, 32490, 30282, 38121, 40434],
|
|
7
|
-
}, {
|
|
8
|
-
name: 'Sales & Distribution',
|
|
9
|
-
data: [11744, 17722, 16005, 19771, 20185, 24377, 32147, 39387],
|
|
10
|
-
}, {
|
|
11
|
-
name: 'Project Development',
|
|
12
|
-
data: [nil, nil, 7988, 12169, 15112, 22452, 34400, 34227],
|
|
13
|
-
}, {
|
|
14
|
-
name: 'Other',
|
|
15
|
-
data: [12908, 5948, 8105, 11248, 8989, 11816, 18274, 18111],
|
|
16
|
-
}] %>
|
|
17
|
-
|
|
18
|
-
<% categories = ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug'] %>
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
<% chartOptionsFirst = {
|
|
22
|
-
title: { text: "Alignment of Legend" },
|
|
23
|
-
series: data,
|
|
24
|
-
xAxis: {
|
|
25
|
-
categories: categories,
|
|
26
|
-
},
|
|
27
|
-
yAxis: {
|
|
28
|
-
min: 0,
|
|
29
|
-
title: {
|
|
30
|
-
text: "Number of Employees",
|
|
31
|
-
},
|
|
32
|
-
},
|
|
33
|
-
legend: {
|
|
34
|
-
enabled: true,
|
|
35
|
-
align: 'right',
|
|
36
|
-
verticalAlign: 'top'
|
|
37
|
-
},
|
|
38
|
-
} %>
|
|
39
|
-
|
|
40
|
-
<%= pb_rails("title", props: {size: 4, text: "align | vertical_align", padding_top: "sm", padding_bottom: "sm"})%>
|
|
41
|
-
<%= pb_rails("pb_line_graph", props: {options: chartOptionsFirst}) %>
|
|
42
|
-
|
|
43
|
-
<% chartOptionsSecond = {
|
|
44
|
-
title: { text: "Layout of Legend" },
|
|
45
|
-
series: data,
|
|
46
|
-
xAxis: {
|
|
47
|
-
categories: categories,
|
|
48
|
-
},
|
|
49
|
-
yAxis: {
|
|
50
|
-
min: 0,
|
|
51
|
-
title: {
|
|
52
|
-
text: "Number of Employees",
|
|
53
|
-
},
|
|
54
|
-
},
|
|
55
|
-
legend: {
|
|
56
|
-
enabled: true,
|
|
57
|
-
layout: 'vertical'
|
|
58
|
-
},
|
|
59
|
-
} %>
|
|
60
|
-
|
|
61
|
-
<%= pb_rails("title", props: {size: 4, text: "layout", padding_top: "sm", padding_bottom: "sm"})%>
|
|
62
|
-
<%= pb_rails("pb_line_graph", props: {options: chartOptionsSecond}) %>
|
|
63
|
-
|
|
64
|
-
<% chartOptionsThird = {
|
|
65
|
-
title: { text: "Offset of Legend" },
|
|
66
|
-
series: data,
|
|
67
|
-
xAxis: {
|
|
68
|
-
categories: categories,
|
|
69
|
-
},
|
|
70
|
-
yAxis: {
|
|
71
|
-
min: 0,
|
|
72
|
-
title: {
|
|
73
|
-
text: "Number of Employees",
|
|
74
|
-
},
|
|
75
|
-
},
|
|
76
|
-
legend: {
|
|
77
|
-
enabled: true,
|
|
78
|
-
layout: 'vertical',
|
|
79
|
-
x: 100,
|
|
80
|
-
y: 10
|
|
81
|
-
},
|
|
82
|
-
} %>
|
|
83
|
-
|
|
84
|
-
<%= pb_rails("title", props: {size: 4, text: "x | y", padding_top: "sm", padding_bottom: "sm"})%>
|
|
85
|
-
<%= pb_rails("pb_line_graph", props: {options: chartOptionsThird}) %>
|
|
86
|
-
|
|
@@ -1,116 +0,0 @@
|
|
|
1
|
-
import React from 'react'
|
|
2
|
-
import PbLineGraph from '../../pb_pb_line_graph/_pb_line_graph'
|
|
3
|
-
import Title from '../../pb_title/_title'
|
|
4
|
-
|
|
5
|
-
const data = [{
|
|
6
|
-
name: 'Installation',
|
|
7
|
-
data: [43934, 52503, 57177, 69658, 97031, 119931, 137133, 154175],
|
|
8
|
-
}, {
|
|
9
|
-
name: 'Manufacturing',
|
|
10
|
-
data: [24916, 24064, 29742, 29851, 32490, 30282, 38121, 40434],
|
|
11
|
-
}, {
|
|
12
|
-
name: 'Sales & Distribution',
|
|
13
|
-
data: [11744, 17722, 16005, 19771, 20185, 24377, 32147, 39387],
|
|
14
|
-
}, {
|
|
15
|
-
name: 'Project Development',
|
|
16
|
-
data: [null, null, 7988, 12169, 15112, 22452, 34400, 34227],
|
|
17
|
-
}, {
|
|
18
|
-
name: 'Other',
|
|
19
|
-
data: [12908, 5948, 8105, 11248, 8989, 11816, 18274, 18111],
|
|
20
|
-
}]
|
|
21
|
-
|
|
22
|
-
const categories = ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug']
|
|
23
|
-
|
|
24
|
-
const chartOptionsFirst = {
|
|
25
|
-
title: { text: "Alignment of Legend" },
|
|
26
|
-
series: data,
|
|
27
|
-
xAxis: {
|
|
28
|
-
categories: categories,
|
|
29
|
-
},
|
|
30
|
-
yAxis: {
|
|
31
|
-
min: 0,
|
|
32
|
-
title: {
|
|
33
|
-
text: "Number of Employees",
|
|
34
|
-
},
|
|
35
|
-
},
|
|
36
|
-
legend: {
|
|
37
|
-
enabled: true,
|
|
38
|
-
align: 'right',
|
|
39
|
-
verticalAlign: 'top'
|
|
40
|
-
},
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
const chartOptionsSecond = {
|
|
44
|
-
title: { text: "Layout of Legend" },
|
|
45
|
-
series: data,
|
|
46
|
-
xAxis: {
|
|
47
|
-
categories: categories,
|
|
48
|
-
},
|
|
49
|
-
yAxis: {
|
|
50
|
-
min: 0,
|
|
51
|
-
title: {
|
|
52
|
-
text: "Number of Employees",
|
|
53
|
-
},
|
|
54
|
-
},
|
|
55
|
-
legend: {
|
|
56
|
-
enabled: true,
|
|
57
|
-
layout: 'vertical'
|
|
58
|
-
},
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
const chartOptionsThird = {
|
|
62
|
-
title: { text: "Offset of Legend" },
|
|
63
|
-
series: data,
|
|
64
|
-
xAxis: {
|
|
65
|
-
categories: categories,
|
|
66
|
-
},
|
|
67
|
-
yAxis: {
|
|
68
|
-
min: 0,
|
|
69
|
-
title: {
|
|
70
|
-
text: "Number of Employees",
|
|
71
|
-
},
|
|
72
|
-
},
|
|
73
|
-
legend: {
|
|
74
|
-
enabled: true,
|
|
75
|
-
layout: 'vertical',
|
|
76
|
-
x: 100,
|
|
77
|
-
y: 10
|
|
78
|
-
},
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
const PbLineGraphLegendPosition = (props) => (
|
|
82
|
-
<div>
|
|
83
|
-
<Title
|
|
84
|
-
paddingY="sm"
|
|
85
|
-
size={4}
|
|
86
|
-
tag="h4"
|
|
87
|
-
text="align | verticalAlign"
|
|
88
|
-
/>
|
|
89
|
-
<PbLineGraph
|
|
90
|
-
options={chartOptionsFirst}
|
|
91
|
-
{...props}
|
|
92
|
-
/>
|
|
93
|
-
<Title
|
|
94
|
-
paddingY="sm"
|
|
95
|
-
size={4}
|
|
96
|
-
tag="h4"
|
|
97
|
-
text="layout"
|
|
98
|
-
/>
|
|
99
|
-
<PbLineGraph
|
|
100
|
-
options={chartOptionsSecond}
|
|
101
|
-
{...props}
|
|
102
|
-
/>
|
|
103
|
-
<Title
|
|
104
|
-
paddingY="sm"
|
|
105
|
-
size={4}
|
|
106
|
-
tag="h4"
|
|
107
|
-
text="x | y"
|
|
108
|
-
/>
|
|
109
|
-
<PbLineGraph
|
|
110
|
-
options={chartOptionsThird}
|
|
111
|
-
{...props}
|
|
112
|
-
/>
|
|
113
|
-
</div>
|
|
114
|
-
)
|
|
115
|
-
|
|
116
|
-
export default PbLineGraphLegendPosition
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
Highcharts provides many options for customizing the legend display. This example showcases the following:
|
|
2
|
-
|
|
3
|
-
`align` can be used to align the legend left, right or center (defaults to center)
|
|
4
|
-
|
|
5
|
-
`verticalAlign` can be used to place the legend above the graph. Options are top, middle, bottom with default set to bottom
|
|
6
|
-
|
|
7
|
-
`layout` determines the position of the legend items. Options are horizontal, vertical or proximate with default set to horizontal `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.
|
|
8
|
-
|
|
9
|
-
`x` offsets the legend relative to its horizontal alignment. Negative x moves it to the left, positive x moves it to the right (defaults to 0)
|
|
10
|
-
|
|
11
|
-
`y` offsets the legend relative to its vertical alignment. Negative y moves it up, positive y moves it down (defaults to 0)
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
examples:
|
|
2
|
-
|
|
3
|
-
rails:
|
|
4
|
-
- pb_line_graph_default: Default
|
|
5
|
-
- pb_line_graph_legend: Legend
|
|
6
|
-
- pb_line_graph_legend_position: Legend Position
|
|
7
|
-
- pb_line_graph_legend_nonclickable: Legend NonClickable
|
|
8
|
-
- pb_line_graph_height: Height
|
|
9
|
-
- pb_line_graph_colors: Color Overrides
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
react:
|
|
13
|
-
- pb_line_graph_default: Default
|
|
14
|
-
- pb_line_graph_legend: Legend
|
|
15
|
-
- pb_line_graph_legend_position: Legend Position
|
|
16
|
-
- pb_line_graph_legend_nonclickable: Legend NonClickable
|
|
17
|
-
- pb_line_graph_height: Height
|
|
18
|
-
- pb_line_graph_colors: Color Overrides
|
|
19
|
-
|
|
20
|
-
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
export { default as PbLineGraphDefault } from './_pb_line_graph_default.jsx'
|
|
2
|
-
export { default as PbLineGraphLegend } from './_pb_line_graph_legend.jsx'
|
|
3
|
-
export { default as PbLineGraphLegendPosition } from './_pb_line_graph_legend_position.jsx'
|
|
4
|
-
export { default as PbLineGraphLegendNonclickable } from './_pb_line_graph_legend_nonclickable.jsx'
|
|
5
|
-
export { default as PbLineGraphHeight } from './_pb_line_graph_height.jsx'
|
|
6
|
-
export { default as PbLineGraphColors } from './_pb_line_graph_colors.jsx'
|
|
@@ -1,125 +0,0 @@
|
|
|
1
|
-
import colors from '../tokens/exports/_colors.module.scss'
|
|
2
|
-
import typography from '../tokens/exports/_typography.module.scss'
|
|
3
|
-
|
|
4
|
-
const pbLineGraphTheme = {
|
|
5
|
-
title: {
|
|
6
|
-
text: "",
|
|
7
|
-
style: {
|
|
8
|
-
color: colors.text_lt_default,
|
|
9
|
-
fontFamily: typography.font_family_base,
|
|
10
|
-
fontWeight: typography.bold,
|
|
11
|
-
fontSize: typography.heading_3,
|
|
12
|
-
},
|
|
13
|
-
},
|
|
14
|
-
subtitle: {
|
|
15
|
-
text: "" ,
|
|
16
|
-
style: {
|
|
17
|
-
fontFamily: typography.font_family_base,
|
|
18
|
-
color: colors.text_lt_light,
|
|
19
|
-
fontWeight: typography.regular,
|
|
20
|
-
fontSize: typography.text_base,
|
|
21
|
-
},
|
|
22
|
-
},
|
|
23
|
-
chart: {
|
|
24
|
-
type: "line",
|
|
25
|
-
},
|
|
26
|
-
tooltip: {
|
|
27
|
-
backgroundColor: {
|
|
28
|
-
linearGradient: { x1: 0, y1: 0, x2: 0, y2: 1 },
|
|
29
|
-
stops: [
|
|
30
|
-
[0, colors.bg_dark],
|
|
31
|
-
[1, colors.bg_dark],
|
|
32
|
-
],
|
|
33
|
-
},
|
|
34
|
-
followPointer: true,
|
|
35
|
-
shadow: false,
|
|
36
|
-
borderWidth: 0,
|
|
37
|
-
borderRadius: 10,
|
|
38
|
-
style: {
|
|
39
|
-
fontFamily: typography.font_family_base,
|
|
40
|
-
color: colors.text_dk_default,
|
|
41
|
-
fontWeight: typography.regular,
|
|
42
|
-
fontSize: typography.text_smaller,
|
|
43
|
-
},
|
|
44
|
-
},
|
|
45
|
-
plotOptions: {
|
|
46
|
-
line: {
|
|
47
|
-
dataLabels: {
|
|
48
|
-
enabled: false,
|
|
49
|
-
},
|
|
50
|
-
},
|
|
51
|
-
},
|
|
52
|
-
credits: { enabled: false },
|
|
53
|
-
legend: {
|
|
54
|
-
enabled: false,
|
|
55
|
-
itemStyle: {
|
|
56
|
-
fontFamily: typography.font_family_base,
|
|
57
|
-
color: colors.text_lt_light,
|
|
58
|
-
fontWeight: typography.regular,
|
|
59
|
-
fontSize: typography.text_smaller,
|
|
60
|
-
},
|
|
61
|
-
itemHoverStyle: {
|
|
62
|
-
color: colors.text_lt_default,
|
|
63
|
-
},
|
|
64
|
-
itemHiddenStyle: {
|
|
65
|
-
color: colors.text_lt_lighter,
|
|
66
|
-
},
|
|
67
|
-
},
|
|
68
|
-
colors: [
|
|
69
|
-
colors.data_1,
|
|
70
|
-
colors.data_2,
|
|
71
|
-
colors.data_3,
|
|
72
|
-
colors.data_4,
|
|
73
|
-
colors.data_5,
|
|
74
|
-
colors.data_6,
|
|
75
|
-
colors.data_7,
|
|
76
|
-
],
|
|
77
|
-
xAxis: {
|
|
78
|
-
gridLineWidth: 0,
|
|
79
|
-
lineColor: colors.border_light,
|
|
80
|
-
tickColor: colors.border_light,
|
|
81
|
-
labels: {
|
|
82
|
-
style: {
|
|
83
|
-
fontFamily: typography.font_family_base,
|
|
84
|
-
color: colors.text_lt_lighter,
|
|
85
|
-
fontWeight: typography.bold,
|
|
86
|
-
fontSize: typography.text_smaller,
|
|
87
|
-
},
|
|
88
|
-
},
|
|
89
|
-
title: {
|
|
90
|
-
style: {
|
|
91
|
-
color: colors.text_lt_default,
|
|
92
|
-
fontFamily: typography.font_family_base,
|
|
93
|
-
fontWeight: typography.regular,
|
|
94
|
-
fontSize: typography.heading_4,
|
|
95
|
-
},
|
|
96
|
-
},
|
|
97
|
-
},
|
|
98
|
-
yAxis: {
|
|
99
|
-
alternateGridColor: undefined as string | undefined,
|
|
100
|
-
minorTickInterval: null as number | null,
|
|
101
|
-
gridLineColor: colors.border_light,
|
|
102
|
-
minorGridLineColor: colors.border_light,
|
|
103
|
-
lineWidth: 0,
|
|
104
|
-
tickWidth: 0,
|
|
105
|
-
tickPixelInterval: 50,
|
|
106
|
-
labels: {
|
|
107
|
-
style: {
|
|
108
|
-
fontFamily: typography.font_family_base,
|
|
109
|
-
color: colors.text_lt_lighter,
|
|
110
|
-
fontWeight: typography.bold,
|
|
111
|
-
fontSize: typography.text_smaller,
|
|
112
|
-
},
|
|
113
|
-
},
|
|
114
|
-
title: {
|
|
115
|
-
style: {
|
|
116
|
-
fontFamily: typography.font_family_base,
|
|
117
|
-
color: colors.text_lt_lighter,
|
|
118
|
-
fontWeight: typography.bold,
|
|
119
|
-
fontSize: typography.text_smaller,
|
|
120
|
-
},
|
|
121
|
-
},
|
|
122
|
-
},
|
|
123
|
-
}
|
|
124
|
-
|
|
125
|
-
export default pbLineGraphTheme;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<%= react_component('PbLineGraph', object.react_props) %>
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
# frozen_string_literal: true
|
|
2
|
-
|
|
3
|
-
module Playbook
|
|
4
|
-
module PbPbLineGraph
|
|
5
|
-
class PbLineGraph < ::Playbook::KitBase
|
|
6
|
-
prop :options, default: {}
|
|
7
|
-
|
|
8
|
-
def react_props
|
|
9
|
-
{
|
|
10
|
-
className: classname,
|
|
11
|
-
data: data,
|
|
12
|
-
options: options,
|
|
13
|
-
id: id,
|
|
14
|
-
}
|
|
15
|
-
end
|
|
16
|
-
|
|
17
|
-
def classname
|
|
18
|
-
# Highcharts react needs classname attached to the container div,
|
|
19
|
-
# we pass an empty string here to avoid conflicts, classname is built in the TSX
|
|
20
|
-
# We still need generate_classnames to retain ability to pass in custom classnames or global props
|
|
21
|
-
generate_classname("")
|
|
22
|
-
end
|
|
23
|
-
end
|
|
24
|
-
end
|
|
25
|
-
end
|
|
@@ -1,110 +0,0 @@
|
|
|
1
|
-
import React from 'react'
|
|
2
|
-
import { render, screen } from '../utilities/test-utils'
|
|
3
|
-
|
|
4
|
-
import { PbLineGraph } from 'playbook-ui'
|
|
5
|
-
|
|
6
|
-
beforeEach(() => {
|
|
7
|
-
// Silences error logs within the test suite.
|
|
8
|
-
jest.spyOn(console, 'error');
|
|
9
|
-
jest.spyOn(console, 'warn');
|
|
10
|
-
console.error.mockImplementation(() => {});
|
|
11
|
-
console.warn.mockImplementation(() => {});
|
|
12
|
-
});
|
|
13
|
-
|
|
14
|
-
afterEach(() => {
|
|
15
|
-
console.error.mockRestore();
|
|
16
|
-
console.warn.mockRestore();
|
|
17
|
-
});
|
|
18
|
-
|
|
19
|
-
const seriesData = [{
|
|
20
|
-
name: 'Installation',
|
|
21
|
-
data: [43934, 52503, 57177, 69658, 97031, 119931, 137133, 154175],
|
|
22
|
-
}, {
|
|
23
|
-
name: 'Manufacturing',
|
|
24
|
-
data: [24916, 24064, 29742, 29851, 32490, 30282, 38121, 40434],
|
|
25
|
-
}, {
|
|
26
|
-
name: 'Sales & Distribution',
|
|
27
|
-
data: [11744, 17722, 16005, 19771, 20185, 24377, 32147, 39387],
|
|
28
|
-
}, {
|
|
29
|
-
name: 'Project Development',
|
|
30
|
-
data: [null, null, 7988, 12169, 15112, 22452, 34400, 34227],
|
|
31
|
-
}, {
|
|
32
|
-
name: 'Other',
|
|
33
|
-
data: [12908, 5948, 8105, 11248, 8989, 11816, 18274, 18111],
|
|
34
|
-
}]
|
|
35
|
-
|
|
36
|
-
const categories = ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec']
|
|
37
|
-
|
|
38
|
-
const chartOptions = {
|
|
39
|
-
series: seriesData,
|
|
40
|
-
title: { text: "Solar Employment Growth by Sector, 2010-2016" },
|
|
41
|
-
subtitle: { text: "Source: thesolarfoundation.com" },
|
|
42
|
-
xAxis: {
|
|
43
|
-
categories: categories,
|
|
44
|
-
},
|
|
45
|
-
yAxis: {
|
|
46
|
-
title: {
|
|
47
|
-
text: "Number of Employees",
|
|
48
|
-
},
|
|
49
|
-
},
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
const testId = 'pblinegraph1';
|
|
53
|
-
|
|
54
|
-
test('Kit to exist', () => {
|
|
55
|
-
render(
|
|
56
|
-
<PbLineGraph
|
|
57
|
-
data={{testid: testId}}
|
|
58
|
-
options={chartOptions}
|
|
59
|
-
/>
|
|
60
|
-
)
|
|
61
|
-
|
|
62
|
-
expect(screen.getByTestId(testId)).toBeInTheDocument()
|
|
63
|
-
})
|
|
64
|
-
|
|
65
|
-
test('Kit to apply base classname', () => {
|
|
66
|
-
render(
|
|
67
|
-
<PbLineGraph
|
|
68
|
-
data={{testid: testId}}
|
|
69
|
-
options={chartOptions}
|
|
70
|
-
/>
|
|
71
|
-
)
|
|
72
|
-
|
|
73
|
-
expect(screen.getByTestId(testId)).toHaveClass('pb_pb_line_graph')
|
|
74
|
-
})
|
|
75
|
-
|
|
76
|
-
test('Kit to have custom class', () => {
|
|
77
|
-
render(
|
|
78
|
-
<PbLineGraph
|
|
79
|
-
className='custom-class'
|
|
80
|
-
data={{testid: testId}}
|
|
81
|
-
options={chartOptions}
|
|
82
|
-
/>
|
|
83
|
-
)
|
|
84
|
-
|
|
85
|
-
expect(screen.getByTestId(testId)).toHaveClass('custom-class')
|
|
86
|
-
})
|
|
87
|
-
|
|
88
|
-
test('Kit to apply global props', () => {
|
|
89
|
-
render(
|
|
90
|
-
<PbLineGraph
|
|
91
|
-
data={{testid: testId}}
|
|
92
|
-
margin="lg"
|
|
93
|
-
options={chartOptions}
|
|
94
|
-
/>
|
|
95
|
-
)
|
|
96
|
-
|
|
97
|
-
expect(screen.getByTestId(testId)).toHaveClass('m_lg')
|
|
98
|
-
})
|
|
99
|
-
|
|
100
|
-
test('kit to apply id', () => {
|
|
101
|
-
render(
|
|
102
|
-
<PbLineGraph
|
|
103
|
-
data={{testid: testId}}
|
|
104
|
-
id='line-graph-id'
|
|
105
|
-
options={chartOptions}
|
|
106
|
-
/>
|
|
107
|
-
)
|
|
108
|
-
|
|
109
|
-
expect(screen.getByTestId(testId)).toHaveAttribute('id', 'line-graph-id')
|
|
110
|
-
})
|