From c269dc822c528e1afbde34e18a1cad03d972d4fe Mon Sep 17 00:00:00 2001 From: Knut Sveidqvist Date: Mon, 15 Mar 2021 20:57:07 +0100 Subject: [PATCH] UPdated default curve for flowcharts to basis --- src/defaultConfig.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/defaultConfig.js b/src/defaultConfig.js index c4da27b1b..634a43eb0 100644 --- a/src/defaultConfig.js +++ b/src/defaultConfig.js @@ -186,7 +186,7 @@ const config = { ***Notes: *Default Vaue: monotoneX** */ - curve: 'natural', + curve: 'basis', // Only used in new experimental rendering // represents the padding between the labels and the shape padding: 15,