Skip to content

Tag: arrays

How to access an array from the scope of a function

I’m trying to add an element into an array with the push() method but apparently, I can’t access that array from the scope of my function. Here’s a summary of my architecture : I know for sure that the problem come from the array. When executing the code, I have an error telling me that push…

Highcharts 3D funnel Array format

I’m following the instructions of feeding the funnel with array data, supposedly in the documentation, it should be: this is how I get the array: my array data is: Is there a type of conversion am missing? Answer It looks like you just need to map() the returned Data to the appropriate format (here usin…