Commit a59e8d94 authored by Kevin Yumang's avatar Kevin Yumang

SERV-2286 - refactor structure of chart data manager objects

parent 87c777df
<?php <?php
namespace Ceetrox\Managers\ChartManager; namespace Ceetrox\Managers\ChartManager;
class SeriesData implements ISeriesData class SeriesData
{ {
private string $name; private string $name;
private array $categoryValues; private array $categoryValues;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment