playbook_ui_docs 15.2.0.pre.alpha.PLAY1978bugiconauto11421 → 15.2.0.pre.alpha.PLAY2528removerepeatedidsfromrows11468
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_background_control_rails.html.erb +39 -0
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_background_control_rails.md +1 -0
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_beta.md +3 -1
- 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_styling.md +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 -2
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_styling_rails.md +1 -1
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_padding_control_per_row_rails.html.erb +51 -0
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_padding_control_per_row_rails.md +1 -0
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_padding_control_rails.html.erb +40 -0
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_padding_control_rails.md +1 -0
- 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/example.yml +3 -0
- data/app/pb_kits/playbook/pb_pb_line_graph/docs/_description.md +3 -0
- data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_colors.html.erb +34 -0
- data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_colors.jsx +52 -0
- data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_colors.md +5 -0
- data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_default.html.erb +34 -0
- data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_default.jsx +45 -0
- data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_height.html.erb +47 -0
- data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_height.jsx +64 -0
- data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_height.md +3 -0
- data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_legend.html.erb +24 -0
- data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_legend.jsx +37 -0
- data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_legend_nonclickable.html.erb +39 -0
- data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_legend_nonclickable.jsx +45 -0
- data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_legend_position.html.erb +86 -0
- data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_legend_position.jsx +116 -0
- data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_legend_position.md +11 -0
- data/app/pb_kits/playbook/pb_pb_line_graph/docs/example.yml +20 -0
- data/app/pb_kits/playbook/pb_pb_line_graph/docs/index.js +6 -0
- data/app/pb_kits/playbook/pb_popover/docs/_popover_list.html.erb +2 -2
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_attributes.jsx +38 -0
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_attributes.md +1 -0
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_focus.jsx +34 -0
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_focus.md +1 -0
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_inline.jsx +37 -0
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_inline.md +1 -0
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_simple.jsx +37 -0
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_sticky.jsx +38 -0
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_sticky.md +1 -0
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_templates.jsx +69 -0
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_templates.md +1 -0
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/example.yml +8 -2
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/index.js +6 -0
- data/dist/playbook-doc.js +2 -2
- metadata +37 -2
    
        checksums.yaml
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            ---
         | 
| 2 2 | 
             
            SHA256:
         | 
| 3 | 
            -
              metadata.gz:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: 4b93dde0b265a468086e955f8dd49f7c4cfd0d41b3b8bb9da9e4d3131a1f9cc0
         | 
| 4 | 
            +
              data.tar.gz: 83b4faff94abfdff270cec09b4f4e7286309dd1acc10aaa186c4e0080547482c
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: 2e20e0d5fbe8612800b02ffa00c00c4fb2e18f6e1ce75c877c3352cb0ca2ed4bca710c5caaebb6da4d227ef57867749a38a72e528763734de45cdefe1c32dd64
         | 
| 7 | 
            +
              data.tar.gz: 2a0c1fac49da97a91e8cb53cdda88f67a84895fc1ad753dad5c550d5cf878d1bad7d34d8fed13711e5fda2529304e0f1f3bbf22d084c1d0daeb2f419fa34fcca
         | 
    
        data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_background_control_rails.html.erb
    ADDED
    
    | @@ -0,0 +1,39 @@ | |
| 1 | 
            +
            <% column_definitions = [
         | 
| 2 | 
            +
                {
         | 
| 3 | 
            +
                  accessor: "year",
         | 
| 4 | 
            +
                  label: "Year",
         | 
| 5 | 
            +
                  cellAccessors: ["quarter", "month", "day"],
         | 
| 6 | 
            +
                },
         | 
| 7 | 
            +
                {
         | 
| 8 | 
            +
                  accessor: "newEnrollments",
         | 
| 9 | 
            +
                  label: "New Enrollments",
         | 
| 10 | 
            +
                  column_styling: { 
         | 
| 11 | 
            +
                    cell_background_color: ->(row) { row[:newEnrollments].to_i > 20 ? "success_secondary" : "warning_secondary" }
         | 
| 12 | 
            +
                  }
         | 
| 13 | 
            +
                },
         | 
| 14 | 
            +
                {
         | 
| 15 | 
            +
                  accessor: "scheduledMeetings",
         | 
| 16 | 
            +
                  label: "Scheduled Meetings",
         | 
| 17 | 
            +
                },
         | 
| 18 | 
            +
                {
         | 
| 19 | 
            +
                  accessor: "attendanceRate",
         | 
| 20 | 
            +
                  label: "Attendance Rate",
         | 
| 21 | 
            +
                },
         | 
| 22 | 
            +
                {
         | 
| 23 | 
            +
                  accessor: "completedClasses",
         | 
| 24 | 
            +
                  label: "Completed Classes",
         | 
| 25 | 
            +
                },
         | 
| 26 | 
            +
                {
         | 
| 27 | 
            +
                  accessor: "classCompletionRate",
         | 
| 28 | 
            +
                  label: "Class Completion Rate",
         | 
| 29 | 
            +
                },
         | 
| 30 | 
            +
                {
         | 
| 31 | 
            +
                  accessor: "graduatedStudents",
         | 
| 32 | 
            +
                  label: "Graduated Students",
         | 
| 33 | 
            +
                }
         | 
| 34 | 
            +
            ] %>
         | 
| 35 | 
            +
             | 
| 36 | 
            +
            <%= pb_rails("advanced_table", props: { id: "background-control", table_data: @table_data, column_definitions: column_definitions }) do %>
         | 
| 37 | 
            +
              <%= pb_rails("advanced_table/table_header", props: { table_id: "background-control", column_definitions: column_definitions }) %>
         | 
| 38 | 
            +
              <%= pb_rails("advanced_table/table_body", props: { table_id: "background-control", table_data: @table_data, column_definitions: column_definitions }) %>
         | 
| 39 | 
            +
            <% end %>
         | 
| @@ -0,0 +1 @@ | |
| 1 | 
            +
            `column_styling` can also be used to control the background color on all cells in a given column via the use of the `cell_background_color` key/value pair. Use `cell_background_color` to achieve custom background colors for individual cells as seen here.
         | 
| @@ -2,7 +2,9 @@ The AdvancedTable kit accepts tree data and automatically renders expansion cont | |
| 2 2 |  | 
| 3 3 | 
             
            ### id
         | 
| 4 4 |  | 
| 5 | 
            -
            A unique `id` is required to allow the table functionality to work properly. Without it, certain functions like the action bar will not be able to properly reference the correct table.
         | 
| 5 | 
            +
            A unique `id` is required to allow the table functionality to work properly. Without it, certain functions like the action bar, expand/collapse caching, or selectable rows will not be able to properly reference the correct table.
         | 
| 6 | 
            +
             | 
| 7 | 
            +
            You must also set `table_id` when using subcomponents like `table_header` or `table_body`.
         | 
| 6 8 |  | 
| 7 9 | 
             
            ### table_data
         | 
| 8 10 |  | 
| @@ -51,7 +51,7 @@ | |
| 51 51 | 
             
              ]
         | 
| 52 52 | 
             
            %>
         | 
| 53 53 |  | 
| 54 | 
            -
            <%= pb_rails("advanced_table", props: { table_data: @table_data, column_definitions: column_definitions, id: "beta_sort" }) do %>
         | 
| 55 | 
            -
              <%= pb_rails("advanced_table/table_header", props: { column_definitions: column_definitions }) %>
         | 
