Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/GADS/Graph.pm
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ sub write
error __"Dates and grouping must be entered for a custom range"
if $x_axis_col && $x_axis_col->return_type =~ /date/
&& $newgraph->{x_axis_range} && $newgraph->{x_axis_range} eq 'custom'
&& (!$newgraph->{from} || !$newgraph->{to} || !$newgraph->{x_axis_grouping});
&& (!$newgraph->{x_axis_grouping});

error __"A single field must be selected for the x-axis when using the historic trend option"
if !$newgraph->{x_axis} && $self->trend;
Expand Down
Loading