vue3-calendar-heatmap icon indicating copy to clipboard operation
vue3-calendar-heatmap copied to clipboard

Props and named slots

Open pbkompasz opened this issue 2 years ago • 3 comments

Changes:

  • noInteract prop: no hover effect and no click events emitted
  • legendDirectionReverse prop: change the orientation of the legend
  • day-1, ..., day-7 slot for custom text for each weekday
  • tooltip-active, tooltip-inactive slot for custom tooltip messages
  • tooltip-DATE ( ex. tooltip-2022-3-3) slot for custom tooltip message for specific date
  • legend-text-less, legend-text-more slot for custom legend text

pbkompasz avatar Apr 05 '22 07:04 pbkompasz

Hey @pbkompasz thank you for your contribution. I will take a look at the weekend! :)

razorness avatar Apr 06 '22 16:04 razorness

are there any developments

productdevbook avatar Jul 21 '22 18:07 productdevbook

Is this still being considered? I would love to use legend-text-less and legend-text-more to show the minimum and maximum counts in the legend.

Klikini avatar May 30 '23 23:05 Klikini