You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi i have the same problem, can you explain how did you solve it ? To add style on the component ?
I would like to add a background-color for each children of a node...
The following works. .ant-tree-node-content-wrapper { font-size: 18px; font-weight: bold; }
But it's really hard to customize. The file 'bundle.js' has nearly 50,000 lines.
I search 'dash ant design' and find an alternative to dash: https://fac.feffery.tech/AntdTree.
I think it a better choice.
hi, thanks to your github !!
I have made my own Treeview in dashapp (plotly).
and then, now I want to adjust font size in a treemap text.
I gave the classname in my code and i set font size in the css file.
but it did not work.
please help me !!!
--------this is my code dashapp----------
html.P(children='my TreeView', style = {'font-size':'25px'}),
html.Div(
TreeView(
id='input',
multiple=True,
checkable=True,
checked=['0-0-1'],
selected=[],
expanded=['0'],
data=mytree,),
className='TREE'),
The text was updated successfully, but these errors were encountered: