module.ts
9.96 KB
-
TablePanel, GraphPanel: Exclude hidden columns from CSV (#19925) · 64916cd7
* TablePanel: Don't include hidden columns in CSV export Fixes #12076 * GraphPanel: Don't include hidden series in CSV export Series are hidden if all values are zero/empty and the relevant graph option is enabled as well. (e.g. "Hide series: With only nulls") Fixes #12076
Philipp Nowak committed