LOD Thresholds
| Parameter | Description |
| render.coarseDetailThreshold | If the sum of rendered nodes and rendered edges equals to or exceeds this number, a very coarse level of detail will be chosen and all other detail parameters will be ignored. If the total number of nodes and edges is below this threshold, anti-alias will be turned on; this value defaults to 4000. |
| render.nodeBorderThreshold | If the number of rendered nodes equals to or exceeds this number, node borders will not be rendered; this value defaults to 400. |
| render.nodeLabelThreshold | If the number of rendered nodes equals to or exceeds this number, node labels will not be rendered; this value defaults to 200. |
| render.edgeArrowThreshold | If the number of rendered edges equals to or exceeds this number, edge arrows will not be rendered; this value defaults to 600. |
| render.edgeLabelThreshold | If the number of rendered edges equals to or exceeds this number, edge labels will not be rendered; this value defaults to 200. |
| render.hidpi | This property enables/disables HiDPI mode in the network view. When set to true the network will render in the native resolution on 4K Ultra-HD and Retina displays. New in Cytoscape 3.9. Defaults to true. |
| render.labelCache | This property enables/disables the renderer label cache, which results in a significant rendering speed improvement when enabled. New in Cytoscape 3.9. Defaults to true. |
| render.edgeBufferPan | This property enables/disables a feature in the renderer which shifts the edge buffer when panning the network, which avoids having to hide edges when panning in certain situations. New in Cytoscape 3.9. Defaults to true. |