Skip to content

Commit

Permalink
rotation -> pointRotation
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Hamilton committed May 31, 2018
1 parent d182d34 commit da23599
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/charts/bubble.md
Expand Up @@ -68,7 +68,7 @@ The style of each bubble can be controlled with the following properties:
| `borderColor` | bubble border color
| `borderWidth` | bubble border width (in pixels)
| `pointStyle` | bubble [shape style](../configuration/elements#point-styles)
| `rotation` | bubble rotation (in degrees)
| `pointRotation` | bubble rotation (in degrees)
| `radius` | bubble radius (in pixels)

All these values, if `undefined`, fallback to the associated [`elements.point.*`](../configuration/elements.md#point-configuration) options.
Expand Down
2 changes: 1 addition & 1 deletion src/controllers/controller.bubble.js
Expand Up @@ -156,7 +156,7 @@ module.exports = function(Chart) {
'hoverRadius',
'hitRadius',
'pointStyle',
'rotation'
'pointRotation'
];

for (i = 0, ilen = keys.length; i < ilen; ++i) {
Expand Down

0 comments on commit da23599

Please sign in to comment.