Skip to main content
Inspiring
June 30, 2014
Answered

cfchartseries paintStyle="plain|raise|shade|light"

  • June 30, 2014
  • 1 reply
  • 455 views

Since this tag is deprecated in CF11, how do I get rid of shading?  I need a solid color bar. 

thanks

    This topic has been closed for replies.
    Correct answer kpetrow

    On this page:

    https://wikidocs.adobe.com/wiki/display/coldfusionen/cfchart

    about 3/4 of the way down. Its hidden:

    The server-side charting introduced in ColdFusion 10 that allowed you to create highly interactive charts has been further enhanced to produce visually more appealing charts.

    Note that the new look and feel will not be available for the following tag attributes:

    cfchart

    • labelFormat
    • seriesPlacement with percent as the value
    • sortXAxis
    • tipStlye
    • xAxisType
    • yAxisType
    • xOffset
    • yOffset


    cfchartseries

    • markerStyle: letterx, mcross, snow, and rcross.
    • paintStyle

    Is there any simple away around this??

    1 reply

    Participating Frequently
    July 1, 2014

    Where does it say this tag is deprecated in CF11?

    The only deprecated aspect is listed as:

    cfchart - for the style attribute, the old XML format style is deprecated.

    kpetrowAuthorCorrect answer
    Inspiring
    July 1, 2014

    On this page:

    https://wikidocs.adobe.com/wiki/display/coldfusionen/cfchart

    about 3/4 of the way down. Its hidden:

    The server-side charting introduced in ColdFusion 10 that allowed you to create highly interactive charts has been further enhanced to produce visually more appealing charts.

    Note that the new look and feel will not be available for the following tag attributes:

    cfchart

    • labelFormat
    • seriesPlacement with percent as the value
    • sortXAxis
    • tipStlye
    • xAxisType
    • yAxisType
    • xOffset
    • yOffset


    cfchartseries

    • markerStyle: letterx, mcross, snow, and rcross.
    • paintStyle

    Is there any simple away around this??