Formatting Help with New-UDNivoChart

I am having a very difficult time trying to format a Heatmap.

Specifically, I would like to explicitly set cell color. I have tried to specify this as part of the data set as per Nivo Website examples. Nivo examples shows that ‘Color’ is appended to the key field in the dataset like this:
@{ ‘Key’ = val; ‘KeyColor’ = ‘Green’ }

Also with the Heatmap, I am not sure how to set legends or titles. Any help is greatly apreciated

Did you ever figure this out?

Hello @mjkruzel3 this reply is also for @cn9ne …ok so I managed to build this:-


Which allows you to control if you want to show the months, the weekdays, allows you to display this in horizontal or a vertical layout, you also get to control the gutter size (square cell size) as these are SVGs you can create your own custom themes from scratch. The stuff you can’t customise via a powershell parameter you can customise via CSS. I will stick all this into a blog post on how to use this new custom component. I have not pushed it to the powershell gallery, but very confident this will solve your problem on customising a specific cell colour, as this is all controlled via CSS.

I know I am not giving you the answer to your initial question, but I am showing you the potential of this new component that does do what you are asking. :+1:

I just put this component on the powershell gallery which in-turn will sync to the UD marketplace. I also wrote a blog on this component here:- https://psdevuk.github.io/ud-flix/GitHub-Styled-HeatMap-Contribution-Calendar/