Skip to content

Commit

Permalink
fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-hodgson committed Oct 13, 2023
1 parent 56d0b5e commit a7d096c
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@ const routes: GenericRoute[] = [
name: 'SynapsePlot',
isOutsideContainer: false,
props: {
widgetparamsMapped: {
synapsePlotWidgetParams: {
query:
'SELECT "date", CONTACT as "New accounts created", survey_1 as "Completed Survey 1", survey_2 as "Completed Survey 2", survey_3 as "Completed Survey 3", survey_4 as "Completed Survey 4" FROM syn22314856',
title: 'New Participants Per Survey Per Day',
xtitle: 'Date',
ytitle: 'Count',
type: 'scatter',
horizontal: 'true',
horizontal: true,
// xaxistype:,
showlegend: 'true',
showlegend: true,
},
},
},
Expand Down

0 comments on commit a7d096c

Please sign in to comment.