{"id":18468640,"url":"https://github.com/schummar/chartjs-adapter-temporal","last_synced_at":"2026-01-28T21:01:53.391Z","repository":{"id":224772762,"uuid":"764180409","full_name":"schummar/chartjs-adapter-temporal","owner":"schummar","description":null,"archived":false,"fork":false,"pushed_at":"2024-09-23T22:36:39.000Z","size":282,"stargazers_count":3,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-04T15:58:00.326Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/schummar.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,"zenodo":null}},"created_at":"2024-02-27T16:12:36.000Z","updated_at":"2025-01-30T18:25:48.000Z","dependencies_parsed_at":"2024-08-12T22:00:31.909Z","dependency_job_id":"dcabefcc-5e69-4a64-837d-fe0161bd6b7e","html_url":"https://github.com/schummar/chartjs-adapter-temporal","commit_stats":null,"previous_names":["schummar/chartjs-adapter-temporal"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/schummar/chartjs-adapter-temporal","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schummar%2Fchartjs-adapter-temporal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schummar%2Fchartjs-adapter-temporal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schummar%2Fchartjs-adapter-temporal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schummar%2Fchartjs-adapter-temporal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/schummar","download_url":"https://codeload.github.com/schummar/chartjs-adapter-temporal/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schummar%2Fchartjs-adapter-temporal/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28851838,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T15:15:36.453Z","status":"ssl_error","status_checked_at":"2026-01-28T15:15:13.020Z","response_time":57,"last_error":"SSL_read: 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-11-06T10:07:48.155Z","updated_at":"2026-01-28T21:01:53.362Z","avatar_url":"https://github.com/schummar.png","language":"TypeScript","readme":"[![npm badge](https://img.shields.io/npm/v/chartjs-adapter-temporal)](https://www.npmjs.com/package/chartjs-adapter-temporal)\n![npm bundle size](https://img.shields.io/bundlephobia/minzip/chartjs-adapter-temporal)\n\nTime adapter for Chart.js using the [Temporal API](https://github.com/tc39/proposal-temporal) (Stage 3 proposal) and the [Intl.DateTimeFormat API](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat).\n\n# Getting started\n\n## Install\n\n```\nnpm install chartjs-adapter-temporal\n```\n\n## Polyfill\n\nCurrently the Temporal API is not yet available in browsers. You can install one of multiple polyfills to use this adapter:\n\n- [@js-temporal/polyfill\n  ](https://www.npmjs.com/package/@js-temporal/polyfill)\n- [temporal-polyfill](https://www.npmjs.com/package/temporal-polyfill)\n\n## Register the adapter\n\nEither explicitly register the adapter:\n\n```ts\nimport { _adapters } from 'chart.js/auto';\nimport temporalAdapter from 'chartjs-adapter-temporal';\n\n_adapters._date.override(temporalAdapter);\n```\n\nOr use the `register` import:\n\n```ts\nimport 'chartjs-adapter-temporal/register';\n```\n","funding_links":[],"categories":["Adapters"],"sub_categories":["Data Sources"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschummar%2Fchartjs-adapter-temporal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fschummar%2Fchartjs-adapter-temporal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschummar%2Fchartjs-adapter-temporal/lists"}