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

Popular posts from this blog

Python Kivy ListView: How to delete selected ListItemButton? -

asp.net mvc 4 - A specified Include path is not valid. The EntityType '' does not declare a navigation property with the name '' -