paraviewweb
Advanced tools
Comparing version 1.0.7 to 1.0.8
{ | ||
"name": "paraviewweb", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "Web framework for building interactive visualization relying on VTK or ParaView to produce visualization data", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -10,6 +10,6 @@ ## [ParaViewWeb](http://kitware.github.io/ParaViewWeb/) | ||
ParaViewWeb aims to provide a framework or a Toolkit for building interactive | ||
web visualization relying on VTK or ParaView to produce visualization data. | ||
ParaViewWeb aims to provide a framework for building interactive | ||
web visualizations which rely on VTK or ParaView to produce visualization data. | ||
Those data could be static or dynamic ranging from a no-server setup to either | ||
This data can be static or dynamic ranging from a no-server setup to | ||
having a ParaView or VTK backend sending either geometry or images to the client. | ||
@@ -16,0 +16,0 @@ |
@@ -9,4 +9,4 @@ export default function createMethods(session) { | ||
}, | ||
get: (proxyId) => { | ||
return session.call('pv.proxy.manager.get', [ proxyId ]); | ||
get: (proxyId, ui=true) => { | ||
return session.call('pv.proxy.manager.get', [ proxyId, ui ]); | ||
}, | ||
@@ -13,0 +13,0 @@ findProxyId: (groupName, proxyName) => { |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2845396