Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 480 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 480 Bytes

chartjs

A ChartJS interface for GNU Octave

Install the latest dev version from the Octave command prompt by typing

pkg install "https://github.com/pr0m1th3as/octave-chartjs/archive/refs/heads/main.zip"

This package also uses the CrowCpp library (header only) for running a local web service for the generated charts. You need to install the standalone Asio C++ library for the package to compile correctly.