I am gonna to generate pdf file using html template in perl.
But data is dynamic, and style is also dynamic based on the data.
For example, data includes like below:
[ { "title": "Data 1", "value": 23 }, { "title": "Data 1", "value": 47 }, { "title": "Data 1", "value": 50 }, ]
In this case, with of each item should be like this:
$value/$max_value * 100 (%)
I hope to get the help from guys.
Thanks.
In this case, with of each item should be like this:
$value/$max_value * 100 (%)
I hope to get the help from guys.
Thanks.
monster-dev is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.