• Stars
    star
    2,100
  • Rank 21,888 (Top 0.5 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created about 11 years ago
  • Updated about 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A front-end charting application that facilitates easy creation of simple beautiful charts

Chartbuilder 📈

Chartbuilder is a front-end charting application that facilitates easy creation of simple beautiful charts.

Chartbuilder is the user and export interface. Chartbuilder powers all chart creation on Atlas, a charting platform developed by Quartz.

What's new in Chartbuilder 2.0

  • The Chart Grid type. Use it to create small multiples of bars, lines, dots, or columns.
  • The app has been rewritten in React.js, making it easier to add new chart types or use third-party rendering libraries.
  • Chart edits are automatically saved to localStorage, and a chart can be recovered by clicking the "load previous chart" button on loading the page.
  • Data input now accepts csv formatted data as well as tsv formated data
  • All UI elements belong to Chartbuilder UI, a framework of flexible React components that you can use in other projects.

What Chartbuilder is not

  • A replacement for Excel
  • A replacement for Google Spreadsheet
  • A data analysis tool
  • A data transformation tool

What Chartbuilder is

Chartbuilder is the final step in charting to create charts in a consistent predefined style. Paste data into it and export the code to draw a mobile friendly responsive chart or a static svg or png chart.

Who is using Chartbuilder

Other than Quartz, customized Chartbuilder created charts have been seen in many publications:

Getting started with Chartbuilder

If you are not interested in customizing the styles of your charts use the hosted version: http://quartz.github.io/Chartbuilder

To work on the Chartbuilder code, first download the project and install dependencies:

Download via github

  1. Make sure you have a recent version of node.js (0.12 or above) (or io.js)
  2. Download source (and unzip or clone using git)
  3. from the terminal navigate to the source folder (on a Mac: cd ~/Downloads/Chartbuilder-master/)
  4. Install the dependencies automatically by running npm install
  5. Start the included web server by running npm run dev
  6. Point your browser to http://localhost:3000/
  7. When you're done developing, build and deploy your Chartbuilder!

Making a chart with Charbuilder

Customizing your Chartbuilder

Documentation

  • The Chartbuilder API docs document most of the React components, classes, and utilities in the code base.
Documentation for Chartbuilder's dependencies:

More Repositories

1

bad-data-guide

An exhaustive reference to problems seen in real-world data along with suggestions on how to resolve them.
4,050
star
2

mapquery

Map data storage and retrieval API
JavaScript
254
star
3

wp-graphql-content-blocks

Structured content blocks for WPGraphQL
PHP
76
star
4

aistudio-searching-data-dumps-with-use

searching large heterogenous data dumps with Universal Sentence Encoder
Jupyter Notebook
62
star
5

aistudio-doc2vec-for-investigative-journalism

How Quartz used AI to help reporters search the Mauritius Leaks
Jupyter Notebook
44
star
6

chartbuilder-ui

React components used in Quartz Chartbuilder
JavaScript
41
star
7

quackbot

JavaScript
36
star
8

work-from-home

Analysis of work from home IPUMS datawo
R
30
star
9

aml-gdoc-server

Serve AML documents pulled for Google Docs
JavaScript
25
star
10

wp-graphql-persisted-queries

[ALPHA] Implementation of persisted queries for WPGraphQL
PHP
17
star
11

edgar

R scripts for scraping form data from the SEC's Edgar database
R
10
star
12

perf-cop

📉🚓 An AWS Lambda function that profiles your site with PWMetrics and publishes the results as CloudWatch metrics
JavaScript
10
star
13

aistudio-dochate-public

Learning text classification for journalists through DocHate tips
Jupyter Notebook
10
star
14

interface

The home of Prism UI, Quartz's React component library
TypeScript
8
star
15

space-launches

Converts the JSR Launch Vehicle database into one big CSV file.
R
7
star
16

mapturner

A command line utility for generating TopoJSON from various data sources for fast maps.
Python
7
star
17

wp-graphql-query-validator

Use graphql-php query complexity rules to restrict expensive or dangerous queries
PHP
5
star
18

vital-mortality

Analysis of US mortality rates.
R
5
star
19

aistudio-copterbot-images

Using fast.ai to detect circling copters in data images (aka maps)
Jupyter Notebook
5
star
20

nyc-trips

Analysis of rideshare trips taken in New York City.
R
4
star
21

datashaper

A static web-based tool for preparing data for Atlas charts.
JavaScript
4
star
22

worldpop

World population charts
JavaScript
4
star
23

quartzthings-public-cookbook

Helpful cheatsheets and examples of how to use code for reporting and data analysis from Quartz's things team.
Jupyter Notebook
4
star
24

playboard-template

We created this simple board to facilitate user testing for interactive audio experiences.
HTML
4
star
25

aistudio-txlege-tweets

Analyzing the "checkability" of #txlege tweets
Jupyter Notebook
3
star
26

srccon-brief-cli

JavaScript
3
star
27

botstudio-trump-of-yore

Figuring out ways to pair present-day Trump tweets to historic ones
Jupyter Notebook
3
star
28

trump-kim-quiz

"Who said it? Kim Jong-Un or Donald Trump. A disconcertingly difficult quiz"
JavaScript
2
star
29

qz-lite-starter

Boilerplate for creating your very own text-only Quartz reader
JavaScript
2
star
30

uk-tactical-voting

Analyze tactical voting options for the 2017 general election
JavaScript
2
star
31

crypto-cyoa

The complete guide to investing in cryptocurrencies
JavaScript
2
star
32

aistudio-uk-school-predictions

Predicting school closures in the UK
Jupyter Notebook
2
star
33

js-utils

A collection of reusable JavaScript utilities for Quartz products.
JavaScript
2
star
34

cables

Submarine cables map
CSS
2
star
35

styles

🎨
SCSS
2
star
36

100charts

Many charts of the same data
R
2
star
37

content

Code generated TypeScript and Swift types for Quartz GraphQL queries
Swift
2
star
38

lint

JavaScript
2
star
39

immigrant-physicians

Analysis of the number of immigrant doctors in the US
Python
2
star
40

advertised-organic-produce

An analysis of advertised organic food prices in the US after Amazon's takeover of Whole Foods
Jupyter Notebook
2
star
41

presidents-economy

Tracking Trump's economic promises
JavaScript
2
star
42

growing-cities

Experimental Landsat image processing for analysis of fast-growing cities
Python
1
star
43

smokersmap

US map of smoking rates by state
CSS
1
star
44

inequality-and-unions

JavaScript
1
star
45

pol-ad-dashboard

Political Ad Dashboard
JavaScript
1
star
46

wikipedia-2014

Top Wikipedia pages for every day of 2014
1
star
47

citibike-panic

A php-based Panic Status Board widget to indicate how many NYC citibikes are available nearby.
PHP
1
star
48

aistudio-copterbot

tracking helicopters and hopefully figuring out why they're hovering
Jupyter Notebook
1
star
49

aistudio-fastai-embeddings

Experimenting with using an LSTM language model for document embeddings; doesn't work (yet?)
Jupyter Notebook
1
star
50

county-wages-distribution

Distribution chart for county wage growth
JavaScript
1
star
51

wp-graphql-set-query

PHP
1
star
52

aistudio-fbdb

Ruby
1
star
53

wp-graphql-nav-menu

WPGraphQL Nav Menu support
PHP
1
star
54

medicare-medicaid

A map showing where Medicare beneficiaries are also eligible for Medicaid.
JavaScript
1
star
55

uber-jobs

Analysis of Uber's job openings
R
1
star
56

county-wages-map

Mapping 25 years of American wage growth
JavaScript
1
star
57

is-go-go-day

Is today a GO! GO! Day?
TypeScript
1
star