Skip to content

Commit 9391d15

Browse files
authored
Fix the scales configuration of the basic label sample (#802)
* Add element diagrams to the annotation types guide * Fix the scales configuration of the basic label sample
1 parent f85f494 commit 9391d15

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

docs/samples/label/basic.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,6 @@ const config = {
7070
data,
7171
options: {
7272
scales: {
73-
x: {
74-
beginAtZero: true,
75-
max: 120,
76-
min: 0
77-
},
7873
y: {
7974
beginAtZero: true,
8075
max: 120,

0 commit comments

Comments
 (0)