feat: download chart data in csv

This commit is contained in:
Azgaar 2023-05-28 14:55:26 +04:00
parent 0b04efc90f
commit c74d38ea2f
4 changed files with 20 additions and 12 deletions

View file

@ -920,6 +920,6 @@ function viewCellDetails() {
}
async function overviewCharts() {
const Overview = await import("../dynamic/overview/charts-overview.js?v=1.87.03");
const Overview = await import("../dynamic/overview/charts-overview.js?v=1.89.24");
Overview.open();
}