百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
C

charted

> 编程语言
开源

一个图表工具,可从任何数据文件中生成自动的、可共享的图表

2.7K stars0 点赞1 次浏览
访问官网GitHub

工具介绍

一个图表工具,可从任何数据文件中生成自动的、可共享的图表

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:

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.

GitHub Issues· 0 开放

在 GitHub 查看全部

暂无开放 Issues,或尚未同步最近议题。

核心特点

  • •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
  • •.csv files
  • •.tsv files
  • •Google Spreadsheets (set to shareable)
  • •Dropbox share links to supported files

> 标签

JavaScript

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言