{"id":13409242,"url":"https://quartz.github.io/Chartbuilder/","last_synced_at":"2025-03-14T14:31:05.658Z","repository":{"id":57197126,"uuid":"11671333","full_name":"Quartz/Chartbuilder","owner":"Quartz","description":"A front-end charting application that facilitates easy creation of simple beautiful charts","archived":false,"fork":false,"pushed_at":"2017-09-13T00:16:01.000Z","size":21298,"stargazers_count":2103,"open_issues_count":60,"forks_count":354,"subscribers_count":115,"default_branch":"master","last_synced_at":"2025-03-09T23:16:40.462Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://quartz.github.io/Chartbuilder","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Quartz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-07-25T21:20:50.000Z","updated_at":"2025-03-09T19:36:22.000Z","dependencies_parsed_at":"2022-09-11T06:51:43.630Z","dependency_job_id":null,"html_url":"https://github.com/Quartz/Chartbuilder","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quartz%2FChartbuilder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quartz%2FChartbuilder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quartz%2FChartbuilder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quartz%2FChartbuilder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Quartz","download_url":"https://codeload.github.com/Quartz/Chartbuilder/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243593325,"owners_count":20316166,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-30T20:00:59.168Z","updated_at":"2025-03-14T14:31:05.107Z","avatar_url":"https://github.com/Quartz.png","language":"JavaScript","readme":"Chartbuilder :chart_with_upwards_trend:\n============\n\nChartbuilder is a front-end charting application that facilitates easy creation of simple beautiful charts.\n\nChartbuilder is the user and export interface.\nChartbuilder powers all chart creation on [Atlas](http://atlas.qz.com), a\ncharting platform developed by Quartz.\n\nWhat's new in Chartbuilder 2.0\n-------------------------\n* The Chart Grid type. Use it to create small multiples of bars, lines, dots, or columns.\n* The app has been rewritten in React.js, making it easier to add new chart types or use\nthird-party rendering libraries.\n* Chart edits are automatically saved to localStorage, and a chart can be\nrecovered by clicking the \"load previous chart\" button on loading the page.\n* Data input now accepts csv formatted data as well as tsv formated data\n* All UI elements belong to [Chartbuilder UI](https://github.com/Quartz/chartbuilder-ui),\na framework of flexible React components that you can use in other projects.\n\nWhat Chartbuilder is not\n-------------------------\n+ A replacement for Excel\n+ A replacement for Google Spreadsheet\n+ A data analysis tool\n+ A data transformation tool\n\nWhat Chartbuilder is\n--------------------\nChartbuilder 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.\n\n\nWho is using Chartbuilder\n--------------------\nOther than Quartz, customized Chartbuilder created charts have been seen in many publications:\n+ [NPR](http://www.npr.org/blogs/parallels/2013/10/24/240493422/in-most-every-european-country-bikes-are-outselling-cars)\n+ [The Wall Street Journal](http://blogs.wsj.com/korearealtime/2014/03/07/for-korean-kids-mobile-chat-rules/)\n+ [CNBC](http://www.cnbc.com/id/101009116)\n+ [The New Yorker](http://www.newyorker.com/online/blogs/currency/2013/12/2013-the-year-in-charts.html)\n+ [The Press-Enterprise](http://blog.pe.com/political-empire/2013/07/31/ppic-poll-global-warming-a-concern-for-inland-voters/)\n+ [New Hampshire Public Radio](http://nhpr.org/post/water-cleanup-commences-beede-story-shows-superfund-laws-flaws)\n+ [CFO Magazine](http://ww2.cfo.com/the-economy/2013/11/retail-sales-growth-stalls/)\n+ [Australian Broadcasting Corporation](http://www.abc.net.au/news/2013-10-11/nobel-prize3a-why-2001-was-the-best-year-to-win/5016010)\n+ [Digiday](http://digiday.com/publishers/5-charts-tell-state-digital-publishing/)\n\n\nGetting started with Chartbuilder\n---------------------------------\nIf you are not interested in customizing the styles of your charts use the hosted version: http://quartz.github.io/Chartbuilder\n\nTo work on the Chartbuilder code, first download the project and install\ndependencies:\n\n#### Download via github\n1. Make sure you have a recent version of [node.js](https://github.com/joyent/node/wiki/Installation) (0.12 or above) (or [io.js](https://iojs.org/en/index.html))\n2. [Download source](https://github.com/Quartz/Chartbuilder/archive/master.zip) (and unzip or clone using git)\n3. from the terminal navigate to the source folder (on a Mac: `cd ~/Downloads/Chartbuilder-master/`)\n4. Install the dependencies automatically by running `npm install`\n5. Start the included web server by running `npm run dev`\n6. Point your browser to [http://localhost:3000/](http://localhost:3000/)\n7. When you're done developing, [build and deploy](docs/deploying.md) your Chartbuilder!\n\n#### Making a chart with Charbuilder\n* [How to make a line chart with time series data](tutorials/basic-chart.md)\n* [How to make a bar chart with ranking data](tutorials/bar-chart-with-ranking-data.md)\n* [How to make a column chart with ordinal data](tutorials/column-chart-ordinal-data.md)\n\n#### Customizing your Chartbuilder\n* [Getting to know the Chartbuilder code](docs/01-introduction.md)\n* [Customizing chartbuilder](docs/02-customizing-chartbuilder.md)\n* [Test things out](docs/testing.md)\n* When you're done developing, [build and deploy](docs/deploying.md) your Chartbuilder!\n* Keep your customized version [in sync with the master](docs/git-workflow-forks.md)\n\n### Documentation\n\n* The [Chartbuilder API docs](http://quartz.github.io/Chartbuilder/api-docs/)\ndocument most of the React components, classes, and utilities in the code base.\n\n##### Documentation for Chartbuilder's dependencies:\n* [D3](https://github.com/mbostock/d3/wiki)\n* [React](https://facebook.github.io/react/docs/getting-started.html)\n\n","funding_links":[],"categories":["Graphics and charts"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/quartz.github.io%2FChartbuilder%2F","html_url":"https://awesome.ecosyste.ms/projects/quartz.github.io%2FChartbuilder%2F","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/quartz.github.io%2FChartbuilder%2F/lists"}