hadrien.reiner Report post Posted June 9, 2015 If I use "CENTER" on a label position of a marker, the label of the marker will be behind the marker making this completely unusable. The issue is easy to spot based on this : FusionCharts.ready(function () { var topStates = new FusionCharts({ "type": "usa", "renderAt": "chart-container", "width": "600", "height": "400", "dataFormat": "json", "dataSource": { "chart": { "theme": "fint", "useHoverColor": "0", "useValuesForMarkers": "1", "showMarkerLabels": "1", "showLabels":"0" }, "markers": { "items": [ { "shapeid": "circle", "id": "TX", "x": "333", "y": "304", "label": "Texas", //Values of marker that make it data enabled "value": "97344000", "radius": 25, "labelPos" : "CENTER", "tooltext": "Rank #1, $label, Revenue : $dataValue" } ] } } }).render(); }); Did I miss something ? Share this post Link to post Share on other sites
Vishalika Report post Posted June 11, 2015 Hi, Welcome to FusionCharts Forum. The issue is replicated from our end. We are looking into it and will update you soon. As a workaround you can try setting an "alpha" attribute for it. Refer this link for the same: http://jsfiddle.net/vishalika/y6xehhap/2/ Hope this helps. Share this post Link to post Share on other sites
LoanJ Report post Posted December 3, 2015 Hi, I encountered the same trouble with markers labels which is that the labels are printed BEHIND markers themselves. Although copying/pasting the example of Hadrien.reiner into jsfiddle.net doesn't allow to reproduce the bug (printing the labels rightly ON the markers) Any idea ?? Thks Share this post Link to post Share on other sites
Vishalika Report post Posted December 8, 2015 Hi, Welcome to FusionCharts Forum. In FusionChartsv3.9, the issue stated above is resolved, please check this: http://jsfiddle.net/vishalika/y6xehhap/2/ Hope this helps. Share this post Link to post Share on other sites