Chart Attributes

Select a chart type from list below to see attributes and details
  • A
  • B
  • C
  • D
  • E
  • F
  • G
  • H
  • I
  • J
  • K
  • L
  • M
  • N
  • O
  • P
  • Q
  • R
  • S
  • T
  • U
  • V
  • W
  • X
  • Y
  • Z

JavaScript alias:overlappedcolumn2d

See all attributes
Loading chart. Please wait.
{"chart":{"caption":"Comparison of Quarterly Revenue","xAxisname":"Quarter","yAxisName":"Revenues (In USD)","numberPrefix":"$","plotFillAlpha":"80","paletteColors":"#0075c2,#1aaf5d","baseFontColor":"#333333","baseFont":"Helvetica Neue,Arial","captionFontSize":"14","subcaptionFontSize":"14","subcaptionFontBold":"0","showBorder":"0","bgColor":"#ffffff","showShadow":"0","canvasBgColor":"#ffffff","canvasBorderAlpha":"0","divlineAlpha":"100","divlineColor":"#999999","divlineThickness":"1","divLineIsDashed":"1","divLineDashLen":"1","divLineGapLen":"1","usePlotGradientColor":"0","showplotborder":"0","valueFontColor":"#ffffff","placeValuesInside":"1","showHoverEffect":"1","rotateValues":"1","showXAxisLine":"1","xAxisLineThickness":"1","xAxisLineColor":"#999999","showAlternateHGridColor":"0","legendBgAlpha":"0","legendBorderAlpha":"0","legendShadow":"0","legendItemFontSize":"10","legendItemFontColor":"#666666"},"categories":[{"category":[{"label":"Q1"},{"label":"Q2"},{"label":"Q3"},{"label":"Q4"}]}],"dataset":[{"seriesname":"Previous Year","data":[{"value":"10000"},{"value":"11500"},{"value":"12500"},{"value":"15000"}]},{"seriesname":"Current Year","data":[{"value":"25400"},{"value":"29800"},{"value":"21800"},{"value":"26800"}]}],"trendlines":[{"line":[{"startvalue":"12250","color":"#0075c2","displayvalue":"Previous{br}Average","valueOnRight":"1","thickness":"1","showBelow":"1","tooltext":"Previous year quarterly target  : $13.5K"},{"startvalue":"25950","color":"#1aaf5d","displayvalue":"Current{br}Average","valueOnRight":"1","thickness":"1","showBelow":"1","tooltext":"Current year quarterly target  : $23K"}]}]}
{
    "chart": {
        "caption": "Comparison of Quarterly Revenue",
        "xAxisname": "Quarter",
        "yAxisName": "Revenues (In USD)",
        "numberPrefix": "$",
        "plotFillAlpha": "80",
        "paletteColors": "#0075c2,#1aaf5d",
        "baseFontColor": "#333333",
        "baseFont": "Helvetica Neue,Arial",
        "captionFontSize": "14",
        "subcaptionFontSize": "14",
        "subcaptionFontBold": "0",
        "showBorder": "0",
        "bgColor": "#ffffff",
        "showShadow": "0",
        "canvasBgColor": "#ffffff",
        "canvasBorderAlpha": "0",
        "divlineAlpha": "100",
        "divlineColor": "#999999",
        "divlineThickness": "1",
        "divLineIsDashed": "1",
        "divLineDashLen": "1",
        "divLineGapLen": "1",
        "usePlotGradientColor": "0",
        "showplotborder": "0",
        "valueFontColor": "#ffffff",
        "placeValuesInside": "1",
        "showHoverEffect": "1",
        "rotateValues": "1",
        "showXAxisLine": "1",
        "xAxisLineThickness": "1",
        "xAxisLineColor": "#999999",
        "showAlternateHGridColor": "0",
        "legendBgAlpha": "0",
        "legendBorderAlpha": "0",
        "legendShadow": "0",
        "legendItemFontSize": "10",
        "legendItemFontColor": "#666666"
    },
    "categories": [
        {
            "category": [
                {
                    "label": "Q1"
                },
                {
                    "label": "Q2"
                },
                {
                    "label": "Q3"
                },
                {
                    "label": "Q4"
                }
            ]
        }
    ],
    "dataset": [
        {
            "seriesname": "Previous Year",
            "data": [
                {
                    "value": "10000"
                },
                {
                    "value": "11500"
                },
                {
                    "value": "12500"
                },
                {
                    "value": "15000"
                }
            ]
        },
        {
            "seriesname": "Current Year",
            "data": [
                {
                    "value": "25400"
                },
                {
                    "value": "29800"
                },
                {
                    "value": "21800"
                },
                {
                    "value": "26800"
                }
            ]
        }
    ],
    "trendlines": [
        {
            "line": [
                {
                    "startvalue": "12250",
                    "color": "#0075c2",
                    "displayvalue": "Previous{br}Average",
                    "valueOnRight": "1",
                    "thickness": "1",
                    "showBelow": "1",
                    "tooltext": "Previous year quarterly target  : $13.5K"
                },
                {
                    "startvalue": "25950",
                    "color": "#1aaf5d",
                    "displayvalue": "Current{br}Average",
                    "valueOnRight": "1",
                    "thickness": "1",
                    "showBelow": "1",
                    "tooltext": "Current year quarterly target  : $23K"
                }
            ]
        }
    ]
}
<chart caption="Comparison of Quarterly Revenue" xaxisname="Quarter" yaxisname="Revenues (In USD)" numberprefix="$" plotfillalpha="80" palettecolors="#0075c2,#1aaf5d" basefontcolor="#333333" basefont="Helvetica Neue,Arial" captionfontsize="14" subcaptionfontsize="14" subcaptionfontbold="0" showborder="0" bgcolor="#ffffff" showshadow="0" canvasbgcolor="#ffffff" canvasborderalpha="0" divlinealpha="100" divlinecolor="#999999" divlinethickness="1" divlineisdashed="1" divlinedashlen="1" divlinegaplen="1" useplotgradientcolor="0" showplotborder="0" valuefontcolor="#ffffff" placevaluesinside="1" showhovereffect="1" rotatevalues="1" showxaxisline="1" xaxislinethickness="1" xaxislinecolor="#999999" showalternatehgridcolor="0" legendbgalpha="0" legendborderalpha="0" legendshadow="0" legenditemfontsize="10" legenditemfontcolor="#666666">
    <categories>
        <category label="Q1" />
        <category label="Q2" />
        <category label="Q3" />
        <category label="Q4" />
    </categories>
    <dataset seriesname="Previous Year">
        <set value="10000" />
        <set value="11500" />
        <set value="12500" />
        <set value="15000" />
    </dataset>
    <dataset seriesname="Current Year">
        <set value="25400" />
        <set value="29800" />
        <set value="21800" />
        <set value="26800" />
    </dataset>
    <trendlines>
        <line startvalue="12250" color="#0075c2" displayvalue="Previous{br}Average" valueonright="1" thickness="1" showbelow="1" tooltext="Previous year quarterly target  : $13.5K" />
        <line startvalue="25950" color="#1aaf5d" displayvalue="Current{br}Average" valueonright="1" thickness="1" showbelow="1" tooltext="Current year quarterly target  : $23K" />
    </trendlines>
</chart>

Overlapped Column 2D Attributes