mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-01 22:48:45 +02:00
Moved under "trunk" to be able to track releases under "tags"
SVN:trunk[55]
This commit is contained in:
15
pages/php-ofc-library/ofc_radar_axis_labels.php
Normal file
15
pages/php-ofc-library/ofc_radar_axis_labels.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
class radar_axis_labels
|
||||
{
|
||||
// $labels : array
|
||||
function radar_axis_labels( $labels )
|
||||
{
|
||||
$this->labels = $labels;
|
||||
}
|
||||
|
||||
function set_colour( $colour )
|
||||
{
|
||||
$this->colour = $colour;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user