temp by nozzle flow?

I upgraded to 6.3.3240 and I noticed on the preview screen, print temperatures appear to correspond only with the scaler setting for temperature. Each layer is not getting the temperature set by the calculated flow in the preview. The Check box is selected and I have “[[0.0,250],[10.0,259],[40.0,275]]” inserted for the graph.
What am I missing?

Needed to make a new profile. Something about importing to the new version didn’t work. After setting up a new profile, auto temp by layer works.
; filament start gcode
{if (position[2] > first_layer_height) }
M104 S[material_flow_temp_graph]
{else}
M104 S[first_layer_temperature]
{endif}