Forum Discussion
hejszyszky
Helper II
4 years agoBullet chart SVG
Hi, I've been trying to create bullet charts within table with variables. It does not work and outputs "image" icon. I bet that it is SVG code related problem, but since i am not an expert with i...
- 4 years ago
What does your svg code show when you change it to text and view in focus mode?
You'll need to be careful your width and height values are properly escaped...
width=""#Actual"" will need to be something like... width="&"'"&"#Actual"&"'"&"
KerKol
Power Participant
4 years agoWhat does your svg code show when you change it to text and view in focus mode?
You'll need to be careful your width and height values are properly escaped...
width=""#Actual"" will need to be something like... width="&"'"&"#Actual"&"'"&"
hejszyszky
Helper II
4 years agoYes, that obviously was a problem with apostrophes. Changed also ' to ""