From a5c428b973815a74664ffa0ea213427433926fe6 Mon Sep 17 00:00:00 2001 From: stan-donarise <111230475+stan-donarise@users.noreply.github.com> Date: Sat, 11 Nov 2023 15:20:24 +1000 Subject: [PATCH] visavis_plot readme upd --- plot/README.md | 10 +++++++++- plot/plot.view.tree | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/plot/README.md b/plot/README.md index 57567c2..b221710 100644 --- a/plot/README.md +++ b/plot/README.md @@ -35,7 +35,15 @@ visavis_plot.notify = ( msg ) => alert( msg ) **`json_request( next?: string ) : string`** -Request url to get JSON (plot data) +Request URL to get JSON (plot data) + +**`json_cmp_request( next?: string | null ) : string | null`** + +Second request URL to get JSON for comparison (matrix, cube and discovery plots) + +**`multi_requests( next?: string[] ) : string[]`** + +Multiple request URLs to get JSON for comparison (matrix and cube plots) **`notify( msg: string ) : void`** diff --git a/plot/plot.view.tree b/plot/plot.view.tree index d6a23c3..cc8013b 100644 --- a/plot/plot.view.tree +++ b/plot/plot.view.tree @@ -7,7 +7,7 @@ $mpds_visavis_plot $mol_view json null json_cmp_request? null json_cmp null - multi_requests? / + multi_requests? /string multi_jsons null plot_raw null show_setup false