Does anyone know how to make JustGage object responsive ? Please Check the link below, I fix the issue with raphael but can't get do the same with JustGage:
window.onload = function () {
var g1 = new JustGage({
id: "g1",
value: getRandomInt(0, 4000),
min: 0,
max: 4000,
title: "Well over thousand",
label: ""
});
}