I want to change the color of the labels of nodes and did that the way the documentation describes it. However, if I add a stylesheet element for the labels they are disappearing of my cytoscapes element. What do I miss? Im using a seperate .css file for styling purposes. Do I have to add this part to the .css file too?
stylesheet=[{
'selector': 'label',
'style': {
'color': 'red'
}
}],