Forum Discussion
Anonymous
8 years agoNot applicable
SVG image size problem
I Try to use the SVG image in Table Function. But Size of the image is very small. I try used full-size image still show a very small. Please check Measure: Sparkline Line = // Static li...
deldersveld
8 years agoResident Rockstar
The Table allows a square image size from 24px x 24px up to 150px x 150px. Your SVG has a width that is 10x the height. You can manipulate the width and viewBox in the SVG to try work around your extremely wide original image to focus on the car.
Example: see how things "zoom in" on the car when you use width='447.9' height='447.9' viewBox='0 0 1400 447.9'