mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-02 15:08:45 +02:00
- Upgraded to the latest version of Open Flash Charts (Version 2 Lug Wyrm Charmer)
- Localization of the menus 90% done. - Removed the old types of Flash charts, (no longer used anyway, now we rely on open-flash-charts) SVN:trunk[441]
This commit is contained in:
@@ -7,7 +7,6 @@ class bar_3d_value
|
||||
function bar_3d_value( $top )
|
||||
{
|
||||
$this->top = $top;
|
||||
// $this->bottom = $bottom;
|
||||
}
|
||||
|
||||
function set_colour( $colour )
|
||||
@@ -21,11 +20,3 @@ class bar_3d_value
|
||||
}
|
||||
}
|
||||
|
||||
class bar_3d extends bar_base
|
||||
{
|
||||
function bar_3d()
|
||||
{
|
||||
$this->type = "bar_3d";
|
||||
parent::bar_base();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user