mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-18 23:08:46 +02:00
Added support of 'drill-down' (i.e on_click) on bar charts
SVN:trunk[1313]
This commit is contained in:
@@ -47,6 +47,12 @@ class bar_value
|
||||
{
|
||||
$this->tip = $tip;
|
||||
}
|
||||
|
||||
function on_click( $event )
|
||||
{
|
||||
$tmp = 'on-click';
|
||||
$this->$tmp = $event;
|
||||
}
|
||||
}
|
||||
|
||||
class bar extends bar_base
|
||||
|
||||
Reference in New Issue
Block a user