Charted

一种绘图工具,可从任何数据文件生成自动的、可共享的图表。(A charting tool that produces automatic, shareable charts from any data file.)

  • 所有者: charted-co/charted
  • 平台: Linux, Mac, Windows
  • 許可證: MIT License
  • 分類:
  • 主題:
  • 喜歡:
    4
      比較:

Github星跟蹤圖

Charted

Charted 是一种自动可视化数据的工具,最初由 Medium 的产品科学团队创建。 您只要提供数据文件的链接,Charted 返回一个漂亮、交互、可共享的数据图表。 图表看起来像这样:

Example Chart Screenshot

Charted 在格式化和数据转换选项中故意比较稀疏,相反,它提供了一些强大的核心特性:

  • 适用于所有屏幕尺寸,包括显示器
  • 每30分钟重新获取数据并更新图表
  • 将数据系列移动到单独的图表中
  • 调整图表类型,标签/标题和背景

支持的文件

Charted 目前支持以下文件类型:

  • .csv文件
  • .tsv文件
  • Google Spreadsheets(须设置为可共享)
  • Dropbox 共享指向支持文件的链接

数据结构

Charted 将数据文件的第一列视为x轴的标签。 所有后续列都添加为y系列。 Charted 不解析第一列(x轴),而是始终沿x轴平均间隔数据点。

运行 Charted

要尝试 Charted,只需下载 repo 并运行 npm install 来安装依赖项。 之后,您将能够运行 npm start。 这将在 localhost:3000 启动服务器。

主要指標

概覽
名稱與所有者charted-co/charted
主編程語言JavaScript
編程語言JavaScript (語言數: 4)
平台Linux, Mac, Windows
許可證MIT License
所有者活动
創建於2014-11-15 00:03:23
推送於2017-10-15 21:57:36
最后一次提交2017-10-15 14:57:21
發布數9
最新版本名稱2.0.0 (發布於 )
第一版名稱0.1.1 (發布於 )
用户参与
星數2.8k
關注者數82
派生數188
提交數248
已啟用問題?
問題數47
打開的問題數16
拉請求數55
打開的拉請求數0
關閉的拉請求數1
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?

Charted

Charted is a tool for automatically visualizing data, originally created by
the Product Science team at Medium. Provide the
link to a data file and Charted returns a beautiful, interactive,
and shareable chart of the data. The charts look like this:

Example Chart Screenshot

Charted is deliberately sparse in formatting and data transformation options,
and instead gives you a few powerful core features:

  • Rendering well on all screen sizes, including monitors
  • Re-fetching the data and updating the chart every 30 minutes
  • Moving data series into separate charts
  • Adjusting the chart type, labels/titles, and background

Supported files

Charted currently supports the following file types:

  • .csv files
  • .tsv files
  • Google Spreadsheets (set to shareable)
  • Dropbox share links to supported files

Data structure

Charted treats the first column of the data file as the labels for the
x-axis. All subsequent columns are added as y-series. Charted does not
parse the first column (x-axis), but instead always equally spaces the
data points along the x-axis.

Running Charted

To try Charted out, simply download the repo and run npm install
to install dependencies. After that you will be able to run
npm start. This will start a server at localhost:3000.