{"id":22327105,"url":"https://github.com/redsift/d3-rs-tree","last_synced_at":"2025-03-26T06:22:16.455Z","repository":{"id":65599439,"uuid":"111848546","full_name":"redsift/d3-rs-tree","owner":"redsift","description":"Tree layout","archived":false,"fork":false,"pushed_at":"2024-03-16T14:57:54.000Z","size":1225,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-03-21T11:49:00.001Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","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/redsift.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-11-23T20:39:34.000Z","updated_at":"2023-08-15T19:46:21.000Z","dependencies_parsed_at":"2024-10-23T01:02:38.212Z","dependency_job_id":null,"html_url":"https://github.com/redsift/d3-rs-tree","commit_stats":{"total_commits":32,"total_committers":2,"mean_commits":16.0,"dds":0.1875,"last_synced_commit":"b6f14e559aefcb5ce2dc42b2d00f584d92127ba7"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redsift%2Fd3-rs-tree","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redsift%2Fd3-rs-tree/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redsift%2Fd3-rs-tree/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redsift%2Fd3-rs-tree/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/redsift","download_url":"https://codeload.github.com/redsift/d3-rs-tree/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245599194,"owners_count":20642055,"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-12-04T03:08:19.763Z","updated_at":"2025-03-26T06:22:16.429Z","avatar_url":"https://github.com/redsift.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# d3-rs-tree\n\n[![Circle CI](https://img.shields.io/circleci/project/redsift/d3-rs-tree.svg?style=flat-square)](https://circleci.com/gh/redsift/d3-rs-tree)\n[![npm](https://img.shields.io/npm/v/@redsift/d3-rs-tree.svg?style=flat-square)](https://www.npmjs.com/package/@redsift/d3-rs-tree)\n[![MIT](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://raw.githubusercontent.com/redsift/d3-rs-tree/master/LICENSE)\n\n`d3-rs-tree` generate a Reingold–Tilford tree via the D3 reusable chart convention.\n\n## Example\n\n[View @redsift/d3-rs-tree on Codepen](http://codepen.io/collection/DgkEpa/)\n\n### Line chart\n\n![Sample bars with a bottom orientation](https://bricks.redsift.cloud/reusable/d3-rs-tree.svg?_datum=[1,200,3100,1000]\u0026orientation=bottom)\n\n### Multiple series\n\n![Sample bars with a left orientation](https://bricks.redsift.cloud/reusable/d3-rs-tree.svg?_datum=[[1,2,4],[0,1]])\n\n## Usage\n\n### Browser\n\n    \u003cscript src=\"//static.redsift.io/reusable/d3-rs-tree/latest/d3-rs-tree.umd-es2015.min.js\"\u003e\u003c/script\u003e\n    \u003cscript\u003e\n        var chart = d3_rs_tree.html();\n        d3.select('body').datum([ 1, 2, 3, 10, 100 ]).call(chart);\n    \u003c/script\u003e\n\n### ES6\n\n    import { html as chart } from \"@redsift/d3-rs-tree\";\n    let eml = chart();\n    ...\n\n### Require\n\n    var chart = require(\"@redsift/d3-rs-tree\");\n    var eml = chart.html();\n    ...\n\n## TODO\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredsift%2Fd3-rs-tree","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fredsift%2Fd3-rs-tree","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredsift%2Fd3-rs-tree/lists"}