This commit is contained in:
dmitry-vsl
2025-09-26 05:27:57 +00:00
parent cfa7a88f26
commit 376d515729
2 changed files with 102 additions and 100 deletions

View File

@@ -14,9 +14,11 @@ const langs = _(repos.items)
import { barY } from "@observablehq/plot" import { barY } from "@observablehq/plot"
/* /*
Move the cursor to the following line and see the plot displayed alongside the code Move the cursor to the following line and see the plot displayed alongside
the code. Use the @dom pragma to display DOM content inline
*/ */
// @dom
barY(langs, { barY(langs, {
x: "language", x: "language",
y: "count", y: "count",

File diff suppressed because one or more lines are too long