Conversation

(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
Replying to
I can add that. The RGraph.text() function is given a "tag" option each time it's called (eg scale, labels etc) so I can update the function to use that as a CSS class as well - eg rgraph-text-scale
2
1
Replying to
Ok I added it (haven't fully tested it yet) and, at first glance, it seems to be working so you'll be able to do this: span.rgraph_accessible_text { color: red !important; } span.rgraph_accessible_text_title { color: red !important; font-size: 16pt !important; } etc
1
1