Skip to content

Commit bfc7b4b

Browse files
authored
fix: typo (pointScale is called pointScaleMode)
1 parent f3bd459 commit bfc7b4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -788,7 +788,7 @@ can be read and written via [`scatterplot.get()`](#scatterplot.get) and [`scatte
788788
| pointConnectionSizeBy | string | `null` | See [data encoding](#property-point-conntection-by) | `true` | `false` |
789789
| pointConnectionMaxIntPointsPerSegment | int | `100` | | `true` | `false` |
790790
| pointConnectionTolerance | float | `0.002` | | `true` | `false` |
791-
| pointScale | string | `'asinh'` | `'asinh'`, `'linear'`, or `'constant'` | `true` | `false` |
791+
| pointScaleMode | string | `'asinh'` | `'asinh'`, `'linear'`, or `'constant'` | `true` | `false` |
792792
| lassoColor | quadruple | rgba(0, 0.667, 1, 1) | hex, rgb, rgba | `true` | `false` |
793793
| lassoLineWidth | float | 2 | >= 1 | `true` | `false` |
794794
| lassoMinDelay | int | 15 | >= 0 | `true` | `false` |

0 commit comments

Comments
 (0)