This example shows you how to set the number background markers
<script>
$("#kitbox").kitbox({
kitboxType: "kitboxSeries",
dataType: "json",
url: "/pages/series/remote_json.php",
header: {text: "Disabling DataTable"},
options: {
marking_delimiter: 30
}
});
</script>