function Gauge(el, options) {
    //ensure proper el is passed
    if (!(el instanceof HTMLElement)) throw Error('Bad target element');

    //ensure instance