diff --git a/plot/bar/bar.view.ts b/plot/bar/bar.view.ts index 2b9d366..ada015a 100644 --- a/plot/bar/bar.view.ts +++ b/plot/bar/bar.view.ts @@ -19,11 +19,6 @@ namespace $.$$ { return $mpds_visavis_plot_bar_json( this.plot_raw().json() as any ) } - @ $mol_mem - auto() { - return super.auto() - } - @ $mol_mem subscribe_click() { const plotly_root = this.Plotly_root() diff --git a/plot/cube/cube.view.ts b/plot/cube/cube.view.ts index 7412800..2aecb05 100644 --- a/plot/cube/cube.view.ts +++ b/plot/cube/cube.view.ts @@ -221,12 +221,6 @@ namespace $.$$ { } } - - @ $mol_mem - auto() { - return super.auto() - } - @ $mol_mem subscribe_click() { const plotly_root = this.Plotly_root() diff --git a/plot/customscatter/customscatter.view.ts b/plot/customscatter/customscatter.view.ts index 1abe906..f6a3546 100644 --- a/plot/customscatter/customscatter.view.ts +++ b/plot/customscatter/customscatter.view.ts @@ -24,11 +24,6 @@ namespace $.$$ { return $mpds_visavis_plot_customscatter_json( this.plot_raw().json() as any ) } - @ $mol_mem - auto() { - return super.auto() - } - @ $mol_mem subscribe_legend_click() { const plotly_root = this.Plotly_root() diff --git a/plot/discovery/discovery.view.ts b/plot/discovery/discovery.view.ts index d7a3497..49bfa19 100644 --- a/plot/discovery/discovery.view.ts +++ b/plot/discovery/discovery.view.ts @@ -117,11 +117,6 @@ namespace $.$$ { return $mpds_visavis_elements_list.prop_names() } - @ $mol_mem - auto() { - return super.auto() - } - @ $mol_mem subscribe_click() { const plotly_root = this.Plotly_root() diff --git a/plot/matrix/matrix.view.ts b/plot/matrix/matrix.view.ts index 6d26144..55a7637 100644 --- a/plot/matrix/matrix.view.ts +++ b/plot/matrix/matrix.view.ts @@ -336,12 +336,6 @@ namespace $.$$ { this.Root().dom_node_actual().replaceChildren( svg_element ) } - - @ $mol_mem - auto() { - return super.auto() - } - @ $mol_mem_key get_bin_domain( args: { sort: Prop_name, op: string } ){ diff --git a/plot/phase/phase.view.ts b/plot/phase/phase.view.ts index 9bd94c6..7aece51 100644 --- a/plot/phase/phase.view.ts +++ b/plot/phase/phase.view.ts @@ -239,11 +239,6 @@ namespace $.$$ { ] } - @ $mol_mem - auto() { - return super.auto() - } - @ $mol_mem subscribe_events() { const plotly_root = this.Plotly_root() diff --git a/plot/pie/pie.view.ts b/plot/pie/pie.view.ts index 32342ae..451fe8e 100644 --- a/plot/pie/pie.view.ts +++ b/plot/pie/pie.view.ts @@ -41,11 +41,6 @@ namespace $.$$ { return $mpds_visavis_plot_pie_json( this.plot_raw().json() as any ) } - @ $mol_mem - auto() { - return super.auto() - } - @ $mol_mem subscribe_click() { const plotly_root = this.Plotly_root()