You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
}
]
The text was updated successfully, but these errors were encountered:
Hello :)
Is it possible to set a default color for events, where are no color classes exist ?
Example:
The text was updated successfully, but these errors were encountered: