playbook_ui_docs 15.2.0.pre.alpha.PLAY236711413 → 15.2.0.pre.alpha.buttonfix11269

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (22) hide show
  1. checksums.yaml +4 -4
  2. data/app/pb_kits/playbook/pb_form/docs/_form_form_with_validate.html.erb +1 -1
  3. data/dist/playbook-doc.js +2 -2
  4. metadata +2 -20
  5. data/app/pb_kits/playbook/pb_pb_line_graph/docs/_description.md +0 -3
  6. data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_colors.html.erb +0 -34
  7. data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_colors.jsx +0 -52
  8. data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_colors.md +0 -5
  9. data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_default.html.erb +0 -34
  10. data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_default.jsx +0 -45
  11. data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_height.html.erb +0 -47
  12. data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_height.jsx +0 -64
  13. data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_height.md +0 -3
  14. data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_legend.html.erb +0 -24
  15. data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_legend.jsx +0 -37
  16. data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_legend_nonclickable.html.erb +0 -39
  17. data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_legend_nonclickable.jsx +0 -45
  18. data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_legend_position.html.erb +0 -86
  19. data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_legend_position.jsx +0 -116
  20. data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_legend_position.md +0 -11
  21. data/app/pb_kits/playbook/pb_pb_line_graph/docs/example.yml +0 -20
  22. data/app/pb_kits/playbook/pb_pb_line_graph/docs/index.js +0 -6
@@ -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'