CFCHART - don't want the lines to go to the ends

OK, in CFChart, I want to have 2 sets of lines, a rookie who starts to run, and then it turns green and goes to the end.  Here is my code:

< cfchart format = 'flash' chartheight = '400' chartwidth = '850' showxgridlines = "yes" showygridlines = "yes" >
< cfchartseries type = 'line' PostesColonne = 'WeekEnding"valuecolumn ="TotalTested"serieslabel ="Actual"seriescolor =" # 0000FF ">
< cfchartdata value = "1" item = '2009-08-02' >
< cfchartdata value = '7' item = "2009-08-09" >
< cfchartdata value '10' = item = "2009-08-17" >
< / cfchartseries >
< cfchartseries type = 'line' PostesColonne = 'WeekEnding"valuecolumn ="TotalTested"serieslabel ="Projected"seriescolor ="# 009900">
< cfchartdata value '10' = item = "2009-08-17" >
< cfchartdata value = "15" item = "2009-08-23" >
< / cfchartseries >
< / cfchart >

As you can see, I try to get a nice line that switches colors on 17 August. Unfortunately, the blue line (real), he traces a straight line on level 10 to 23. It also draws a green line from the 2nd to the 17th at 10. And it sucks!

I tried combining them like this:

< cfchart format = 'flash' chartheight = '400' chartwidth = '850' showxgridlines = "yes" showygridlines = "yes" >
< cfchartseries type = 'line' PostesColonne = 'WeekEnding"valuecolumn ="TotalTested"serieslabel ="Actual"colorlist =" # 0000FF, 0000FF #, # 0000FF, # 009900 ">
< cfchartdata value = "1" item = '2009-08-02' >
< cfchartdata value = '7' item = "2009-08-09" >
< cfchartdata value '10' = item = "2009-08-17" >
< cfchartdata value = "15" item = "2009-08-23" >
< / cfchartseries >
< / cfchart >

But who draws the all green. If anyone has a solution, help would be appreciated. Thank you!

(Repost for archives) Try changing the isInterpolated setting in the XML style, as shown here:

http://www.cftips.NET/post.cfm/turning-off-interpolated-data-for-cfcharts

http://www.coldfusionjedi.com/index.cfm/2008/9/17/ask-a-Jedi-handling-nulls-in-a-chart


....

Tags: ColdFusion

Similar Questions

Maybe you are looking for

  • On the installation of Firefox security alert - can't fix

    During the installation, I get this alert"Could not initialize component of application security. The most likely cause is problems with the files in the directory of the profile of your application. Please check that this directory has no restrictio

  • Skype for web has local storage?

    Hello I have to answer this question and didn't know what to say. Maybe someone knows if Skype for web stores offline conversations, or updates the server all the time?

  • Conexant Audio Driver for Windows 7

    Hi all I am a user of HP Pavilion dv1000 laptop (PR428UA #ABA), which is a very primitive model, but after upgrade the RAM to 1 GB, I changed the OS from Win XP to Win 7, and it's useful for now. In my view, that it is faster than when it was on XP.

  • Buzzing with his helmet Bose

    A few hours ago, I decided to use my Bose sound canceling headphones with my iMac, shortly after there was a strange rumbling noise when I turned on the cancellation sound, if I turn it off it's gone. If I touch the metal at the back of the bottom of

  • convert from hexadecimal to decimal

    I've recently started working with hexadecimal data. I want to convert a hexadecimal string of 2 bytes to a decimal number, but the VI where I expect to do this does not quite work. You can see that it tied for an example of what I mean. Any suggesti