<script>
$("#kitbox").kitbox({
kitboxType: "kitboxSeries",
dataType: "json",
url: "/pages/series/remote_json.php",
header: {text: "Disabling Graph Overview"},
options: {
init: {
overview: false
}
}
});
</script>