Marker size is not work for all the chart in graph builder
I build a script as below:
STHI TRB SEC = Graph Builder(
Size( 1733, 995 ),
Show Control Panel( 0 ),
Variables( X( :device_start_1 ), Y( :cell_id ), Group X( :mapsec ), Overlay( :Track ), Color( :Track ) ),
Elements( Points( X, Y, Legend( 4 ), Jitter( "Random Uniform" ), Jitter Limit( 0 ) ) ),
SendToReport(
Dispatch(
{},
"device_start_1",
ScaleBox,
{Min( (Today()) - 43200
...