| 56 | 
            -
              <%= pb_rails("advanced_table/table_body", props: {  | 
| 54 | 
            +
            <%= pb_rails("advanced_table", props: { id: "sort", table_data: @table_data, column_definitions: column_definitions, id: "beta_sort" }) do %>
         | 
| 55 | 
            +
              <%= pb_rails("advanced_table/table_header", props: { table_id: "sort", column_definitions: column_definitions }) %>
         | 
| 56 | 
            +
              <%= pb_rails("advanced_table/table_body", props: { table_id: "sort", table_data: @table_data, column_definitions: column_definitions, enable_toggle_expansion: "all" }) %>
         | 
| 57 57 | 
             
            <% end %>
         | 
    
        data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_beta_subrow_headers.html.erb
    CHANGED
    
    | @@ -34,7 +34,7 @@ | |
| 34 34 | 
             
              subrow_headers = ["Quarter", "Month", "Day"]
         | 
| 35 35 | 
             
            %>
         | 
| 36 36 |  | 
| 37 | 
            -
            <%= pb_rails("advanced_table", props: { table_data: @table_data, column_definitions: column_definitions, id: "test_table" }) do %>
         | 
| 38 | 
            -
              <%= pb_rails("advanced_table/table_header", props: { column_definitions: column_definitions }) %>
         | 
| 39 | 
            -
              <%= pb_rails("advanced_table/table_body", props: {  | 
| 37 | 
            +
            <%= pb_rails("advanced_table", props: { id: "subrow-headers", table_data: @table_data, column_definitions: column_definitions, id: "test_table" }) do %>
         | 
| 38 | 
            +
              <%= pb_rails("advanced_table/table_header", props: { table_id: "subrow-headers", column_definitions: column_definitions }) %>
         | 
| 39 | 
            +
              <%= pb_rails("advanced_table/table_body", props: { table_id: "subrow-headers", table_data: @table_data, column_definitions: column_definitions, subrow_headers: subrow_headers, enable_toggle_expansion: "all" }) %>
         | 
| 40 40 | 
             
            <% end %>
         | 
    
        data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_collapsible_trail_rails.html.erb
    CHANGED
    
    | @@ -31,6 +31,6 @@ | |
| 31 31 | 
             
            ] %>
         | 
| 32 32 |  | 
| 33 33 | 
             
            <%= pb_rails("advanced_table", props: { id: "collapsible_trail", table_data: @table_data, column_definitions: column_definitions }) do %>
         | 
| 34 | 
            -
              <%= pb_rails("advanced_table/table_header", props: { column_definitions: column_definitions }) %>
         | 
| 35 | 
            -
              <%= pb_rails("advanced_table/table_body", props: { table_data: @table_data, column_definitions: column_definitions, collapsible_trail: false }) %>
         | 
| 34 | 
            +
              <%= pb_rails("advanced_table/table_header", props: { table_id: "collapsible_trail", column_definitions: column_definitions }) %>
         | 
| 35 | 
            +
              <%= pb_rails("advanced_table/table_body", props: { table_id: "collapsible_trail", table_data: @table_data, column_definitions: column_definitions, collapsible_trail: false }) %>
         | 
| 36 36 | 
             
            <% end %>
         | 
| @@ -1,4 +1,4 @@ | |
| 1 | 
            -
            The `columnStyling` prop is an optional item that can be used within `columnDefinitions` as shown in the code snippet below. It is an object that has  | 
| 1 | 
            +
            The `columnStyling` prop is an optional item that can be used within `columnDefinitions` as shown in the code snippet below. It is an object that has several optional key/value pairs, this doc example highlights the following:
         | 
| 2 2 |  | 
| 3 3 | 
             
            1) `headerAlignment`: This will allow you to control alignment of header content which is set to right aligned by default. you can set this to `left`, `right` or `center`.
         | 
| 4 4 |  | 
| @@ -58,6 +58,6 @@ | |
| 58 58 | 
             
            ] %>
         | 
| 59 59 |  | 
| 60 60 | 
             
            <%= pb_rails("advanced_table", props: { id: "column-styling-multi", table_data: @table_data, column_definitions: column_definitions }) do %>
         | 
| 61 | 
            -
              <%= pb_rails("advanced_table/table_header", props: { column_definitions: column_definitions }) %>
         | 
| 62 | 
            -
              <%= pb_rails("advanced_table/table_body", props: { table_data: @table_data, column_definitions: column_definitions }) %>
         | 
| 61 | 
            +
              <%= pb_rails("advanced_table/table_header", props: { table_id: "column-styling-multi", column_definitions: column_definitions }) %>
         | 
| 62 | 
            +
              <%= pb_rails("advanced_table/table_body", props: { table_id: "column-styling-multi", table_data: @table_data, column_definitions: column_definitions }) %>
         | 
| 63 63 | 
             
            <% end %>
         | 
    
        data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_styling_rails.html.erb
    CHANGED
    
    | @@ -33,6 +33,6 @@ | |
| 33 33 | 
             
            ] %>
         | 
| 34 34 |  | 
| 35 35 | 
             
            <%= pb_rails("advanced_table", props: { id: "column-styling", table_data: @table_data, column_definitions: column_definitions }) do %>
         | 
| 36 | 
            -
              <%= pb_rails("advanced_table/table_header", props: { column_definitions: column_definitions }) %>
         | 
| 37 | 
            -
              <%= pb_rails("advanced_table/table_body", props: { table_data: @table_data, column_definitions: column_definitions }) %>
         | 
| 36 | 
            +
              <%= pb_rails("advanced_table/table_header", props: { table_id: "column-styling", column_definitions: column_definitions }) %>
         | 
| 37 | 
            +
              <%= pb_rails("advanced_table/table_body", props: { table_id: "column-styling", table_data: @table_data, column_definitions: column_definitions }) %>
         | 
| 38 38 | 
             
            <% end %>
         | 
| @@ -1,4 +1,4 @@ | |
| 1 | 
            -
            The `column_styling` prop is an optional item that can be used within `column_definitions` as shown in the code snippet below. | 
| 1 | 
            +
            The `column_styling` prop is an optional item that can be used within `column_definitions` as shown in the code snippet below.  It is an object that has several optional key/value pairs, this doc example highlights the following:
         | 
| 2 2 |  | 
| 3 3 | 
             
            1) `header_alignment`: This will allow you to control alignment of header content which is set to right aligned by default. you can set this to `left`, `right` or `center`.
         | 
| 4 4 |  | 
| @@ -0,0 +1,51 @@ | |
| 1 | 
            +
            <% column_definitions = [
         | 
| 2 | 
            +
                {
         | 
| 3 | 
            +
                  accessor: "year",
         | 
| 4 | 
            +
                  label: "Year",
         | 
| 5 | 
            +
                  cellAccessors: ["quarter", "month", "day"],
         | 
| 6 | 
            +
                },
         | 
| 7 | 
            +
                {
         | 
| 8 | 
            +
                  accessor: "newEnrollments",
         | 
| 9 | 
            +
                  label: "New Enrollments",
         | 
| 10 | 
            +
                },
         | 
| 11 | 
            +
                {
         | 
| 12 | 
            +
                  accessor: "scheduledMeetings",
         | 
| 13 | 
            +
                  label: "Scheduled Meetings",
         | 
| 14 | 
            +
                },
         | 
| 15 | 
            +
                {
         | 
| 16 | 
            +
                  accessor: "attendanceRate",
         | 
| 17 | 
            +
                  label: "Attendance Rate",
         | 
| 18 | 
            +
                },
         | 
| 19 | 
            +
                {
         | 
| 20 | 
            +
                  accessor: "completedClasses",
         | 
| 21 | 
            +
                  label: "Completed Classes",
         | 
| 22 | 
            +
                },
         | 
| 23 | 
            +
                {
         | 
| 24 | 
            +
                  accessor: "classCompletionRate",
         | 
| 25 | 
            +
                  label: "Class Completion Rate",
         | 
| 26 | 
            +
                },
         | 
| 27 | 
            +
                {
         | 
| 28 | 
            +
                  accessor: "graduatedStudents",
         | 
| 29 | 
            +
                  label: "Graduated Students",
         | 
| 30 | 
            +
                }
         | 
| 31 | 
            +
            ] %>
         | 
