Skip to content

Commit

Permalink
remove excess auto overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
stan-donarise committed Dec 31, 2023
1 parent d109067 commit a43910f
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 37 deletions.
5 changes: 0 additions & 5 deletions plot/bar/bar.view.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
6 changes: 0 additions & 6 deletions plot/cube/cube.view.ts
Original file line number Diff line number Diff line change
Expand Up @@ -221,12 +221,6 @@ namespace $.$$ {
}
}


@ $mol_mem
auto() {
return super.auto()
}

@ $mol_mem
subscribe_click() {
const plotly_root = this.Plotly_root()
Expand Down
5 changes: 0 additions & 5 deletions plot/customscatter/customscatter.view.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
5 changes: 0 additions & 5 deletions plot/discovery/discovery.view.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
6 changes: 0 additions & 6 deletions plot/matrix/matrix.view.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 } ){

Expand Down
5 changes: 0 additions & 5 deletions plot/phase/phase.view.ts
Original file line number Diff line number Diff line change
Expand Up @@ -239,11 +239,6 @@ namespace $.$$ {
]
}

@ $mol_mem
auto() {
return super.auto()
}

@ $mol_mem
subscribe_events() {
const plotly_root = this.Plotly_root()
Expand Down
5 changes: 0 additions & 5 deletions plot/pie/pie.view.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit a43910f

Please sign in to comment.