-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
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.
}
.TREE{
font-size: 40px;
}
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'),
Metadata
Metadata
Assignees
Labels
No labels