Avatar of Stoke
Stoke

asked on 

Advanced stacked cfchart over time

I have a stacked chart. It shows responses to a set of ten questions taken last month. Each question gets a stacked bar (showing the values for four possible answers). This works without a problem and the code is shown below. Responses for the same set of questions have been taken for this month. I would like to show the results for last month (stacked) next to this month (stacked), so the results for question last month are visible just behind the results for this month. Is this possible and what do I need to add, please?

      <cfchart
            xaxistitle="Question"
            yaxistitle="Answers"
            show3d="true"
            title="Answers"
            showlegend="true"      
            seriesplacement="stacked"
            > 
            <cfchartseries type="bar"
                  query="qCount"
                  itemcolumn="Question"
                  valuecolumn="disagree"
                  serieslabel="Disagree"      >
            <cfchartseries type="bar"
                  query="qCount"
                  itemcolumn="Question"
                  valuecolumn="Sdisagree"
                  serieslabel="Strongly Disagree"      >
            <cfchartseries type="bar"
                  query="qCount"
                  itemcolumn="Question"
                  valuecolumn="agree"
                  serieslabel="Agree">
            <cfchartseries type="bar"
                  query="qCount"
                  itemcolumn="Question"
                  valuecolumn="Sagree"
                  serieslabel="Strongly Agree" >
            </cfchartseries>
      </cfchart>
Web ServersColdFusion Language

Avatar of undefined
Last Comment
Stoke
ASKER CERTIFIED SOLUTION
Avatar of 73Spyder
73Spyder

Blurred text
THIS SOLUTION IS ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
Avatar of Stoke
Stoke

ASKER

Thanks for the comment, but it's not really what I'm looking for.
Web Servers
Web Servers

A web server refers to the software that helps to deliver web content that can be accessed either through the Internet or through an intranet. The primary function of a web server is to store, process and deliver web pages to clients. The communication between client and server takes place using the Hypertext Transfer Protocol (HTTP). The most common use of web servers is to host websites, but there are other uses such as gaming, data storage, running enterprise applications, handling email, FTP, etc.

33K
Questions
--
Followers
--
Top Experts
Get a personalized solution from industry experts
Ask the experts
Read over 600 more reviews

TRUSTED BY

IBM logoIntel logoMicrosoft logoUbisoft logoSAP logo
Qualcomm logoCitrix Systems logoWorkday logoErnst & Young logo
High performer badgeUsers love us badge
LinkedIn logoFacebook logoX logoInstagram logoTikTok logoYouTube logo