Skip to content

Commit

Permalink
Merge pull request #112 from cmu-delphi/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
dmytrotsko authored Feb 21, 2025
2 parents a335684 + f3d11c6 commit d2522cd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/assets/js/signal_sets.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ function plotData() {
signal: signal["signal"],
time_type: signal["time_type"],
geo_type: geographicType,
geo_value: geographicValue
geo_value: geographicValue,
custom_title: `${signal["data_source"]}:${signal["signal"]} - ${geoValue.text}`
}
}
})
Expand Down Expand Up @@ -175,6 +176,7 @@ function calculate_table_height() {

var table = new DataTable('#signalSetsTable', {
fixedHeader: true,
searching: false,
paging: false,
scrollCollapse: true,
scrollX: true,
Expand Down

0 comments on commit d2522cd

Please sign in to comment.