{"id":46680934,"url":"https://github.com/dschenck/easychart","last_synced_at":"2026-03-09T00:07:45.971Z","repository":{"id":43705117,"uuid":"286236534","full_name":"dschenck/easychart","owner":"dschenck","description":"Highcharts meets Python in your jupyter notebook","archived":false,"fork":false,"pushed_at":"2025-02-13T22:21:46.000Z","size":3883,"stargazers_count":20,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"latest","last_synced_at":"2025-09-27T20:14:12.305Z","etag":null,"topics":["data-visualization","dataviz","highcharts","jupyter","jupyter-notebook","plotting"],"latest_commit_sha":null,"homepage":"https://easychart.readthedocs.io","language":"Python","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/dschenck.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":"2020-08-09T12:52:08.000Z","updated_at":"2025-04-11T19:27:32.000Z","dependencies_parsed_at":"2023-09-28T02:35:00.124Z","dependency_job_id":"30c1ca6d-ab4e-40b7-8d0f-8e018bcbaf71","html_url":"https://github.com/dschenck/easychart","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/dschenck/easychart","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dschenck%2Feasychart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dschenck%2Feasychart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dschenck%2Feasychart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dschenck%2Feasychart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dschenck","download_url":"https://codeload.github.com/dschenck/easychart/tar.gz/refs/heads/latest","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dschenck%2Feasychart/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30278153,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-08T20:45:49.896Z","status":"ssl_error","status_checked_at":"2026-03-08T20:45:49.525Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["data-visualization","dataviz","highcharts","jupyter","jupyter-notebook","plotting"],"created_at":"2026-03-09T00:07:45.469Z","updated_at":"2026-03-09T00:07:45.959Z","avatar_url":"https://github.com/dschenck.png","language":"Python","readme":"# easychart\n\n[highcharts](https://www.highcharts.com/) meets python in your [Jupyter](https://jupyter.org/) notebook\n\n[![PyPI version](https://badge.fury.io/py/easychart.svg)](https://badge.fury.io/py/easychart)\n[![pythons](https://img.shields.io/badge/python-3.8%20%7C%203.9%20%7C%203.10%20%7C%203.11%20%7C%203.12-blue)](https://pypi.org/project/easychart)\n[![tests and coverage](https://github.com/dschenck/easychart/actions/workflows/testing.yml/badge.svg?branch=main)](https://github.com/dschenck/easychart/actions/workflows/testing.yml)\n[![Documentation Status](https://readthedocs.org/projects/easychart/badge/?version=latest)](https://easychart.readthedocs.io/en/latest/?badge=latest)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n[![Downloads](https://static.pepy.tech/badge/easychart/week)](https://pepy.tech/project/easychart)\n\n## Getting started\n\nInstalling easychart is easy with pip\n\n```\npip install easychart\n```\n\nOpen a new Jupyter notebook\n\n```python\nimport easychart\n\nchart = easychart.new(\"column\")\nchart.title.text = \"France Olympic medals\",\nchart.subtitle.text =\"by year and by medal class\"\nchart.yAxis.title.text = \"medals\"\nchart.categories = [\"Gold\",\"Silver\",\"Bronze\"]\nchart.plot([7, 16, 18], name=2008)\nchart.plot([11, 11, 13], name=2012)\nchart\n```\n\n\u003cimg src=\"https://raw.githubusercontent.com/dschenck/easychart/latest/docs/static/demo%20(1).svg\"/\u003e\n\n## Documentation\n\nComplete documentation is hosted on [read the docs](https://easychart.readthedocs.io/en/latest/). Have a look at one of the [25+ example charts](https://easychart.readthedocs.io/en/latest/contents/examples/index.html).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdschenck%2Feasychart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdschenck%2Feasychart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdschenck%2Feasychart/lists"}