Skip to content

Commit

Permalink
docs(plugin): fix documentation for textoverlap plugin
Browse files Browse the repository at this point in the history
Closing brackets were missing.

Close naver#2325
  • Loading branch information
adschm authored and netil committed Sep 17, 2021
1 parent 5e486b5 commit 1ce7333
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Plugin/textoverlap/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,14 @@ import Options from "./Options";
* var chart = bb.generate({
* data: {
* columns: [ ... ]
* }
* },
* ...
* plugins: [
* new bb.plugin.textoverlap({
* selector: ".bb-texts text",
* extent: 8,
* area: 3
* })
* ]
* });
* @example
Expand Down

0 comments on commit 1ce7333

Please sign in to comment.