| 32 | 
            +
             | 
| 33 | 
            +
            <% row_styling = [
         | 
| 34 | 
            +
              {
         | 
| 35 | 
            +
                row_id: "1",
         | 
| 36 | 
            +
                cell_padding: "md"
         | 
| 37 | 
            +
              },
         | 
| 38 | 
            +
              {
         | 
| 39 | 
            +
                row_id: "3",
         | 
| 40 | 
            +
                cell_padding: "lg"
         | 
| 41 | 
            +
              },
         | 
| 42 | 
            +
              {
         | 
| 43 | 
            +
                row_id: "5",
         | 
| 44 | 
            +
                cell_padding: "none"
         | 
| 45 | 
            +
              },
         | 
| 46 | 
            +
            ] %>
         | 
| 47 | 
            +
             | 
| 48 | 
            +
            <%= pb_rails("advanced_table", props: { id: "padding-control-per-row", table_data: @table_data_with_id, column_definitions: column_definitions, row_styling: row_styling }) do %>
         | 
| 49 | 
            +
              <%= pb_rails("advanced_table/table_header", props: { table_id: "padding-control-per-row", column_definitions: column_definitions }) %>
         | 
| 50 | 
            +
              <%= pb_rails("advanced_table/table_body", props: { table_id: "padding-control-per-row", table_data: @table_data_with_id, column_definitions: column_definitions, row_styling: row_styling }) %>
         | 
| 51 | 
            +
            <% end %>
         | 
    
        data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_padding_control_per_row_rails.md
    ADDED
    
    | @@ -0,0 +1 @@ | |
| 1 | 
            +
            `row_styling` can also be used to control padding on all cells in a given row via the use of the `cell_padding` key/value pair as shown here. `cell_padding` lets you use 'xxs', 'xs', 'sm', 'md', 'lg', 'xl' and 'none'.
         | 
    
        data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_padding_control_rails.html.erb
    ADDED
    
    | @@ -0,0 +1,40 @@ | |
| 1 | 
            +
            <% column_definitions = [
         | 
| 2 | 
            +
                {
         | 
| 3 | 
            +
                  accessor: "year",
         | 
| 4 | 
            +
                  label: "Year",
         | 
| 5 | 
            +
                  cellAccessors: ["quarter", "month", "day"],
         | 
| 6 | 
            +
                },
         | 
| 7 | 
            +
                {
         | 
| 8 | 
            +
                  accessor: "newEnrollments",
         | 
| 9 | 
            +
                  label: "New Enrollments",
         | 
| 10 | 
            +
                  column_styling: { 
         | 
| 11 | 
            +
                    cell_padding: "none",
         | 
| 12 | 
            +
                  }
         | 
| 13 | 
            +
                },
         | 
| 14 | 
            +
                {
         | 
| 15 | 
            +
                  accessor: "scheduledMeetings",
         | 
| 16 | 
            +
                  label: "Scheduled Meetings",
         | 
| 17 | 
            +
                },
         | 
| 18 | 
            +
                {
         | 
| 19 | 
            +
                  accessor: "attendanceRate",
         | 
| 20 | 
            +
                  label: "Attendance Rate",
         | 
| 21 | 
            +
                  column_styling: { cell_padding: "md" },
         | 
| 22 | 
            +
                },
         | 
| 23 | 
            +
                {
         | 
| 24 | 
            +
                  accessor: "completedClasses",
         | 
| 25 | 
            +
                  label: "Completed Classes",
         | 
| 26 | 
            +
                },
         | 
| 27 | 
            +
                {
         | 
| 28 | 
            +
                  accessor: "classCompletionRate",
         | 
| 29 | 
            +
                  label: "Class Completion Rate",
         | 
| 30 | 
            +
                },
         | 
| 31 | 
            +
                {
         | 
| 32 | 
            +
                  accessor: "graduatedStudents",
         | 
| 33 | 
            +
                  label: "Graduated Students",
         | 
| 34 | 
            +
                }
         | 
| 35 | 
            +
            ] %>
         | 
| 36 | 
            +
             | 
