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

Does angular version support horizontal mode? #10

Open
eterekhin opened this issue May 18, 2020 · 4 comments
Open

Does angular version support horizontal mode? #10

eterekhin opened this issue May 18, 2020 · 4 comments

Comments

@eterekhin
Copy link

Hello!

I found that the library supports the horizontal chart

My question:
Can I use horizontal mode in angular? If so, how?

@sorenicus
Copy link

Did you figure this out? What did you end up doing?

@amahajan02
Copy link

Try setting groupScale property's value to 1.
<organization-chart chartClass="myChart" [datasource]="ds" [nodeTemplate]="myNodeTemplate" [groupScale]="1">

@ChiKaLiO
Copy link

ChiKaLiO commented Apr 3, 2021

[groupScale]="1" not working for me

@dinilmithra
Copy link

Setting groupscale from chart-node.component.ts worked for me.

ngOnInit() {
this.groupScale = 1;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants