StagPoint / cpap-lib

cpap-lib is a managed (C#/.NET) library that allows client applications to read, explore, and analyze the data recorded by a CPAP machine. It can read the CPAP data stored on the SD Card and extract all of the waveform, event, and settings data into an easy to use data model that allows for detailed analysis of everything the machine records.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Graphs are not cross-platform

StagPoint opened this issue · comments

The chart library that is being used (ScottPlot 4.x) is a Windows-only library that relies on System.Drawing.Common for its rendering.

This will supposedly change with the 5.0 version of ScottPlot which uses Skia instead, but that version is still in Beta and is very unstable.

Once there is a stable and performant enough version, I will look into what it takes to switch over.