| 37 | 
            +
            <%= pb_rails("advanced_table", props: { id: "padding-control", table_data: @table_data, column_definitions: column_definitions }) do %>
         | 
| 38 | 
            +
              <%= pb_rails("advanced_table/table_header", props: { table_id: "padding-control", column_definitions: column_definitions }) %>
         | 
| 39 | 
            +
              <%= pb_rails("advanced_table/table_body", props: { table_id: "padding-control", table_data: @table_data, column_definitions: column_definitions }) %>
         | 
| 40 | 
            +
            <% end %>
         | 
| @@ -0,0 +1 @@ | |
| 1 | 
            +
            `column_styling` can also be used to control padding on all cells in a given column via the use of the `cell_padding` key/value pair. `cell_padding` lets you use 'xxs', 'xs', 'sm', 'md', 'lg', 'xl' and 'none'.
         | 
| @@ -1,4 +1,4 @@ | |
| 1 | 
            -
            The `row_styling` prop can be used in conjunction with row ids to control certain styling options on individual rows.  | 
| 1 | 
            +
            The `row_styling` prop can be used in conjunction with row ids to control certain styling options on individual rows. It is an object that has several optional key/value pairs, this doc example highlights the following:
         | 
| 2 2 |  | 
| 3 3 | 
             
            - `background_color` : use this to control the background color of the row
         | 
| 4 4 | 
             
            - `font_color`: use this to control font color for each row if needed, for example if using a darker background color.
         | 
| @@ -1,4 +1,4 @@ | |
| 1 | 
            -
            The `rowStyling` prop can be used in conjunction with row ids to control certain styling options on individual rows.  | 
| 1 | 
            +
            The `rowStyling` prop can be used in conjunction with row ids to control certain styling options on individual rows. It is an object that has several optional key/value pairs, this doc example highlights the following:
         | 
| 2 2 |  | 
| 3 3 | 
             
            - `backgroundColor` : use this to control the background color of the row
         | 
| 4 4 | 
             
            - `fontColor`: use this to control font color for each row if needed, for example if using a darker background color.
         | 
    
        data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_selectable_rows_rails.html.erb
    CHANGED
    
    | @@ -34,6 +34,6 @@ | |
| 34 34 | 
             
            %>
         | 
| 35 35 |  | 
| 36 36 | 
             
            <%= pb_rails("advanced_table", props: { id: "selectable_rows", table_data: @table_data_with_id, column_definitions: column_definitions, selectable_rows: true }) do %>
         | 
