Forum Discussion
hejszyszky
4 years agoHelper II
Bullet 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
4 years agoPower Participant
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"&"'"&"
hejszyszky
4 years agoHelper II
Yes, that obviously was a problem with apostrophes. Changed also ' to ""