Incorrect float parameter value
I have an issue with the Embedding API retrieving the value of a float parameter in one of our Worksheets:

This Worksheet is embedded with the Embedding API and we use the following code to logs its parameters:
const sheet = viz.workbook.activeSheet;
const parameters = await viz.workbook.getParametersAsync();
console.log(parameters);
The Embedding API returns an incorrect value for this parameter:

The JavaScript API returns the expected value for the same Worksheet/parameter:

Hi @florent-guinard - I am not able to reproduce it. Could you give me edit access to your workbook please?
@illonage Sure: https://glitch.com/edit/#!/vanilla-pyrite-beret You should be able to open/edit the Viz (you're an Explorer on this Tableau preview site)
@florent-guinard I would need edit access to the workbook to check how you set up your parameter
@illonage My bad, it should be ok now !