Revert "* Add fetch api for screen preview chart data."
This reverts commit df96e69034.
This commit is contained in:
@@ -26,7 +26,7 @@ self["MonacoEnvironment"] = (function(paths) {
|
||||
});
|
||||
|
||||
location.hash = '#/chart/preview/' + screen.id;
|
||||
window.chartData = screen.chartData;
|
||||
window.location.replace(window.location.href.toString().replace(window.location.hash, '')+'#/chart/preview/' + screen.id)
|
||||
window.fetchChartApi = createLink('screen', 'ajaxGetChart');
|
||||
window.fetchMetricDataApi = createLink('screen', 'ajaxGetMetricData');
|
||||
window.fetchScreenSchemeApi = createLink('screen', 'ajaxGetScreenScheme', 'screenID=' + screen.id + '&year=' + year + '&month=' + month + '&dept=' + dept + '&account=' + account);
|
||||
|
||||
Reference in New Issue
Block a user