Whatever message this page gives is out now! Go check it out!
plot={"rules":[
{
"rule":"%v<=80",
"background-color":"yellow"
}
]};crosshair={"line-color":"green","line-style":"solid","alpha"=0.5};<cfscript>
plot={
"rules":[
{ "rule":"%v<=80",
"background-color":"yellow"
}
]
}
crosshair={"line-color":"green","line-style":"solid","alpha"=0.5};
</cfscript>
<cfchart type="hist" format="html" chartWidth="600" chartHeight="400"
showborder="no" title="Website Traffic 2024 ('000s)"
tipbgcolor="##FF0045" showLegend="false" plot="#plot#"
crosshair="#crosshair#" >
<cfchartseries serieslabel="Visits" color="gray">
<cfchartdata item="January" value="120">
<cfchartdata item="February" value="80">
<cfchartdata item="March" value="30">
<cfchartdata item="April" value="67">
<cfchartdata item="May" value="50">
<cfchartdata item="June" value="100">
</cfchartseries>
</cfchart><cfscript>
plot={"rules":[
{
"rule":"%v<=80",
"background-color":"yellow"
}
]};
crosshair={"line-color":"green","line-style":"solid","alpha"=0.5};
</cfscript>
<cfchart type="hhist" format="html" chartWidth="600" chartHeight="400"
showborder="no" title="Website Traffic 2024 ('000s)" tipbgcolor="##FF0045" showLegend="false" plot="#plot#" crosshair="#crosshair#" >
<cfchartseries serieslabel="Visits" color="gray">
<cfchartdata item="January" value="120">
<cfchartdata item="February" value="80">
<cfchartdata item="March" value="30">
<cfchartdata item="April" value="67">
<cfchartdata item="May" value="50">
<cfchartdata item="June" value="100">
</cfchartseries>
</cfchart>