Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DependencyModel - stroke and strokeWidth property is not working as mentioned in document #54

Closed
urvesh86 opened this issue Jan 3, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@urvesh86
Copy link

urvesh86 commented Jan 3, 2022

In my project I have integrated the dependency module of gantt chart. But what I observe stroke and strokeWidth property is not working as mentioned in document. Is this a open issue or something I am missing.

Do you please share any demo having dependency module integrated with mentioned properties.

I have created the dependency array in below way.

const objDependacy = {
id: new Date().valueOf(),
fromId: '#componentFromId#'
toId: '#componentToId#',
stroke: 'black',
strokeWidth: 15,
arrowSize: 1,
};
this.dependancies.push(objDependacy);`

@dgastudio
Copy link

same here

@V-Py V-Py added the bug Something isn't working label May 1, 2022
@V-Py V-Py closed this as completed in 08d82a1 May 2, 2022
V-Py added a commit that referenced this issue May 2, 2022
fix #54 stroke and strokeWidth properties weren't passed to the Arrow…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants