Quantcast
Channel: Adobe Community : Unanswered Discussions - ColdFusion
Viewing all articles
Browse latest Browse all 5794

CFcart and CFchartseries

$
0
0

I have a char that has Students Class Scores in each class.  So in this example, we have 50 kids in each class.  I want to create this Chart and show each student the report for them.

 

Meaning using this same Chart for each student, but Place an Arrow Above each series that the Students Score is within.  So it will look like 6 classes with Honors, Pass Fail Bar chart side by side for each class but is Joe is a Pass then place an arrow each bar the Joe's grade fell into.

 

 

<cfchart format="html" showLegend="false" chartwidth="800" chartheight="300">

 

 

          <cfchartseries type="bar" seriesColor="red" query="honor" valueColumn="count" itemColumn="class" serieslabel="Honors">

          </cfchartseries>

 

 

          <cfchartseries type="bar" query="pass" valueColumn="count" itemColumn="class" serieslabel="Pass">

          </cfchartseries>

 

 

          <cfchartseries type="bar" query="failed" valueColumn="count" itemColumn="class" serieslabel="Fail">

          </cfchartseries>

 

 

</cfchart>

 

 

Nothing to crazy, but just one arrow above each Bar data?

 

Does anyone have any suggestions?

 

Using CF10, Windows and UNIX os

 

Thanks.

Matthew C. Parks


Viewing all articles
Browse latest Browse all 5794

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>