Skip to content

Commit

Permalink
make radar neater (#369)
Browse files Browse the repository at this point in the history
  • Loading branch information
SoumayaMauthoorMOJ authored Sep 9, 2024
1 parent e93903b commit cca3bce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 27 deletions.
24 changes: 0 additions & 24 deletions tech_radar/blips.json
Original file line number Diff line number Diff line change
Expand Up @@ -641,14 +641,6 @@
"link": "https://github.com/moj-analytical-services/data-and-analytics-engineering-tech-radar/discussions/251",
"active": true
},
{
"label": "Planning",
"quadrant": 0,
"ring": 0,
"moved": 0,
"link": "https://github.com/moj-analytical-services/data-and-analytics-engineering-tech-radar/discussions/254",
"active": true
},
{
"label": "poetry",
"quadrant": 2,
Expand Down Expand Up @@ -705,14 +697,6 @@
"link": "https://github.com/moj-analytical-services/data-and-analytics-engineering-tech-radar/discussions/260",
"active": true
},
{
"label": "pyenv-virtualenv",
"quadrant": 1,
"ring": 0,
"moved": 0,
"link": "https://github.com/moj-analytical-services/data-and-analytics-engineering-tech-radar/discussions/262",
"active": true
},
{
"label": "PyPI",
"quadrant": 2,
Expand Down Expand Up @@ -761,14 +745,6 @@
"link": "https://github.com/moj-analytical-services/data-and-analytics-engineering-tech-radar/discussions/271",
"active": true
},
{
"label": "Retrospectives",
"quadrant": 0,
"ring": 0,
"moved": 0,
"link": "https://github.com/moj-analytical-services/data-and-analytics-engineering-tech-radar/discussions/272",
"active": true
},
{
"label": "RStudio",
"quadrant": 2,
Expand Down
7 changes: 4 additions & 3 deletions tech_radar/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<link rel="shortcut icon" href="favicon.ico">

<script src="https://d3js.org/d3.v4.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/zalando/tech-radar@master/docs/radar.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/zalando/tech-radar@master/docs/radar.css">
<script src="https://cdn.jsdelivr.net/gh/moj-analytical-services/tech-radar@v0.0.2/docs/radar.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/moj-analytical-services/tech-radar@master/docs/radar.css">
</head>

<body>
Expand All @@ -29,7 +29,8 @@
quadrants: radar.quadrants,
rings: radar.rings,
entries: blips.entries,
print_ring_descriptions_table: true
print_ring_descriptions_table: true,
footer_offset: { x: 400, y: -420 }
});
}).catch(function(err) {
console.log('Error loading configuration files', err);
Expand Down

0 comments on commit cca3bce

Please sign in to comment.