react-orgchart icon indicating copy to clipboard operation
react-orgchart copied to clipboard

color-coded chart

Open kishortrimal opened this issue 5 years ago • 2 comments

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

kishortrimal avatar Dec 16 '20 05:12 kishortrimal

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

ttiras avatar Mar 20 '21 06:03 ttiras

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:....}

ttiras avatar Mar 21 '21 13:03 ttiras