icingaweb2/library/Icinga/Chart/Palette.php

16 lines
247 B
PHP
Raw Normal View History

<?php
// {{{ICINGA_LICENSE_HEADER}}}
// {{{ICINGA_LICENSE_HEADER}}}
namespace Icinga\Chart;
/**
* Define the overall style of a chart
*/
class Palette
{
/*
* TODO: Font, padding, margin, colors, borders, ticks, symbols, ...
*/
}