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
I am currently using version 2.3.2 in a Vue 3 (CAPI) TypeScript stack with Quasar Framework. In my case, the use of highlighted-units has no effect on the display (regardless of the color scheme).
The vertical grid gutters are expected to be highlighted in color.
Question
Is there anything known about this or do I need to make further configurations?
The text was updated successfully, but these errors were encountered:
maximilianfixl
changed the title
Keine hervorgehobene Anzeige bei Verwendung von highlighted-units
No highlighted display when using highlighted units
Sep 12, 2024
albadedan
added a commit
to albadedan/vue-ganttastic
that referenced
this issue
Dec 4, 2024
Fixzunnzunn#125
[feat] re-working of zunnzunn#95
Adds new props to handle different methods of highlighting dates and hours.
- `highlighted-days-of-week` to handle highlighting the same day or days every week without having to calculate their dates. Useful for highlighting weekends. Set to [0, 6].
- `highlighted-dates` for when you want to highlight specific dates.
- `highlighted-hours` for when you are using hour precision.
`highlighted-units` probably depreciated now.
Problem
I am currently using version
2.3.2
in a Vue 3 (CAPI) TypeScript stack with Quasar Framework. In my case, the use ofhighlighted-units
has no effect on the display (regardless of the color scheme).Expected
The vertical grid gutters are expected to be highlighted in color.
Question
Is there anything known about this or do I need to make further configurations?
The text was updated successfully, but these errors were encountered: