nhn / toast-ui.vue-calendar

Toast UI Calendar for Vue
MIT License
195 stars 54 forks source link

can i set background opacity? #30

Closed charmjeh closed 5 years ago

charmjeh commented 5 years ago

can i set background opacity? I would like to have the following result with one color value:

image

dongsik-yoo commented 5 years ago

Sure. You can change background-color of a schedule. Check Schedule.bgColor documentation.

dongsik-yoo commented 5 years ago

Another options is Calendar.setCalendarColor. See the documentation here.

charmjeh commented 5 years ago

I solved this problem by putting an rgba value in bgColor. thank you for your help :)

schedule.bgColor = "rgba(0,158,255,1)"