dreamRs / tuicalendr

:calendar: R htmlwidget for tui-calendar
https://dreamrs.github.io/tuicalendr/
Other
54 stars 3 forks source link

Option for year view #10

Open ShinyFabio opened 3 years ago

ShinyFabio commented 3 years ago

Hello, I'm looking for a calendar to add in my shiny app and your calendar it seems the best, but I need a calendar with a "year view". Is it possible?

pvictor commented 3 years ago

Hello,

No there's no year view, only day, week and month. The goal of this package is to display calandars "like in Outlook". If you searching for calendars heatmap, maybe look at {echarts4r}: https://echarts4r.john-coene.com/articles/chart_types.html#calendar-1

Victor

ShinyFabio commented 3 years ago

Ok thanks I opted for making two different calendar, one with year view (with calendR) and one with month view where I can choose the month dinamically. For the month view I want to use yours, but is it possible to use a vector to make the events? Or do i have to add every single event manually?