Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default Color for events #115

Open
sadden3194 opened this issue Oct 26, 2019 · 0 comments
Open

Default Color for events #115

sadden3194 opened this issue Oct 26, 2019 · 0 comments

Comments

@sadden3194
Copy link

sadden3194 commented Oct 26, 2019

Hello :)

Is it possible to set a default color for events, where are no color classes exist ?

Example:

scheduleOptions: {
   colors: {
      event: '#2fabb7'
   }
},
schedules: [
   {   
      name: 'event', // this event get the color #2fabb7
      date: '2010-10-26'
   },
   {   
      name: 'defaultEvent', // this event get the default color #000000
      date: '2010-10-27'
   }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant