Skip to content

Commit

Permalink
Merge pull request #139 from zalando/release-v0.8
Browse files Browse the repository at this point in the history
Release v0.8
  • Loading branch information
bocytko committed Jan 11, 2024
2 parents 30fcc27 + f4b9580 commit 7ca27f3
Show file tree
Hide file tree
Showing 4 changed files with 481 additions and 4 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Feel free to use and adapt it for your own purposes.

```html
<script src="https://d3js.org/d3.v4.min.js"></script>
<script src="http://zalando.github.io/tech-radar/release/radar-0.7.js"></script>
<script src="http://zalando.github.io/tech-radar/release/radar-0.8.js"></script>
```

2. insert an empty `svg` tag:
Expand All @@ -31,6 +31,7 @@ radar_visualization({
svg_id: "radar",
width: 1450,
height: 1000,
scale: 1.0,
colors: {
background: "#fff",
grid: "#bbb",
Expand Down Expand Up @@ -65,7 +66,8 @@ radar_visualization({
});
```

Entries are positioned automatically so that they don't overlap.
Entries are positioned automatically so that they don't overlap. The "scale" parameter can help
in adjusting the size of the radar.

As a working example, you can check out `docs/index.html` &mdash; the source of our [public Tech
Radar](http://zalando.github.io/tech-radar/).
Expand Down Expand Up @@ -99,7 +101,7 @@ http://localhost:3000/
```
The MIT License (MIT)
Copyright (c) 2017-2022 Zalando SE
Copyright (c) 2017-2024 Zalando SE
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion docs/radar.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// The MIT License (MIT)

// Copyright (c) 2017 Zalando SE
// Copyright (c) 2017-2024 Zalando SE

// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
Expand Down
Loading

0 comments on commit 7ca27f3

Please sign in to comment.