Charted

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

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.