Description
I felt like doing a more engineering-related visualization, so I made a simple oscilloscope visualization using D3.js and JavaScript. An oscilloscope is a device that shows an electrical signal as a function of time. This is a very basic visualization mimicking an oscilloscope that offers 4 types of waves: a sine wave, a square wave, a triangular wave, and a sawtooth wave. The x and y properties of both the signal and display properties can be changed.
The dials were created with jQuery-Knob.js.