karthiknjay / techradar

Build your own Technology Radar. Inspired by ThoughtWorks Technology Radar.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Your Own Technology Radar.

Inspired by the ThoughtWorks Tech Radar: http://www.thoughtworks.com/radar/.

I love the ThoughtWorks Radar. But it is for all clients, averaged out across industries, organisational maturity and risk adverseness.

Technology Radar Sample In this branch\version customization of technology radar is added which automatically lays out the points based on table based structure. Input are required in comma seperated values (a table based structure) here for itmename , quadrant name and arc name , in which that item lies . The polarcoordinates for the blips automaticaly generated based on random number generation function within the range of quadrant and arcs.

we neeed to provide only Itemname , quadrant name and ring name in csv file(here radardata.csv), polar coordinates will be generated.(function is added in radar.js here to generate polar coordinates) .

Output would be techradar rendered as SVG within html and we can export generated techradar as png file for further use.

Where r = radius, and t = theta; the degrees in radians. with 0/360 degrees being the typical right hand x line rotating in an anti-clockwise direction. See http://en.wikipedia.org/wiki/Polar_coordinates for more details.

About

Build your own Technology Radar. Inspired by ThoughtWorks Technology Radar.

License:Apache License 2.0


Languages

Language:HTML 88.3%Language:JavaScript 11.7%Language:CSS 0.0%