- Purpose: Provide simple functionality for wrapping time series data, so that Chartist.JS can handle it.
- That is, the class wraps given data that shall be displayed on xaxis and yaxis of a Chartist line chart.
- Displaying the development of product prices per day and retailer is implemented, other types might follow.
michael-eble/php-class-chartist-data-object-line-chart
This PHP class wraps data so that it can be visualized in a line chart (e.g. prices of products per retailer and day) by using Chartist JavaScript library.
PHPMIT