I’m looking for a way to bold a label in a bar chart but only for one value. Is that possible?
Also, my current label is adding a thousand separator into all my values. Is there a way to disable this?
Thanks
Hex
I’m looking for a way to bold a label in a bar chart but only for one value. Is that possible?
Also, my current label is adding a thousand separator into all my values. Is there a way to disable this?
Thanks
Hex
As far as I know it’s not possible in the chart object itself, and I don’t see a way using the amchart api, but you could proof print to html and inspect the code created in a web browser and check if you could change the font style attribute of the value element via a script (though I guess it’s quite tricky to achieve that).
If your data isn’t sensitive, can you post your Datamapper and Template here? This we we will be able to look into it and maybe find a workaround.