mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 15:22:17 +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;
|
$this->tip = $tip;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function on_click( $event )
|
||||||
|
{
|
||||||
|
$tmp = 'on-click';
|
||||||
|
$this->$tmp = $event;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
class bar extends bar_base
|
class bar extends bar_base
|
||||||
|
|||||||
Reference in New Issue
Block a user