Skip to content

Commit

Permalink
Added disableEntityLink documentation to bar chart web component
Browse files Browse the repository at this point in the history
  • Loading branch information
dwnoble committed Aug 22, 2024
1 parent e294635 commit 681b1c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/web_components/bar.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ permalink: /api/web_components/bar
| ---------- | ------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| barHeight | number | Bar height (in px) for horizontal charts. |
| colors | list | Specify custom color for each variable. Pass in colors in the same order as variables.<br /><br />Values should follow CSS specification (keywords, rgb, rgba, hsl, #hex). Separate multiple values with spaces, e.g., `"#ff0000 #00ff00 #0000ff"`. Make sure individual colors have no spaces. For example, use `rgba(255,0,0,0.3)` instead of `rgba(255, 0, 0, 0.3)`. |
| disableEntityLink | boolean | Include to disable entity (place) links in the x-axis. Default: `false` (links are enabled) |

| horizontal | boolean | Include to draw bars horizontally instead of vertically. |
| lollipop | boolean | Include to draw lollipops instead of bars. |
| maxPlaces | number | Maximum _number_ of child places to plot. Default: `7`. |
Expand Down

0 comments on commit 681b1c3

Please sign in to comment.