Skip to content

Commit

Permalink
$mpds_visavis_plotly -> $mpds_visavis_lib_plotly_view
Browse files Browse the repository at this point in the history
  • Loading branch information
stan-donarise committed Dec 3, 2023
1 parent de0dd4d commit 90be7c1
Show file tree
Hide file tree
Showing 14 changed files with 13 additions and 13 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace $.$$ {

$mol_style_define( $mpds_visavis_plotly, {
$mol_style_define( $mpds_visavis_lib_plotly_view, {

flex: {
grow: 1
Expand Down
2 changes: 1 addition & 1 deletion plotly/plotly.view.tree → lib/plotly/view/view.view.tree
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$mpds_visavis_plotly $mol_view
$mpds_visavis_lib_plotly_view $mol_view
sub /
<= Plotly_root null
data /
Expand Down
2 changes: 1 addition & 1 deletion plotly/plotly.view.ts → lib/plotly/view/view.view.ts
Original file line number Diff line number Diff line change
@@ -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() {
Expand Down
2 changes: 1 addition & 1 deletion plot/bar/bar.view.tree
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion plot/cube/cube.view.tree
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion plot/customscatter/customscatter.view.tree
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion plot/discovery/discovery.view.tree
Original file line number Diff line number Diff line change
Expand Up @@ -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 *
Expand Down
2 changes: 1 addition & 1 deletion plot/eigen/eigen.view.tree
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion plot/heatmap/heatmap.view.tree
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion plot/phase/phase.view.tree
Original file line number Diff line number Diff line change
Expand Up @@ -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 *
2 changes: 1 addition & 1 deletion plot/pie/pie.view.tree
Original file line number Diff line number Diff line change
@@ -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 /
Expand Down
2 changes: 1 addition & 1 deletion plot/plot.view.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion plot/scatter/scatter.view.tree
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 90be7c1

Please sign in to comment.