From 90be7c151487cb12b6938cdbb988c6aa10df6086 Mon Sep 17 00:00:00 2001 From: stan-donarise <111230475+stan-donarise@users.noreply.github.com> Date: Mon, 4 Dec 2023 08:35:47 +1000 Subject: [PATCH] $mpds_visavis_plotly -> $mpds_visavis_lib_plotly_view --- plotly/plotly.view.css => lib/plotly/view/view.view.css | 0 plotly/plotly.view.css.ts => lib/plotly/view/view.view.css.ts | 2 +- plotly/plotly.view.tree => lib/plotly/view/view.view.tree | 2 +- plotly/plotly.view.ts => lib/plotly/view/view.view.ts | 2 +- plot/bar/bar.view.tree | 2 +- plot/cube/cube.view.tree | 2 +- plot/customscatter/customscatter.view.tree | 2 +- plot/discovery/discovery.view.tree | 2 +- plot/eigen/eigen.view.tree | 2 +- plot/heatmap/heatmap.view.tree | 2 +- plot/phase/phase.view.tree | 2 +- plot/pie/pie.view.tree | 2 +- plot/plot.view.css | 2 +- plot/scatter/scatter.view.tree | 2 +- 14 files changed, 13 insertions(+), 13 deletions(-) rename plotly/plotly.view.css => lib/plotly/view/view.view.css (100%) rename plotly/plotly.view.css.ts => lib/plotly/view/view.view.css.ts (50%) rename plotly/plotly.view.tree => lib/plotly/view/view.view.tree (75%) rename plotly/plotly.view.ts => lib/plotly/view/view.view.ts (87%) diff --git a/plotly/plotly.view.css b/lib/plotly/view/view.view.css similarity index 100% rename from plotly/plotly.view.css rename to lib/plotly/view/view.view.css diff --git a/plotly/plotly.view.css.ts b/lib/plotly/view/view.view.css.ts similarity index 50% rename from plotly/plotly.view.css.ts rename to lib/plotly/view/view.view.css.ts index ecd4974..5c8dda1 100644 --- a/plotly/plotly.view.css.ts +++ b/lib/plotly/view/view.view.css.ts @@ -1,6 +1,6 @@ namespace $.$$ { - $mol_style_define( $mpds_visavis_plotly, { + $mol_style_define( $mpds_visavis_lib_plotly_view, { flex: { grow: 1 diff --git a/plotly/plotly.view.tree b/lib/plotly/view/view.view.tree similarity index 75% rename from plotly/plotly.view.tree rename to lib/plotly/view/view.view.tree index 8860bb6..cabf148 100644 --- a/plotly/plotly.view.tree +++ b/lib/plotly/view/view.view.tree @@ -1,4 +1,4 @@ -$mpds_visavis_plotly $mol_view +$mpds_visavis_lib_plotly_view $mol_view sub / <= Plotly_root null data / diff --git a/plotly/plotly.view.ts b/lib/plotly/view/view.view.ts similarity index 87% rename from plotly/plotly.view.ts rename to lib/plotly/view/view.view.ts index e46d183..4b4b3ca 100644 --- a/plotly/plotly.view.ts +++ b/lib/plotly/view/view.view.ts @@ -1,6 +1,6 @@ namespace $.$$ { - export class $mpds_visavis_plotly extends $.$mpds_visavis_plotly { + export class $mpds_visavis_lib_plotly_view extends $.$mpds_visavis_lib_plotly_view { @ $mol_mem size() { diff --git a/plot/bar/bar.view.tree b/plot/bar/bar.view.tree index 4308050..b03b619 100644 --- a/plot/bar/bar.view.tree +++ b/plot/bar/bar.view.tree @@ -1,3 +1,3 @@ -$mpds_visavis_plot_bar $mpds_visavis_plotly +$mpds_visavis_plot_bar $mpds_visavis_lib_plotly_view plot_raw $mpds_visavis_plot_raw bar_click? null diff --git a/plot/cube/cube.view.tree b/plot/cube/cube.view.tree index 34550dc..1498c37 100644 --- a/plot/cube/cube.view.tree +++ b/plot/cube/cube.view.tree @@ -37,7 +37,7 @@ $mpds_visavis_plot_cube $mol_view sub / <= Plot $mol_view sub <= plot_body / - <= Root $mpds_visavis_plotly + <= Root $mpds_visavis_lib_plotly_view data <= data_shown / layout <= layout * Plotly_root => Plotly_root diff --git a/plot/customscatter/customscatter.view.tree b/plot/customscatter/customscatter.view.tree index baafab3..6a8f65f 100644 --- a/plot/customscatter/customscatter.view.tree +++ b/plot/customscatter/customscatter.view.tree @@ -1,4 +1,4 @@ -$mpds_visavis_plot_customscatter $mpds_visavis_plotly +$mpds_visavis_plot_customscatter $mpds_visavis_lib_plotly_view plot_raw $mpds_visavis_plot_raw nplots_changed? null legend_click? null diff --git a/plot/discovery/discovery.view.tree b/plot/discovery/discovery.view.tree index 22a187d..596dc06 100644 --- a/plot/discovery/discovery.view.tree +++ b/plot/discovery/discovery.view.tree @@ -8,7 +8,7 @@ $mpds_visavis_plot_discovery $mol_view \#3e3f95 \#c00 sub / - <= Plot $mpds_visavis_plotly + <= Plot $mpds_visavis_lib_plotly_view Plotly_root => Plotly_root data <= data / layout <= layout * diff --git a/plot/eigen/eigen.view.tree b/plot/eigen/eigen.view.tree index eac67cb..8349c19 100644 --- a/plot/eigen/eigen.view.tree +++ b/plot/eigen/eigen.view.tree @@ -1,2 +1,2 @@ -$mpds_visavis_plot_eigen $mpds_visavis_plotly +$mpds_visavis_plot_eigen $mpds_visavis_lib_plotly_view plot_raw $mpds_visavis_plot_raw diff --git a/plot/heatmap/heatmap.view.tree b/plot/heatmap/heatmap.view.tree index aeea690..201b2b8 100644 --- a/plot/heatmap/heatmap.view.tree +++ b/plot/heatmap/heatmap.view.tree @@ -1,2 +1,2 @@ -$mpds_visavis_plot_heatmap $mpds_visavis_plotly +$mpds_visavis_plot_heatmap $mpds_visavis_lib_plotly_view plot_raw $mpds_visavis_plot_raw diff --git a/plot/phase/phase.view.tree b/plot/phase/phase.view.tree index 4f9d6f7..156fd27 100644 --- a/plot/phase/phase.view.tree +++ b/plot/phase/phase.view.tree @@ -169,7 +169,7 @@ $mpds_visavis_plot_phase $mol_book2 sub / <= Label $mol_view sub / <= label? \ - <= Root $mpds_visavis_plotly + <= Root $mpds_visavis_lib_plotly_view Plotly_root => Plotly_root data <= data / layout <= layout * diff --git a/plot/pie/pie.view.tree b/plot/pie/pie.view.tree index ec1fb18..0123f58 100644 --- a/plot/pie/pie.view.tree +++ b/plot/pie/pie.view.tree @@ -1,4 +1,4 @@ -$mpds_visavis_plot_pie $mpds_visavis_plotly +$mpds_visavis_plot_pie $mpds_visavis_lib_plotly_view plot_raw $mpds_visavis_plot_raw pie_click? null colorset / diff --git a/plot/plot.view.css b/plot/plot.view.css index db41bc0..b1aacf9 100644 --- a/plot/plot.view.css +++ b/plot/plot.view.css @@ -2,7 +2,7 @@ [mpds_visavis_plot_matrix_plot][mol_view_error]:not([mol_view_error="Promise"]), [mpds_visavis_plot_matrix_root][mol_view_error]:not([mol_view_error="Promise"]), [mpds_visavis_plot_graph_root][mol_view_error]:not([mol_view_error="Promise"]), -[mpds_visavis_plotly][mol_view_error]:not([mol_view_error="Promise"]) { +[mpds_visavis_lib_plotly_view][mol_view_error]:not([mol_view_error="Promise"]) { background-image: none; padding-top: 6rem; align-items: flex-start; diff --git a/plot/scatter/scatter.view.tree b/plot/scatter/scatter.view.tree index 52a6cff..7bb90cf 100644 --- a/plot/scatter/scatter.view.tree +++ b/plot/scatter/scatter.view.tree @@ -1,3 +1,3 @@ -$mpds_visavis_plot_scatter $mpds_visavis_plotly +$mpds_visavis_plot_scatter $mpds_visavis_lib_plotly_view plot_raw $mpds_visavis_plot_raw notify? null