Skip to content

How can I adjust font size in a Treeview? #7

@jaaaaaang

Description

@jaaaaaang

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions