From fb3b276a44b75326ec517838357a4b2ee78ea89a Mon Sep 17 00:00:00 2001 From: guerler Date: Wed, 20 Nov 2024 20:52:52 +0300 Subject: [PATCH] Remove legacy --- .../config/heatmap_cluster.xml | 0 .../config/heatmap_shared.xml | 0 .../heatmap_cluster/static/logo.svg | 18 + .../config/heatmap_default.xml | 19 + .../heatmap_default/config/heatmap_shared.xml | 481 ++++++++++++++++++ .../heatmap_default/static/logo.svg | 18 + 6 files changed, 536 insertions(+) rename config/plugins/visualizations/{heatmap => }/heatmap_cluster/config/heatmap_cluster.xml (100%) rename config/plugins/visualizations/{heatmap/heatmap_default => heatmap_cluster}/config/heatmap_shared.xml (100%) create mode 100644 config/plugins/visualizations/heatmap_cluster/static/logo.svg create mode 100644 config/plugins/visualizations/heatmap_default/config/heatmap_default.xml create mode 100644 config/plugins/visualizations/heatmap_default/config/heatmap_shared.xml create mode 100644 config/plugins/visualizations/heatmap_default/static/logo.svg diff --git a/config/plugins/visualizations/heatmap/heatmap_cluster/config/heatmap_cluster.xml b/config/plugins/visualizations/heatmap_cluster/config/heatmap_cluster.xml similarity index 100% rename from config/plugins/visualizations/heatmap/heatmap_cluster/config/heatmap_cluster.xml rename to config/plugins/visualizations/heatmap_cluster/config/heatmap_cluster.xml diff --git a/config/plugins/visualizations/heatmap/heatmap_default/config/heatmap_shared.xml b/config/plugins/visualizations/heatmap_cluster/config/heatmap_shared.xml similarity index 100% rename from config/plugins/visualizations/heatmap/heatmap_default/config/heatmap_shared.xml rename to config/plugins/visualizations/heatmap_cluster/config/heatmap_shared.xml diff --git a/config/plugins/visualizations/heatmap_cluster/static/logo.svg b/config/plugins/visualizations/heatmap_cluster/static/logo.svg new file mode 100644 index 000000000000..27fd576b39f2 --- /dev/null +++ b/config/plugins/visualizations/heatmap_cluster/static/logo.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/config/plugins/visualizations/heatmap_default/config/heatmap_default.xml b/config/plugins/visualizations/heatmap_default/config/heatmap_default.xml new file mode 100644 index 000000000000..0dc94cf9e4e1 --- /dev/null +++ b/config/plugins/visualizations/heatmap_default/config/heatmap_default.xml @@ -0,0 +1,19 @@ + + + + + heatmap_shared.xml + + Renders a heatmap from matrix data provided in 3-column format (x, y, observation). + + + + + + + pdf + png + svg + + + \ No newline at end of file diff --git a/config/plugins/visualizations/heatmap_default/config/heatmap_shared.xml b/config/plugins/visualizations/heatmap_default/config/heatmap_shared.xml new file mode 100644 index 000000000000..7a7df175e5ea --- /dev/null +++ b/config/plugins/visualizations/heatmap_default/config/heatmap_shared.xml @@ -0,0 +1,481 @@ + + + + + HistoryDatasetAssociation + tabular.Tabular + tabular.CSV + dataset_id + + + + dataset_id + + + + + + key + text + Data label + Data label + + + + x + data_column + + + + y + data_column + + + + z + data_column + true + + + + + color_set + + Select a color scheme for your heatmap. + select + jet + + + + hot + + + + cool + + + + copper + + + + gray + + + + jet + + + + no_green + + + + ocean + + + + polar + + + + redgreen + + + + red2green + + + + relief + + + + seis + + + + sealand + + + + split + + + + wysiwyg + + + + + url_template + + Enter a url to link the labels with external sources. Use __LABEL__ as placeholder. + text + + http://someurl.com?id=__LABEL__ + + + x_axis_label + + Provide a label for the axis. + text + X-axis + Axis label + + + x_axis_type + conditional + + type + + select + auto + Select the value type of the axis. + + + hide + + + + auto + + + + d + + + + e + + + + f + + + + p + + + + s + + + + + + + hide + + + auto + + + d + + + e + + + precision + + Select the tick format for the axis. + select + 1 + + + + 5 + + + + 4 + + + + 3 + + + + 2 + + + + 1 + + + + 0 + + + + + + + f + + + precision + + Select the tick format for the axis. + select + 1 + + + + 5 + + + + 4 + + + + 3 + + + + 2 + + + + 1 + + + + 0 + + + + + + + p + + + precision + + Select the tick format for the axis. + select + 1 + + + + 5 + + + + 4 + + + + 3 + + + + 2 + + + + 1 + + + + 0 + + + + + + + s + + + + + y_axis_label + + Provide a label for the axis. + text + Y-axis + Axis label + + + y_axis_type + conditional + + type + + select + auto + Select the value type of the axis. + + + hide + + + + auto + + + + d + + + + e + + + + f + + + + p + + + + s + + + + + + + hide + + + auto + + + d + + + e + + + precision + + Select the tick format for the axis. + select + 1 + + + + 5 + + + + 4 + + + + 3 + + + + 2 + + + + 1 + + + + 0 + + + + + + + f + + + precision + + Select the tick format for the axis. + select + 1 + + + + 5 + + + + 4 + + + + 3 + + + + 2 + + + + 1 + + + + 0 + + + + + + + p + + + precision + + Select the tick format for the axis. + select + 1 + + + + 5 + + + + 4 + + + + 3 + + + + 2 + + + + 1 + + + + 0 + + + + + + + s + + + + + show_legend + + Would you like to add a legend? + boolean + true + + + + \ No newline at end of file diff --git a/config/plugins/visualizations/heatmap_default/static/logo.svg b/config/plugins/visualizations/heatmap_default/static/logo.svg new file mode 100644 index 000000000000..41c80b8f2c16 --- /dev/null +++ b/config/plugins/visualizations/heatmap_default/static/logo.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + +