Whatever message this page gives is out now! Go check it out!
<cfchart format="html" type="bubble" showLegend="FALSE" width="800" height="600" title="Bubble chart">
<cfchartseries>
<cfchartdata item = "2015" value = 20 >
<cfchartdata item = "2016" value = 27 >
<cfchartdata item = "2017" value = 19 >
<cfchartdata item = "2018" value = 80 >
<cfchartdata item = "2019" value = 56 >
<cfchartdata item = "2020" value = 39 >
<cfchartdata item = "2021" value = 91 >
<cfchartdata item = "2022" value = 71 >
<cfchartdata item = "2023" value = 28 >
</cfchartseries>
</cfchart><cfchart format="html" type="bubble" showLegend="FALSE" width="800" height="600"
title="Bubble chart">
<cfchartseries>
<cfchartdata item = "2015" value = 20 zValue=3>
<cfchartdata item = "2016" value = 27 >
<cfchartdata item = "2017" value = 19 >
<cfchartdata item = "2018" value = 80 zValue=4>
<cfchartdata item = "2019" value = 56 >
<cfchartdata item = "2020" value = 39 >
<cfchartdata item = "2021" value = 91 >
<cfchartdata item = "2022" value = 71 zValue=5>
<cfchartdata item = "2023" value = 28 zValue=4>
</cfchartseries>
</cfchart>