Skip to content

Commit 532558a

Browse files
authored
docs: Fix numpy example (#150)
1 parent 50f941b commit 532558a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/getting_started.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -624,6 +624,7 @@ Then we can define the data and tell the server how to render it.
624624
info=lambda: npmatrix.tileset_info(data),
625625
tiles=lambda tids: npmatrix.tiles_wrapper(data, tids),
626626
uid="example-npmatrix",
627+
datatype="matrix",
627628
)
628629
)
629630

0 commit comments

Comments
 (0)