jshamble / TopChartJS

An implementation of D3.js for efficient, effective and informative charting.
GNU Affero General Public License v3.0
1 stars 0 forks source link

Fix Bug: 1) Uniform Label Scaling (make sure the pie label is the same size as the normal lable, may need to remove a font-scale transform for this one) 2) Make sure there is a local font scale (use transform scale), and that the font scale affects only the lables. #23

Closed jshamble closed 5 years ago

jshamble commented 5 years ago

Fix'd