Skip to content

Commit abb6fdf

Browse files
authored
Merge pull request #192 from cmu-delphi/dmytrotsko-patch-8
Update data_visualization_export.html
2 parents 62e263c + 781d435 commit abb6fdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/templates/signals/data_visualization_export.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ <h5>Plot / Export data</h5>
315315
type: 'GET',
316316
data: {
317317
'time_type': timeType,
318-
'time_values': `${startDate}-${endDate}`,
318+
'time_values': `${startDate}--${endDate}`,
319319
'data_source': dataSource,
320320
'signal': dataSignal,
321321
'geo_type': geographicType,

0 commit comments

Comments
 (0)