File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55- Add default canvas width/height (` 'auto' ` ) to fix an issue on high-dpi monitors that do not style the canvas element (#41 )
66- Add resize handler so when width/height is set to ` 'auto' ` the canvas element is automatically resized on ` resize ` and ` orientationchange ` events.
7+ - Improve framebuffer rendering and add ` gamma ` prop to allow controlling the opacity blending (#42 )
78
89## v0.17.0
910
Original file line number Diff line number Diff line change @@ -388,6 +388,7 @@ can be read and written via [`scatterplot.get()`](#scatterplot.get) and [`scatte
388388| keyMap | object | ` { alt: 'rotate', shift: 'lasso' } ` | See the notes below | ` true ` | ` false ` |
389389| mouseMode | string | ` 'panZoom' ` | ` 'panZoom' ` , ` 'lasso' ` , or ` 'rotate' ` | ` true ` | ` false ` |
390390| performanceMode | boolean | ` false ` | can only be set during initialization! | ` true ` | ` false ` |
391+ | gamma | float | ` 1 ` | to control the opacity blending | ` true ` | ` false ` |
391392
392393<a name =" property-notes " href =" #property-notes " >#</a > <b >Notes:</b >
393394
You can’t perform that action at this time.
0 commit comments