Kqtquickcharts is a Qt Quick 1 plugin for interactive charts. It offers QML elements for line and bar charts to present numeric data from a model implementing the interface of QAbstractTableModel.
Kqtquickcharts is a Qt Quick 1 plugin for interactive charts. It offers QML elements for line and bar charts to present numeric data from a model implementing the interface of QAbstractTableModel.
To install kqtquickcharts, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install kqtquickcharts
To see what files were installed by kqtquickcharts, run:
port contents kqtquickcharts
To later upgrade kqtquickcharts, run:
sudo port selfupdate && sudo port upgrade kqtquickcharts
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.