{"id":18470829,"url":"https://github.com/nefe/taco","last_synced_at":"2025-04-08T11:32:00.864Z","repository":{"id":65552871,"uuid":"111982811","full_name":"nefe/Taco","owner":"nefe","description":"taco-charts","archived":false,"fork":false,"pushed_at":"2023-01-29T01:53:11.000Z","size":208,"stargazers_count":16,"open_issues_count":0,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2023-03-02T01:23:12.391Z","etag":null,"topics":["charts"],"latest_commit_sha":null,"homepage":"https://nefe.github.io/Taco/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nefe.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-11-25T06:41:27.000Z","updated_at":"2021-05-11T10:01:42.000Z","dependencies_parsed_at":"2023-02-15T20:15:47.131Z","dependency_job_id":null,"html_url":"https://github.com/nefe/Taco","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nefe%2FTaco","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nefe%2FTaco/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nefe%2FTaco/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nefe%2FTaco/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nefe","download_url":"https://codeload.github.com/nefe/Taco/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223317849,"owners_count":17125605,"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":["charts"],"created_at":"2024-11-06T10:14:58.053Z","updated_at":"2024-11-06T10:14:58.192Z","avatar_url":"https://github.com/nefe.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"https://raw.githubusercontent.com/ArchitectureAnalyse/Taco/master/public/taco.png\" height=\"128\"\u003e\n    \u003ch2\u003eTaco Charts\u003c/h2\u003e\n\u003c/div\u003e\n\n## How to start\n\n`npm start` launches a server, Navigate to\n[localhost:5000](http://localhost:5000).\n\n#### Usage\n\n```js\nconst data = {\n  labels: [\n    '12am-3am',\n    '3am-6pm',\n    '6am-9am',\n    '9am-12am',\n    '12pm-3pm',\n    '3pm-6pm',\n    '6pm-9pm',\n    '9am-12am'\n  ],\n  datasets: [\n    {\n      title: 'Some Data',\n      values: [25, 40, 30, 35, 8, 52, 17, -4]\n    },\n    {\n      title: 'Another Set',\n      values: [25, 50, -10, 15, 18, 32, 27, 14]\n    }\n  ]\n};\n\nconst chart = new Chart({\n  parent: '#chart', // or a DOM element\n  title: 'My Chart',\n  data: data,\n  type: 'bar', // or 'line', 'scatter', 'pie', 'percentage'\n  height: 250,\n\n  colors: ['#7cd6fd', '#743ee2']\n});\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnefe%2Ftaco","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnefe%2Ftaco","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnefe%2Ftaco/lists"}