{"id":15417216,"url":"https://github.com/alexandrehiroyuki/chartjs-practice","last_synced_at":"2026-01-25T12:01:43.747Z","repository":{"id":99183839,"uuid":"485928269","full_name":"AlexandreHiroyuki/ChartJS-Practice","owner":"AlexandreHiroyuki","description":null,"archived":false,"fork":false,"pushed_at":"2022-04-27T00:38:33.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-18T21:06:28.732Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://alexandrehiroyuki.github.io/ChartJS-Practice/","language":"HTML","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/AlexandreHiroyuki.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-04-26T19:54:25.000Z","updated_at":"2022-04-26T23:21:36.000Z","dependencies_parsed_at":"2023-04-15T02:25:18.664Z","dependency_job_id":null,"html_url":"https://github.com/AlexandreHiroyuki/ChartJS-Practice","commit_stats":{"total_commits":3,"total_committers":1,"mean_commits":3.0,"dds":0.0,"last_synced_commit":"89416f9971cf1bd26bf5684ee7f60d50d945d9eb"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AlexandreHiroyuki/ChartJS-Practice","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexandreHiroyuki%2FChartJS-Practice","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexandreHiroyuki%2FChartJS-Practice/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexandreHiroyuki%2FChartJS-Practice/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexandreHiroyuki%2FChartJS-Practice/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AlexandreHiroyuki","download_url":"https://codeload.github.com/AlexandreHiroyuki/ChartJS-Practice/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexandreHiroyuki%2FChartJS-Practice/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28752671,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T10:25:12.305Z","status":"ssl_error","status_checked_at":"2026-01-25T10:25:11.933Z","response_time":113,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-10-01T17:14:56.273Z","updated_at":"2026-01-25T12:01:43.730Z","avatar_url":"https://github.com/AlexandreHiroyuki.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Chart.js Practice\n\n```\nconst mixedChart = new Chart(document.getElementById('lineChart'), {\n    data: {\n        labels: ['January', 'February', 'March', 'April', 'May', 'June'],\n        datasets: [\n        {\n            type: 'bar',\n            label: 'Bar Dataset',\n            data: [10, 20, 30, 40],\n            backgroundColor: '#ff5555',\n            borderColor: '#ff7777'\n        },\n        {\n            type: 'line',\n            label: 'Line Dataset',\n            data: [20, 30, 40, 50],\n            backgroundColor: '#5555ff',\n            borderColor: '#7777ff'\n        }\n        ]\n    },\n    options: {\n        y: {\n        beginAtZero: true\n        }\n    }\n})\n```\n\n- data - The data object containing the chart data.\n  - labels - The labels for the chart(X axis).\n    - datasets - The datasets for the chart.\n      - type - The type of chart.\n      - label - The label for the dataset.\n      - data - The data for the dataset.\n      - backgroundColor - The background color for the dataset.\n      - borderColor - The border color for the dataset.\n      - borderWidth - The border width for the dataset.\n- options - The options object for the chart.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexandrehiroyuki%2Fchartjs-practice","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexandrehiroyuki%2Fchartjs-practice","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexandrehiroyuki%2Fchartjs-practice/lists"}