{color:"#57b5ff",xaxis:{from:10,to:14},yaxis:{from:3.8,to:4.2},text:"10 to 14",rounded:3,aboveGrid:true,font:{color:"#fff"},textAlign:"center",textBaseline:"middle"},
{color:"#57b5ff",xaxis:{from:14,to:15},yaxis:{from:4.8,to:5.2},text:"14 to 15",rounded:3,aboveGrid:true,font:{color:"#fff"},textAlign:"center",textBaseline:"middle"},
{color:"#d7048a",xaxis:{from:15,to:17},yaxis:{from:5.8,to:6.2},text:"15 to 17",rounded:3,aboveGrid:true,font:{color:"#fff"},textAlign:"center",textBaseline:"middle"},
{color:"#838383",xaxis:{from:17,to:19},yaxis:{from:6.8,to:7.2},text:"17 and up",rounded:3,aboveGrid:true,font:{color:"#fff"},textAlign:"center",textBaseline:"middle"},
{color:"#838383",xaxis:{from:17,to:19},yaxis:{from:7.8,to:8.2},text:"17 and up",rounded:3,aboveGrid:true,font:{color:"#fff"},textAlign:"center",textBaseline:"middle"},
// A example marking that is behind the grid (by specify a color with a opacity value).
// By default the markings will be above the grid.
{aboveGrid:false,color:"rgb(170, 170, 170)",xaxis:{from:3.5,to:6.5},yaxis:{from:5.5,to:8.5},text:"<strong>I'm behind the grid</strong>,<br />others are above it.",font:{color:"#00f",size:"13",family:"Arial"},textAlign:"center",textBaseline:"middle"}
<p>This example shows how to add text into markings, and how to draw markings with rounded corner.</p>
<p>The chart here is actually a goal ladder map, and it also shows how to use image plugin to draw icons on to your chart (Notice the "You are here" icon <imgsrc="you_are_here.png"height="30"alt="You are here"/> on this chart.). If you don't need to draw images/icons onto your chart, you don't need to reference the image plugin.</p>