You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Function that will get executed when file is loaded
options
object
undefined
SigPlot Layer options
<WebsocketLayer />
Property
Type
Default
Explanation
wsurl
string
''
URL to the websocket server
overrides
object
undefined
SigPlot Layer overrides
options
object
undefined
SigPlot Layer options
<WPipeLayer />
Property
Type
Default
Explanation
wsurl
string
''
URL to the websocket server
overrides
object
undefined
SigPlot Layer overrides
options
object
undefined
SigPlot Layer options
fps
number
undefined
Frames per second for WPIPE
Usage
Basic
/** Default plot an array three different ways * 1. As a standard array * 2. As a pipe * 3. As a file/url */<div><SigPlotoptions={{autol:1}}><ArrayLayerdata={this.state.rasterData}/></SigPlot><SigPlot><PipeLayeroptions={{type: 2000,subsize: 1000}}data={this.state.rasterData}/></SigPlot><SigPlot><HrefLayerhref={this.state.href}/></SigPlot></div>
Example Preview
If you run
$ npm run build
$ python -m SimpleHTTPServer 8888
and in a browser, navigate to http://0.0.0.0:8888, you
should see the following