DWilliames / google-sheets-sync-figma

82 stars 8 forks source link

Can't resize width to 0 value #105

Open mjbreuer92 opened 2 years ago

mjbreuer92 commented 2 years ago

Error: in resize: Expected "width" to have value >= 0.01

Figma: https://www.figma.com/file/otHuu7PuvVFtyBEXQjvVpW/Untitled?node-id=0%3A1 Google Sheet: https://docs.google.com/spreadsheets/d/1a7QROgUxFFchRUSQzF1zJUNjRn_-plLj9IepveUfu5Q/edit#gid=1092542748

Expecting it would generate an effectively 0 width element

Fairly straightforward and the error is probably in my thinking here, but following the on-screen prompt. I'm building a stacking bar graph using rectangular vectors before then appending a data label field. Inside this stacked graph, for some of the rows (labeled as "Cards"), there are 0 values in the stack. I want to use to auto-layout to keep these stacks organized and have them adjust in size, but it looks like when I set a vector to have a width of zero, Figma won't allow it and it errors out