Kitware / paraviewweb

Web framework for building interactive visualization relying on VTK or ParaView to produce visualization data
http://kitware.github.io/paraviewweb/
BSD 3-Clause "New" or "Revised" License
163 stars 50 forks source link

fix(QueryDataModel): Add disableImageSelection field to add style to … #417

Closed jourdain closed 6 years ago

jourdain commented 6 years ago

…image

var qdm = new QueryDataMode(...);
qdm.disableImageSelection = true;
zachmullen commented 6 years ago

LGTM, thanks !