Skip to content

Commit

Permalink
Merge pull request #943 from argilo/disable-chart-transitions
Browse files Browse the repository at this point in the history
Turn off transition animations in scan chart
  • Loading branch information
darksidelemm authored Nov 17, 2024
2 parents dc9b5fb + 4ef6272 commit 29a588b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions auto_rx/autorx/static/js/scan_chart.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ function setup_scan_chart(){
scan_chart_obj = c3.generate({
bindto: '#scan_chart',
data: scan_chart_spectra,
transition: {
duration: 0
},
tooltip: {
format: {
title: function (d) { return (Math.round(d * 1000) / 1000) + " MHz"; },
Expand Down

0 comments on commit 29a588b

Please sign in to comment.