MTG / essentia.js

JavaScript library for music/audio analysis and processing powered by Essentia WebAssembly
https://essentia.upf.edu/essentiajs
GNU Affero General Public License v3.0
645 stars 42 forks source link

Config option to slide-out x-axis values in realtime charting #19

Open albincorreya opened 4 years ago

albincorreya commented 4 years ago

While doing a realtime chart, it would be nice to add the functionality to slide-along the x-axis to the left-side with a given offset value.

We could add a wrapper to call the Plotly.relayout method in the Plotly.js to achieve this.