micheldrescher
micheldrescher
Update: I pushed the branch to this repo, have a look here: [https://github.com/micheldrescher/cyberwatching_radar/tree/six_quadrants](url)
Hu @gustavz, Yes, correct. These functions use the d3s library to create HTML/SVG code: "path" and "d" are HTML SVG code to describe the shape (either triangle or circle). "transform"...
@gustavz Google is your friend ;-) Check this for example: https://developer.mozilla.org/en-US/docs/Web/SVG/Tutorial/Paths I am not an SVG guy, I yet have to master going through that code myself.
Don't ask me ;-)
Hi, Have a look at this Google spreadsheet: https://docs.google.com/spreadsheets/d/1Pa1O-_-qdG32tlIwZ-6aXysemr-KpzhHqlryUm3I-cM/edit#gid=604888024 It is the direct source of the radar in action: https://www.cyberwatching.eu/technology-radar I am in the process of learning JavaScript (that in...
> Hello @micheldrescher > I am a newbie, and trying to understand how I can integrate/customise the radar with multiple quadrant...Seems like you did it, but I only see it...
> > Hi Nicolas, > > I hardcoded the radar to 6 segments (they are not quadrants anymore), but it should be relatively straightforward to have it display any other...
I did a quick test cloning the repo, building the distro and using that in a straightforward javascript code block: **index.html** ```html SVG Playground Color Playground Lets test the different...