Dear all,
I’m having trouble setting dynamically the “fill” values of the graph config when using a Line Graph, when FETCHED from a dashboard
Whereas it is dead simple when it comes to the Scatter Graph, that has a “fillColumns” property => ,
this.fill = cellProps.fillColumns;
Currently, I have to do crazy stuff to retrieve these params, and yet the result is not even accurate enough/buggy,
It would be AWESOME if you Giraffe Team, could add this simple prop to the fetched dashboard cell object for a LINE graph !!