From 2e7148496a9586438a281f608ee7f4abe6e5bf7f Mon Sep 17 00:00:00 2001 From: Piotr Gawron <piotr.gawron@uni.lu> Date: Fri, 29 Sep 2017 17:09:06 +0200 Subject: [PATCH] readme updated --- README.md | 9 ++++++--- frontend-js/.idea/frontend-js.iml | 3 ++- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 03e5b1befe..6194763562 100644 --- a/README.md +++ b/README.md @@ -540,10 +540,13 @@ TODO ``` * `showBioEntity({element, type, options})` - * Arguments: TODO - * Example: + * Arguments: + * element - object identifying the element, it should contain three fields: id, type, model; where id is the element id, type is type of the element ('ALIAS', 'REACTION'), and model define submap on which it's defined + * type - how do you want to visualize BioEntity: ' + * options - set of visualisation options: color, opacity, lineColor, lineWeight, lineOpacity + * Example: ``` -TODO +customMap.showBioEntity({element:{id:18306,type:"ALIAS", modelId:5}, type: "SURFACE", options:{color:"#FF0000"}}); ``` * `hideBioEntity({element, type})` diff --git a/frontend-js/.idea/frontend-js.iml b/frontend-js/.idea/frontend-js.iml index b6d6506e88..3bba33a181 100644 --- a/frontend-js/.idea/frontend-js.iml +++ b/frontend-js/.idea/frontend-js.iml @@ -3,11 +3,12 @@ <component name="NewModuleRootManager"> <content url="file://$MODULE_DIR$"> <excludeFolder url="file://$MODULE_DIR$/.tmp" /> - <excludeFolder url="file://$MODULE_DIR$/temp" /> <excludeFolder url="file://$MODULE_DIR$/dist" /> + <excludeFolder url="file://$MODULE_DIR$/temp" /> <excludeFolder url="file://$MODULE_DIR$/tmp" /> </content> <orderEntry type="inheritedJdk" /> <orderEntry type="sourceFolder" forTests="false" /> + <orderEntry type="library" name="chai-DefinitelyTyped" level="application" /> </component> </module> \ No newline at end of file -- GitLab