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

Some issues with heatmap

Open omert08 opened this issue 3 years ago • 5 comments

Hi,

First, thanks for this valuable repository.

We have implemented the heatmap in a project, we provide "values" and "end-date" but can't see the data visualized in the heatmap.

Also, does the "round" attribute work? It seems like doesn't work on my end.

One last thing, is this repo support NuxtJS?

Thanks, Omer

omert08 avatar Nov 17 '21 20:11 omert08

Hey, omert08, did you try to clone this repo and run yarn && yarn serve?

I didn't test this package with NuxtJS.

I just tested in my project with current version of vue3-calendar-heatmap and using :round="5" looks like this:

image

razorness avatar Nov 17 '21 20:11 razorness

A complete example can be found here:

https://github.com/razorness/vue3-calendar-heatmap/blob/master/src/App.vue

razorness avatar Nov 17 '21 21:11 razorness

Thanks razorness, I will check on my end and get back to you.

omert08 avatar Nov 18 '21 07:11 omert08

square size how to change ? and diffrent size change height witdh 10px-20px example

productdevbook avatar Dec 01 '21 04:12 productdevbook

@productdevbook you can only manage display size in a whole because it's pure SVG. If you need this features, your PR is welcome.

razorness avatar Feb 13 '22 19:02 razorness