Background Markers - Description

This example shows you how to set the number background markers

Live Example

Initialization Code

			<script>
				$("#kitbox").kitbox({
					kitboxType: "kitboxSeries",
					dataType: "json",
					url: "/pages/series/remote_json.php",
					header: {text: "Disabling DataTable"},
					options: {
						marking_delimiter: 30
					}
				});
			</script>