{"id":15059904,"url":"https://github.com/havendv/h.oxyplot","last_synced_at":"2025-04-10T05:42:52.725Z","repository":{"id":38474069,"uuid":"435707571","full_name":"HavenDV/H.OxyPlot","owner":"HavenDV","description":"UWP/WinUI/Uno support for OxyPlot","archived":false,"fork":false,"pushed_at":"2025-02-03T10:45:27.000Z","size":35948,"stargazers_count":35,"open_issues_count":6,"forks_count":3,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-09T04:05:10.255Z","etag":null,"topics":["charts","graphs","net5","net6","netcore","oxyplot","plot","plotting","uno","uwp","winui"],"latest_commit_sha":null,"homepage":"https://github.com/oxyplot/oxyplot","language":"C#","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/HavenDV.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},"funding":{"patreon":"havendv","ko_fi":"havendv","custom":["https://www.paypal.me/havendv","https://www.buymeacoffee.com/havendv","https://www.upwork.com/freelancers/~017b1ad6f6af9cc189"]}},"created_at":"2021-12-07T01:44:34.000Z","updated_at":"2025-03-16T16:10:10.000Z","dependencies_parsed_at":"2024-09-16T11:26:22.374Z","dependency_job_id":"1fcb5727-da8f-48b6-b399-db20f2a1d57e","html_url":"https://github.com/HavenDV/H.OxyPlot","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HavenDV%2FH.OxyPlot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HavenDV%2FH.OxyPlot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HavenDV%2FH.OxyPlot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HavenDV%2FH.OxyPlot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HavenDV","download_url":"https://codeload.github.com/HavenDV/H.OxyPlot/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248166624,"owners_count":21058479,"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","graphs","net5","net6","netcore","oxyplot","plot","plotting","uno","uwp","winui"],"created_at":"2024-09-24T22:49:45.665Z","updated_at":"2025-04-10T05:42:52.699Z","avatar_url":"https://github.com/HavenDV.png","language":"C#","readme":"# [H.OxyPlot](https://github.com/HavenDV/H.OxyPlot/) \n\n[![Language](https://img.shields.io/badge/language-C%23-blue.svg?style=flat-square)](https://github.com/HavenDV/H.OxyPlot/search?l=C%23\u0026o=desc\u0026s=\u0026type=Code) \n[![License](https://img.shields.io/github/license/HavenDV/H.OxyPlot.svg?label=License\u0026maxAge=86400)](LICENSE.md) \n[![Build Status](https://github.com/HavenDV/H.OxyPlot/actions/workflows/dotnet.yml/badge.svg)](https://github.com/HavenDV/H.OxyPlot/actions/workflows/dotnet.yml)\n\nUWP/WinUI/Uno support for [latest OxyPlot core library](https://github.com/oxyplot/oxyplot).  \nIt combines [the abandoned OxyPlot UWP code](https://github.com/oxyplot/oxyplot-uwp) \nwith [the current WPF code](https://github.com/oxyplot/oxyplot/tree/develop/Source/OxyPlot.Wpf), \ntrying to match the latter as closely as possible in behavior.\n\nAdditional features:\n- Dark Theme support\n\n### NuGet\n\n[![NuGet](https://img.shields.io/nuget/dt/H.OxyPlot.Uno.svg?style=flat-square\u0026label=H.OxyPlot.Uno)](https://www.nuget.org/packages/H.OxyPlot.Uno/)  \n[![NuGet](https://img.shields.io/nuget/dt/H.OxyPlot.Uno.WinUI.svg?style=flat-square\u0026label=H.OxyPlot.Uno.WinUI)](https://www.nuget.org/packages/H.OxyPlot.Uno.WinUI/)  \n[![NuGet](https://img.shields.io/nuget/dt/H.OxyPlot.Uwp.svg?style=flat-square\u0026label=H.OxyPlot.Uwp)](https://www.nuget.org/packages/H.OxyPlot.Uwp/)  \n[![NuGet](https://img.shields.io/nuget/dt/H.OxyPlot.WinUI.svg?style=flat-square\u0026label=H.OxyPlot.WinUI)](https://www.nuget.org/packages/H.OxyPlot.WinUI/)  \n\n```\nInstall-Package H.OxyPlot.Uno\nInstall-Package H.OxyPlot.Uno.WinUI\nInstall-Package H.OxyPlot.Uwp\nInstall-Package H.OxyPlot.WinUI\n```\n\n### Usage\n\n```\nxmlns:oxy=\"using:OxyPlot\"\n```\n```xml\n\u003coxy:PlotView Model=\"{Binding Model}\"/\u003e\n```\n\n### Preview\nThere's a test application there:\nhttps://havendv.github.io/H.OxyPlot/\n\u003cimg width=\"1717\" alt=\"image\" src=\"https://user-images.githubusercontent.com/3002068/199105117-46f43272-d85c-4f5b-bfb3-7bd49a88fec1.png\"\u003e\n\n## Contacts\n* [mail](mailto:havendv@gmail.com)\n","funding_links":["https://patreon.com/havendv","https://ko-fi.com/havendv","https://www.paypal.me/havendv","https://www.buymeacoffee.com/havendv","https://www.upwork.com/freelancers/~017b1ad6f6af9cc189"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhavendv%2Fh.oxyplot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhavendv%2Fh.oxyplot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhavendv%2Fh.oxyplot/lists"}