dabeng / react-orgchart

It's a simple and direct organization chart plugin. Anytime you want a tree-like chart, you can turn to OrgChart.
MIT License
131 stars 112 forks source link

color-coded chart #29

Open kishortrimal opened 3 years ago

kishortrimal commented 3 years ago

I am trying to implement color-coded chart but className values in the datasource are not applied to the elements. like provided example as follow https://dabeng.github.io/OrgChart/color-coded.html

ttiras commented 3 years ago

classNames are not applied. I am waiting for a solution too.

ttiras commented 3 years ago

className is not appending but i tried it with id and it worked. id selector is added to div and then you can specify the background for title or content in the css file.

top-level .oc-heading { background-color:....}