{"id":13481202,"url":"https://github.com/robinfhu/forest-d3","last_synced_at":"2025-03-27T11:31:57.038Z","repository":{"id":33608497,"uuid":"37260679","full_name":"robinfhu/forest-d3","owner":"robinfhu","description":"My attempt at implementing a better time series charting library, based on d3.js","archived":false,"fork":false,"pushed_at":"2016-02-04T15:09:27.000Z","size":473,"stargazers_count":53,"open_issues_count":18,"forks_count":2,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-10-30T14:43:39.488Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://charting.robinforest.net","language":"CoffeeScript","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/robinfhu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-06-11T12:49:26.000Z","updated_at":"2021-04-16T19:08:49.000Z","dependencies_parsed_at":"2022-09-12T22:01:02.092Z","dependency_job_id":null,"html_url":"https://github.com/robinfhu/forest-d3","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robinfhu%2Fforest-d3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robinfhu%2Fforest-d3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robinfhu%2Fforest-d3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robinfhu%2Fforest-d3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/robinfhu","download_url":"https://codeload.github.com/robinfhu/forest-d3/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245836264,"owners_count":20680342,"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-31T17:00:49.697Z","updated_at":"2025-03-27T11:31:56.718Z","avatar_url":"https://github.com/robinfhu.png","language":"CoffeeScript","funding_links":[],"categories":["CoffeeScript","Charts"],"sub_categories":[],"readme":"# Forest D3\n### A javascript charting library\n\n[![Build Status](https://travis-ci.org/robinfhu/forest-d3.svg?branch=master)](https://travis-ci.org/robinfhu/forest-d3)\n\nMy attempt at implementing a better time series charting library, based on d3.js\n\n## Motivations and Design Ideas\nI learned a lot from my experience working on NVD3. I wanted to take the lessons\nlearned from that project to build a better charting library.\n\nHere are some guidelines I'd like to apply to this library:\n\n*   Better data cleanup. Having the library take care of filling in missing points.\n*   For large datasets, charts should reduce resolution of the lines for performance gain.\n*   Better margin auto adjusting.\n*   Easier ability to integrate different chart types into the same plot (line, area, scatter, bars)\n*   Easier ability to add horizontal and vertical line markers.\n*   Adding and removing data points in real time should be seamless.\n*   Ability to use data generators (so you can write functions like y=x^2).\n*   Removal of the chart legend, with hooks to enable series'. Allows developer to create their own legend.\n*   Provide an AngularJS and React.js companion library.\n*   No need to create your own SVG tag. Library creates it for you and sizes it to the container.\n*   Code is tested and linted properly. Written in CoffeeScript.\n\n## Development\nTo build the project, run the following\n\n    npm install\n    npm test\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobinfhu%2Fforest-d3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobinfhu%2Fforest-d3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobinfhu%2Fforest-d3/lists"}