kopia lustrzana https://github.com/projecthorus/radiosonde_auto_rx
Merge pull request #943 from argilo/disable-chart-transitions
Turn off transition animations in scan chartpull/947/head
commit
29a588bc66
|
|
@ -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"; },
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue