Skip to content

Commit 3c9bf1b

Browse files
committed
fix: add quadrant graph copy
1 parent 2dcee85 commit 3c9bf1b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

app/pages/blog/release/0.8.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,9 @@ The command palette is intended to be accessible to everyone, with a full, rich
6565

6666
## New package comparison view: quadrant graphs
6767

68-
XXX words here XXX
68+
The [compare page](https://npmx.dev/compare/) graph mode now shows an additional view of the same
69+
data: a quadrant graph. This is a scatter plot of all selected packages (up to 10 now, up from
70+
four!), with an aggregate measure of traction (downloads, freshness, likes) on the x-axis and developer ergonomics (install size, dependencies, vulnerabilities, type support) on the y-axis.
6971

7072
<figure>
7173
<img src="/blog/release/0.8/quadrant-graph-example.png" alt="Scatter plot of package traction vs. ergonomics, with delineated quadrants, showing seven UI component packages" />
@@ -83,6 +85,9 @@ XXX words here XXX
8385
</figcaption>
8486
</figure>
8587

88+
See the above example [live in action
89+
here](https://npmx.dev/compare?view=charts&packages=bootstrap,@chakra-ui/react,emotion,@material/web,solid-ui,reka-ui,radix-ui).
90+
8691
## We were @ ATmosphereConf 26!
8792

8893
The atproto community gathered in Vancouver for their annual conference. Five members of the npmx community were there, enjoying the conversations and talks.

0 commit comments

Comments
 (0)