158159160161162163164165166167168
// Make sure the chart displays no filtered data. DashboardHandler.lookup().getCurrentDashboard().unfilter(); // Show the KPI panel. return new FullPanelResponse(currentPanel); } else { // KPI NOT FOUND return null; }