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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP Class "cdo: Chartist Data Object" to be used for Chartist Line Charts

  • 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.

About

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.

License:MIT License


Languages

Language:PHP 77.0%Language:HTML 23.0%