Whatever message this page gives is out now! Go check it out!
scaley = {
"exponent" : true,
"exponent-decimals" : 3
}scaley = {
"short" : true,
"short-unit" : "M"
}plot = {
"decimals" : 2
}<cfscript>
scaley = {
"exponent" : true,
"exponent-decimals" : 3
}
</cfscript>
<cfchart format="html" type = "bar" markerSize="12" plot="#plot#"
yaxis="#scaley#" title="Scientific notation" height="400" width="800" showLegend="FALSE">
<cfchartseries seriescolor="##5aca91">
<cfchartdata item="India" value="5000000">
<cfchartdata item="France" value="2000000">
<cfchartdata item="Australia" value="3000000">
<cfchartdata item="Brazil" value="7000000">
</cfchartseries>
</cfchart><cfscript>
plot={
"exponent" : true,
"exponent-decimals" : 1
}
scaley = {
"exponent" : true,
"exponent-decimals" : 3
}
</cfscript>
<cfchart format="html" type = "bar" markerSize="12" plot="#plot#"
yaxis="#scaley#" title="Scientific notation" height="400" width="800" showLegend="FALSE">
<cfchartseries seriescolor="##5aca91">
<cfchartdata item="India" value="5000000">
<cfchartdata item="France" value="2000000">
<cfchartdata item="Australia" value="3000000">
<cfchartdata item="Brazil" value="7000000">
</cfchartseries>
</cfchart><cfscript>
scaley = {
"short" : true,
"short-unit" : "M"
}
</cfscript>
<cfchart format="html" type = "bar" markersize="12"
yaxis="#scaley#" title="Short units" height="400" width="800" showLegend="FALSE">
<cfchartseries seriescolor="##5aca91">
<cfchartdata item="India" value="5000000">
<cfchartdata item="France" value="2000000">
<cfchartdata item="Australia" value="3000000">
<cfchartdata item="Brazil" value="7000000">
</cfchartseries>
</cfchart><cfscript>
plot = {
"short" : true,
"short-unit" : "M"
}
scaley = {
"short" : true,
"short-unit" : "M"
}
</cfscript>
<cfchart format="html" type = "bar" markersize="12" plot="#plot#"
yaxis="#scaley#" title="Short units" height="400" width="800" showLegend="FALSE">
<cfchartseries seriescolor="##5aca91">
<cfchartdata item="India" value="5000000">
<cfchartdata item="France" value="2000000">
<cfchartdata item="Australia" value="3000000">
<cfchartdata item="Brazil" value="7000000">
</cfchartseries>
</cfchart><cfscript>
scaley = {
"short" : true,
"short-unit" : "M"
}
</cfscript>
<cfchart format="html" type = "bar" markersize="12"
yaxis="#scaley#" title="Short units" height="400" width="800" showLegend="FALSE">
<cfchartseries seriescolor="##5aca91">
<cfchartdata item="India" value="5000000">
<cfchartdata item="France" value="2000000">
<cfchartdata item="Australia" value="3000000">
<cfchartdata item="Brazil" value="7000000">
</cfchartseries>
</cfchart><cfscript>
plot = {
"short" : true,
"short-unit" : "M"
}
scaley = {
"short" : true,
"short-unit" : "M"
}
</cfscript>
<cfchart format="html" type = "bar" markersize="12" plot="#plot#"
yaxis="#scaley#" title="Short units" height="400" width="800" showLegend="FALSE">
<cfchartseries seriescolor="##5aca91">
<cfchartdata item="India" value="5000000">
<cfchartdata item="France" value="2000000">
<cfchartdata item="Australia" value="3000000">
<cfchartdata item="Brazil" value="7000000">
</cfchartseries>
</cfchart><cfscript>
format1={
"exponent" : true,
"exponent-decimals" : 2
}
format2={
"exponent" : true,
"exponent-decimals" : 3
}
scaley = {
"exponent" : true,
"exponent-decimals" : 3
}
</cfscript>
<cfchart format="html" type = "bar" markerSize="12"
yaxis="#scaley#" title="Scientific notation" height="400" width="800" showLegend="FALSE">
<cfchartseries seriescolor="##5aca91" dataFormat="#format1#">
<cfchartdata item="India" value="5000000">
<cfchartdata item="France" value="2000000">
<cfchartdata item="Australia" value="3000000">
<cfchartdata item="Brazil" value="7000000">
</cfchartseries>
<cfchartseries seriescolor="##5a90ca" dataFormat="#format2#">
<cfchartdata item="India" value="10000000">
<cfchartdata item="France" value="22000000">
<cfchartdata item="Australia" value="29000000">
<cfchartdata item="Brazil" value="17000000">
</cfchartseries>
</cfchart>