Skip to content

Commit

Permalink
Update charts.md (#9472)
Browse files Browse the repository at this point in the history
  • Loading branch information
juan-cortes committed Jul 26, 2021
1 parent a8337a3 commit ac6929d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/developers/charts.md
Expand Up @@ -107,7 +107,7 @@ class Custom extends BubbleController {
ctx.strokeRect(x - radius, y - radius, 2 * radius, 2 * radius);
ctx.restore();
}
});
};
Custom.id = 'derivedBubble';
Custom.defaults = BubbleController.defaults;

Expand Down

0 comments on commit ac6929d

Please sign in to comment.