Question Details

No question body available.

Tags

javascript html google-visualization

Answers (1)

January 31, 2026 Score: 3 Rep: 19,546 Quality: Medium Completeness: 50%

Just one minor issue preventing this from working. The annotations in your example have text-anchor="middle", not "start".

Change this

$.each($('text[text-anchor="start"]')

to this

$.each($('text[text-anchor="middle"]')

You can verify the correct values if you run in the console

$('text').each((_, label) => console.log($(label).attr("text-anchor"), $(label).text()));

middle Omega middle Large middle Medium middle Tiny end -4 end -2 end 0 end 2 end 4 middle -0.95 middle -0.95 middle -1.92 middle -1.92 middle 2.76 middle 2.76 middle 2.03 middle 2.03