From 6406edc245d3172e8a785b62d9cd0406125f3bb7 Mon Sep 17 00:00:00 2001 From: Vaishnav Nair Date: Tue, 20 Sep 2022 18:22:30 +0530 Subject: [PATCH] [docs] Update readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 8aded7f8..fb8a8442 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,12 @@ NetJSON format used internally is based on [networkgraph](http://netjson.org/rfc Whether to allow switching between graph and map render or not. You can also set it `true` to enable it. +- `showLabelsAtZoomLevel` + + **Default**: `7` + + The zoom level at which the labels are shown. This only works when `render` is set to `map`. + - `dealDataByWorker` The url to the worker file if you want to deal the data by a worker.