If you check out my http://jsfiddle.net/WOUNDEDStevenJones/oe1vcmqj/1/, the red labels on the chart have a subtle white glow behind them (in at least Chrome and FF). How do I r
use text-shadow:none !important; for the tag tspan
text-shadow:none !important;
tspan
CSS
tspan{ text-decoration:none; text-shadow:none !important; }
FIDDLE DEMO