just-dashboard

使用 YAML 或 JSON 文件制作仪表盘。「📊 📋 Dashboards using YAML or JSON files」

Travis Codecov

just-dashboard turns this:

dashboard "Food":
  - h1 text: Food
  - h2 text: By caloric content
  - 3 columns:
    - rows:
      - h3 text: Bananas
      - pie chart: {
          "columns": [
            ["Protein", 5], ["Sugar", 10], ["Other carbs", 40], ["Fat", 1]
          ]
        }
    - rows:
      - h3 text: Tofu
      - pie chart: {
          "columns": [
            ["Protein", 30], ["Sugar", 0], ["Other carbs", 40], ["Fat", 3]
          ]
        }
    - rows:
      - h3 text: Peanut butter
      - pie chart: {
          "columns": [
            ["Protein", 20], ["Sugar", 2], ["Other carbs", 20], ["Fat", 50]
          ]
}

Into this:

Screenshot of a dashboard that compares the macronutrients in bananas, tofu and peanut butter.

To host your dashboard, you can roll your own backend, or:

  • Create a public GitHub gist with a file named dashboard.yml or dashboard.json (depending on your preferred format)
  • Access it as a shareable dashboard at: http://bottoml.in/e/{Github username}/{Gist ID}

In fact, I've created a Gist with the example above: https://gist.github.com/kantord/2973bdd4ad689642562018bb4091ffbd;
thus it's accessible as a dashboard at: http://bottoml.in/e/kantord/2973bdd4ad689642562018bb4091ffbd

主要指标

概览
名称与所有者kantord/just-dashboard
主编程语言JavaScript
编程语言JavaScript (语言数: 3)
平台
许可证MIT License
所有者活动
创建于2018-01-18 13:19:04
推送于2023-12-15 20:30:45
最后一次提交2019-07-13 19:33:59
发布数28
最新版本名称v0.14.2 (发布于 )
第一版名称v0.1.0 (发布于 )
用户参与
星数1.6k
关注者数26
派生数60
提交数321
已启用问题?
问题数29
打开的问题数12
拉请求数137
打开的拉请求数41
关闭的拉请求数330
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?