twitter bootstrap - How to Reduce the font size of Morris Donut graph? -
here js fiddle link jsfiddle
i have tried out using css..but not happening
svg text{     font-size:10px!important /*but not reducing font size */ } 
include style
svg text{       font-size:10px!important; } in end of html (after js includes). solve problem.
p.s:this not best way solve morris.js default resizes text fit graph.
Comments
Post a Comment