So I get a list but a list of text [ ["X", "X"] ] and the module to display the graph wants text and numbers like this : [ ["X",X] ] . Here is a list that works:
Yes, but I don't create the list myself, I get it from a file and I want to transform it. The values are intended to evolve. It's just a format problem that I can't solve.
I want to transform the list that I have on this one format:
Create a 'new' List (multiplying the text items by 1) by using the for each number from... block or the for each item in list block perhaps. Then use that List to create the graph.