Charted

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

Github stars Tracking Chart

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 启动服务器。

Main metrics

Overview
Name With Ownercharted-co/charted
Primary LanguageJavaScript
Program languageJavaScript (Language Count: 4)
PlatformLinux, Mac, Windows
License:MIT License
所有者活动
Created At2014-11-15 00:03:23
Pushed At2017-10-15 21:57:36
Last Commit At2017-10-15 14:57:21
Release Count9
Last Release Name2.0.0 (Posted on )
First Release Name0.1.1 (Posted on )
用户参与
Stargazers Count2.8k
Watchers Count82
Fork Count188
Commits Count248
Has Issues Enabled
Issues Count47
Issue Open Count16
Pull Requests Count55
Pull Requests Open Count0
Pull Requests Close Count1
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private

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.