. Great js module! Quick feature request that will make it much easier to use CSS to style text in the rgraph_domtext_wrapper. Can you give the span tags within them class names for the title, xaxis, yaxis, etc. ? That way, they can be easily selected via CSS and ...
Conversation
... adjusted accordingly. Right now, the span nodes are given ids and style attributes but there are no class attributes. If class attributes were added to the span nodes, it would be much easier to give the title custom css, etc.
Thanks!
1
PS: Here's an example of how I'm currently styling. If there was an option to turn off style attributes in the span tags completely, that would be really helpful -- maybe a "CSS only" style mode to avoid all the !important tags.
codepen.io/sitm/pen/KKPvv
1
(Actually, you will probably still need the style tags for position information but perhaps an option to turn off all styling in the style tags so the styling can be done in CSS via class selectors).
1
