Add php files
This commit is contained in:
22
include/ECM/open_flash_chart2/php-ofc-library/ofc_bar_3d.php
Executable file
22
include/ECM/open_flash_chart2/php-ofc-library/ofc_bar_3d.php
Executable file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
include_once 'ofc_bar_base.php';
|
||||
|
||||
class bar_3d_value
|
||||
{
|
||||
function bar_3d_value( $top )
|
||||
{
|
||||
$this->top = $top;
|
||||
}
|
||||
|
||||
function set_colour( $colour )
|
||||
{
|
||||
$this->colour = $colour;
|
||||
}
|
||||
|
||||
function set_tooltip( $tip )
|
||||
{
|
||||
$this->tip = $tip;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user