| 37 | 
            -
              <%= pb_rails("advanced_table/table_header", props: {  | 
| 38 | 
            -
              <%= pb_rails("advanced_table/table_body", props: {  | 
| 37 | 
            +
              <%= pb_rails("advanced_table/table_header", props: { table_id: "selectable_rows", column_definitions: column_definitions, selectable_rows: true }) %>
         | 
| 38 | 
            +
              <%= pb_rails("advanced_table/table_body", props: { table_id: "selectable_rows", table_data: @table_data_with_id, column_definitions: column_definitions, subrow_headers: subrow_headers, enable_toggle_expansion: "all", selectable_rows: true }) %>
         | 
| 39 39 | 
             
            <% end %>
         | 
| @@ -21,8 +21,11 @@ examples: | |
| 21 21 | 
             
              - advanced_table_selectable_rows_header_rails: Selectable Rows (No Actions Bar)
         | 
| 22 22 | 
             
              - advanced_table_scrollbar_none: Advanced Table Scrollbar None
         | 
| 23 23 | 
             
              - advanced_table_row_styling: Row Styling
         | 
| 24 | 
            +
              - advanced_table_padding_control_per_row_rails: Padding Control using Row Styling
         | 
| 24 25 | 
             
              - advanced_table_column_styling_rails: Column Styling
         | 
| 25 26 | 
             
              - advanced_table_column_styling_column_headers_rails: Column Styling with Multiple Headers
         | 
| 27 | 
            +
              - advanced_table_padding_control_rails: Padding Control using Column Styling
         | 
| 28 | 
            +
              - advanced_table_background_control_rails: Background Control using Column Styling
         | 
| 26 29 | 
             
              - advanced_table_column_border_color_rails: Column Group Border Color
         | 
| 27 30 |  | 
| 28 31 |  | 
| @@ -0,0 +1,3 @@ | |
| 1 | 
            +
            This kit is a wrapper around the Highcharts library. It applies styling and default settings but does NOT ship Highcharts. In order to use this kit, 'highcharts' and 'highcharts-react-official' must be installed in your repo. Once done, any prop or functionality provided by Highcharts can be used with this kit without requiring specifc props from Playbook. The doc examples below showcase a few common usecases but are not a comprehensive list of all the functionalities possible. 
         | 
| 2 | 
            +
             | 
| 3 | 
            +
            See the [highcharts API docs](https://api.highcharts.com/highcharts/) for a comprehensive look at what is possible.
         | 
| @@ -0,0 +1,34 @@ | |
| 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', 'Sep', 'Oct', 'Nov', 'Dec'] %>
         | 
| 19 | 
            +
             | 
| 20 | 
            +
            <% chart_options = {
         | 
| 21 | 
            +
              series: data,
         | 
| 22 | 
            +
              colors: ['#1CA05C', '#FD804C', '#144075', '#00C4D7', '#DA0014'],
         | 
| 23 | 
            +
              title: { text: "Line Graph with Custom Data Colors" },
         | 
| 24 | 
            +
              xAxis: {
         | 
| 25 | 
            +
                categories: categories,
         | 
| 26 | 
            +
              },
         | 
| 27 | 
            +
              yAxis: {
         | 
| 28 | 
            +
                title: {
         | 
| 29 | 
            +
                  text: "Number of Employees",
         | 
| 30 | 
            +
                },
         | 
| 31 | 
            +
              },
         | 
| 32 | 
            +
            } %>
         | 
| 33 | 
            +
             | 
| 34 | 
            +
            <%= pb_rails("pb_line_graph", props: {options: chart_options}) %>
         | 
| @@ -0,0 +1,52 @@ | |
| 1 | 
            +
            import React from 'react'
         | 
| 2 | 
            +
            import PbLineGraph from '../../pb_pb_line_graph/_pb_line_graph'
         | 
| 3 | 
            +
            import { colors } from 'playbook-ui'
         | 
| 4 | 
            +
             | 
| 5 | 
            +
            const data = [{
         | 
| 6 | 
            +
              name: 'Installation',
         | 
| 7 | 
            +
              data: [43934, 52503, 57177, 69658, 97031, 119931, 137133, 154175],
         | 
| 8 | 
            +
            }, {
         | 
| 9 | 
            +
              name: 'Manufacturing',
         | 
| 10 | 
            +
              data: [24916, 28064, 29742, 40851, 50590, 65282, 70121, 85434],
         | 
| 11 | 
            +
            }, {
         | 
| 12 | 
            +
              name: 'Sales & Distribution',
         | 
| 13 | 
            +
              data: [11744, 17722, 16005, 19771, 25185, 28377, 36147, 43387],
         | 
| 14 | 
            +
            }, {
         | 
| 15 | 
            +
              name: 'Project Development',
         | 
| 16 | 
            +
              data: [5332, 6344, 7988, 12169, 15112, 14452, 22400, 30227],
         | 
| 17 | 
            +
            }, {
         | 
| 18 | 
            +
              name: 'Other',
         | 
| 19 | 
            +
              data: [null, null, null, 3112, 4989, 5816, 15274, 18111],
         | 
| 20 | 
            +
            }]
         | 
| 21 | 
            +
             | 
| 22 | 
            +
            const categories = ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec']
         | 
| 23 | 
            +
             | 
| 24 | 
            +
            const chartOptions = {
         | 
| 25 | 
            +
                title: {
         | 
| 26 | 
            +
                  text: 'Line Graph with Custom Data Colors',
         | 
| 27 | 
            +
                },
         | 
| 28 | 
            +
                xAxis: {
         | 
| 29 | 
            +
                  categories: categories,
         | 
| 30 | 
            +
                },
         | 
| 31 | 
            +
                yAxis: {
         | 
| 32 | 
            +
                  min: 0,
         | 
| 33 | 
            +
                  title: {
         | 
| 34 | 
            +
                    text: 'Number of Employees',
         | 
| 35 | 
            +
                  },
         | 
| 36 | 
            +
                },
         | 
| 37 | 
            +
                series: data,
         | 
| 38 | 
            +
                colors: [colors.data_4, colors.data_5, "#144075", colors.data_7, colors.data_8]
         | 
| 39 | 
            +
              }
         | 
| 40 | 
            +
             | 
| 41 | 
            +
            const PbLineGraphColors = (props) => {
         | 
| 42 | 
            +
              return (
         | 
| 43 | 
            +
                <div>
         | 
| 44 | 
            +
                  <PbLineGraph
         | 
| 45 | 
            +
                      options={chartOptions}
         | 
| 46 | 
            +
                      {...props}
         | 
| 47 | 
            +
                  />
         | 
| 48 | 
            +
                </div>
         | 
| 49 | 
            +
              )
         | 
| 50 | 
            +
            }
         | 
| 51 | 
            +
             | 
| 52 | 
            +
            export default PbLineGraphColors
         | 
| @@ -0,0 +1,5 @@ | |
| 1 | 
            +
            Custom data colors allow for color customization to match the needs of business requirements.
         | 
| 2 | 
            +
             | 
| 3 | 
            +
            For React, import 'colors' from Playbook, then set custom colors in the colors array using the desired color variables. Hex colors are also available.
         | 
| 4 | 
            +
             | 
| 5 | 
            +
            For Rails, HEX values are required.
         | 
| @@ -0,0 +1,34 @@ | |
| 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', 'Sep', 'Oct', 'Nov', 'Dec'] %>
         | 
| 19 | 
            +
             | 
| 20 | 
            +
            <% chart_options = {
         | 
| 21 | 
            +
              series: data,
         | 
| 22 | 
            +
              title: { text: "Solar Employment Growth by Sector, 2010-2016" },
         | 
| 23 | 
            +
              subtitle: { text: "Source: thesolarfoundation.com" },
         | 
| 24 | 
            +
              xAxis: {
         | 
| 25 | 
            +
                categories: categories,
         | 
| 26 | 
            +
              },
         | 
| 27 | 
            +
              yAxis: {
         | 
| 28 | 
            +
                title: {
         | 
| 29 | 
            +
                  text: "Number of Employees",
         | 
| 30 | 
            +
                },
         | 
| 31 | 
            +
              },
         | 
| 32 | 
            +
            } %>
         | 
| 33 | 
            +
             | 
| 34 | 
            +
            <%= pb_rails("pb_line_graph", props: {options: chart_options}) %>
         | 
| @@ -0,0 +1,45 @@ | |
| 1 | 
            +
            import React from 'react'
         | 
| 2 | 
            +
            import PbLineGraph from '../../pb_pb_line_graph/_pb_line_graph'
         | 
| 3 | 
            +
             | 
| 4 | 
            +
            const data = [{
         | 
| 5 | 
            +
              name: 'Installation',
         | 
| 6 | 
            +
              data: [43934, 52503, 57177, 69658, 97031, 119931, 137133, 154175],
         | 
| 7 | 
            +
            }, {
         | 
| 8 | 
            +
              name: 'Manufacturing',
         | 
| 9 | 
            +
              data: [24916, 24064, 29742, 29851, 32490, 30282, 38121, 40434],
         | 
| 10 | 
            +
            }, {
         | 
| 11 | 
            +
              name: 'Sales & Distribution',
         | 
| 12 | 
            +
              data: [11744, 17722, 16005, 19771, 20185, 24377, 32147, 39387],
         | 
| 13 | 
            +
            }, {
         | 
| 14 | 
            +
              name: 'Project Development',
         | 
| 15 | 
            +
              data: [null, null, 7988, 12169, 15112, 22452, 34400, 34227],
         | 
| 16 | 
            +
            }, {
         | 
| 17 | 
            +
              name: 'Other',
         | 
| 18 | 
            +
              data: [12908, 5948, 8105, 11248, 8989, 11816, 18274, 18111],
         | 
| 19 | 
            +
            }]
         | 
| 20 | 
            +
             | 
| 21 | 
            +
            const categories = ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec']
         | 
| 22 | 
            +
             | 
| 23 | 
            +
            const chartOptions = {
         | 
| 24 | 
            +
              series: data,
         | 
| 25 | 
            +
              title: { text: "Solar Employment Growth by Sector, 2010-2016" },
         | 
| 26 | 
            +
              subtitle: { text: "Source: thesolarfoundation.com" },
         | 
| 27 | 
            +
              xAxis: {
         | 
| 28 | 
            +
                categories: categories,
         | 
| 29 | 
            +
              },
         | 
| 30 | 
            +
              yAxis: {
         | 
| 31 | 
            +
                title: {
         | 
| 32 | 
            +
                  text: "Number of Employees",
         | 
| 33 | 
            +
                },
         | 
| 34 | 
            +
              },
         | 
| 35 | 
            +
            }
         | 
| 36 | 
            +
            const PbLineGraphDefault = (props) => (
         | 
| 37 | 
            +
              <div>
         | 
| 38 | 
            +
                <PbLineGraph
         | 
| 39 | 
            +
                    options={chartOptions}
         | 
| 40 | 
            +
                    {...props}
         | 
| 41 | 
            +
                />
         | 
| 42 | 
            +
              </div>
         | 
| 43 | 
            +
            )
         | 
| 44 | 
            +
             | 
| 45 | 
            +
            export default PbLineGraphDefault
         | 
| @@ -0,0 +1,47 @@ | |
| 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', 'Sep', 'Oct', 'Nov', 'Dec'] %>
         | 
| 7 | 
            +
             | 
| 8 | 
            +
            <% chart_options_first = {
         | 
| 9 | 
            +
                title: {
         | 
| 10 | 
            +
                  text: 'Fixed Height (300px)',
         | 
| 11 | 
            +
                },
         | 
| 12 | 
            +
                chart: {
         | 
| 13 | 
            +
                  height: '300px'
         | 
| 14 | 
            +
                },
         | 
| 15 | 
            +
                xAxis: {
         | 
| 16 | 
            +
                  categories: categories,
         | 
| 17 | 
            +
                },
         | 
| 18 | 
            +
                yAxis: {
         | 
| 19 | 
            +
                  min: 0,
         | 
| 20 | 
            +
                  title: {
         | 
| 21 | 
            +
                    text: 'Number of Employees',
         | 
| 22 | 
            +
                  },
         | 
| 23 | 
            +
                },
         | 
| 24 | 
            +
                series: data
         | 
| 25 | 
            +
              } %>
         | 
| 26 | 
            +
             | 
| 27 | 
            +
              <% chart_options_second = {
         | 
| 28 | 
            +
                title: {
         | 
| 29 | 
            +
                  text: 'Percentage Height (50%)',
         | 
| 30 | 
            +
                },
         | 
| 31 | 
            +
                chart: {
         | 
| 32 | 
            +
                  height: '50%'
         | 
| 33 | 
            +
                },
         | 
| 34 | 
            +
                xAxis: {
         | 
| 35 | 
            +
                  categories: categories,
         | 
| 36 | 
            +
                },
         | 
| 37 | 
            +
                yAxis: {
         | 
| 38 | 
            +
                  min: 0,
         | 
| 39 | 
            +
                  title: {
         | 
| 40 | 
            +
                    text: 'Number of Employees',
         | 
| 41 | 
            +
                  },
         | 
| 42 | 
            +
                },
         | 
| 43 | 
            +
                series: data
         | 
| 44 | 
            +
              } %>
         | 
| 45 | 
            +
             | 
| 46 | 
            +
            <%= pb_rails("pb_line_graph", props: {options: chart_options_first}) %>
         | 
| 47 | 
            +
            <%= pb_rails("pb_line_graph", props: {options: chart_options_second}) %>
         | 
| @@ -0,0 +1,64 @@ | |
| 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', 'Sep', 'Oct', 'Nov', 'Dec']
         | 
| 10 | 
            +
             | 
| 11 | 
            +
            const chartOptionsFirst = {
         | 
| 12 | 
            +
                title: {
         | 
| 13 | 
            +
                  text: 'Fixed Height (300px)',
         | 
| 14 | 
            +
                },
         | 
| 15 | 
            +
                chart: {
         | 
| 16 | 
            +
                  height: '300px'
         | 
| 17 | 
            +
                },
         | 
| 18 | 
            +
                xAxis: {
         | 
| 19 | 
            +
                  categories: categories,
         | 
| 20 | 
            +
                },
         | 
| 21 | 
            +
                yAxis: {
         | 
| 22 | 
            +
                  min: 0,
         | 
| 23 | 
            +
                  title: {
         | 
| 24 | 
            +
                    text: 'Number of Employees',
         | 
| 25 | 
            +
                  },
         | 
| 26 | 
            +
                },
         | 
| 27 | 
            +
                series: data
         | 
| 28 | 
            +
              }
         | 
| 29 | 
            +
             | 
| 30 | 
            +
              const chartOptionsSecond = {
         | 
| 31 | 
            +
                title: {
         | 
| 32 | 
            +
                  text: 'Percentage Height (50%)',
         | 
| 33 | 
            +
                },
         | 
| 34 | 
            +
                chart: {
         | 
| 35 | 
            +
                  height: '50%'
         | 
| 36 | 
            +
                },
         | 
| 37 | 
            +
                xAxis: {
         | 
| 38 | 
            +
                  categories: categories,
         | 
| 39 | 
            +
                },
         | 
| 40 | 
            +
                yAxis: {
         | 
| 41 | 
            +
                  min: 0,
         | 
| 42 | 
            +
                  title: {
         | 
| 43 | 
            +
                    text: 'Number of Employees',
         | 
| 44 | 
            +
                  },
         | 
| 45 | 
            +
                },
         | 
| 46 | 
            +
                series: data
         | 
| 47 | 
            +
              }
         | 
| 48 | 
            +
             | 
| 49 | 
            +
            const PbLineGraphHeight = (props) => {
         | 
| 50 | 
            +
              return (
         | 
| 51 | 
            +
                <div>
         | 
| 52 | 
            +
                  <PbLineGraph
         | 
| 53 | 
            +
                      options={chartOptionsFirst}
         | 
| 54 | 
            +
                      {...props}
         | 
| 55 | 
            +
                  />
         | 
| 56 | 
            +
                  <PbLineGraph
         | 
| 57 | 
            +
                      options={chartOptionsSecond}
         | 
| 58 | 
            +
                      {...props}
         | 
| 59 | 
            +
                  />
         | 
| 60 | 
            +
                </div>
         | 
| 61 | 
            +
              )
         | 
| 62 | 
            +
            }
         | 
| 63 | 
            +
             | 
| 64 | 
            +
            export default PbLineGraphHeight
         | 
| @@ -0,0 +1,3 @@ | |
| 1 | 
            +
            By default, Highcharts have a height of 400px, but this can be customized. You can override the default by specifying either a percentage or a fixed pixel value.
         | 
| 2 | 
            +
             | 
| 3 | 
            +
            Using a percentage maintains a consistent aspect ratio across different responsive sizes. For example, setting the height to 50% makes the chart’s height half of its width.
         | 
| @@ -0,0 +1,24 @@ | |
| 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}) %>
         | 
| @@ -0,0 +1,37 @@ | |
| 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
         |