Skip to content

Commit 781d435

Browse files
authored
Update data_visualization_export.html
Fixed data input
1 parent 62e263c commit 781d435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/templates/signals/data_visualization_export.html

Lines changed: 1 addition & 1 deletion
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)