BALKANGraph / OrgChartJS

OrgChart JS is a simple, flexible and highly customizable organization chart plugin for presenting the structure of your organization and the relationships in an elegant way.
https://balkan.app/orgchartjs
247 stars 84 forks source link

how i can add background image for tree #850

Open PoojaSwami3010 opened 1 week ago

PoojaSwami3010 commented 1 week ago

how i can add background image for tree , if tree is in mat-card-content I want to add background image to card but it's not working so i have added it to tree but my tree size is 290px but i want to add background for mat-card content total

ZornitsaPesheva commented 1 week ago

Here is a code example on how to add a background image: https://code.balkan.app/org-chart-js/background-image#JS If this does not help, please edit the example to isolate the issue.

PoojaSwami3010 commented 4 days ago

how i can add background of tree as transparent so if i add background image then it should be visible

ZornitsaPesheva commented 4 days ago

Please explain in steps when the background should become visible.

sathish151198 commented 1 day ago

Here is an example of how to add background-image to a node. Hope this will be helpful. https://code.balkan.app/background-image-transparent-issuea#JS

ZornitsaPesheva commented 1 day ago

Also a node could be transparent, if this is what you need:

[data-n-id] rect{
    opacity: 0.5;
}