Custom Module - Separate styles for an object in repeater
SOLVE
Hi!
I'm building a custom module that has a repeater field. In the repeater are a series of number fields for the user to enter numbers (as %). I want to use those numbers to make a pie chart. So for each number(%) I am setting variables to convert the % to degrees (like x of 360) like this:
{% set use_brny = 3.6 * item.recommendation.use_brny %}
I'm making the pie chart with something like this: