problem using Line_style: curved/straight #520
MShahzadulHassan
started this conversation in
General
Replies: 4 comments 9 replies
-
var options = {
// ...
view:{
line_style:'straight'
}
} It works on my laptop. Could you please check if you are using the latest version of jsMind? |
Beta Was this translation helpful? Give feedback.
0 replies
-
it works too |
Beta Was this translation helpful? Give feedback.
9 replies
-
Hi it is working now. I just uninstalled jsmind and reinstalled now its working |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for your quick response |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
I am facing issue while using "line_style:curved". By default, it is making curved. But when i changed it to straight it is not making line as straight. So please if you this issue how to use in correct way then please tell me.
Thank you
here is the code that i am using
const options = {
container: 'jsmind_container',
editable: true,
theme: result.theme,
mode : result.mode,
support_html : true,
view:
{
engine: '',
hmargin:100,
vmargin:50,
line_color: '#333',
line_style: 'straight',
draggable: true,
hide_scrollbars_when_draggable: false,
node_overflow: 'wrap'
},
Beta Was this translation helpful? Give feedback.
All reactions