Skip to content

Commit

Permalink
fix(website): fix missing prop for Calendar API demo
Browse files Browse the repository at this point in the history
  • Loading branch information
plouc committed Jun 26, 2020
1 parent 5e4ea12 commit b8c7c99
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions website/src/pages/calendar/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,6 @@ const CalendarApi = () => {
defaultProps={{
width: 600,
height: 400,
margin: {
top: 10,
right: 10,
bottom: 10,
left: 10,
},
from: '2015-03-01',
to: '2016-07-12',

Expand All @@ -61,6 +55,7 @@ const CalendarApi = () => {
yearLegendPosition: 'before',
yearLegendOffset: 10,

monthSpacing: 0,
monthBorderWidth: 2,
monthBorderColor: '#ffffff',
monthLegendPosition: 'before',
Expand Down

0 comments on commit b8c7c99

Please sign in to comment.