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:msbar2d

See all attributes
Loading chart. Please wait.
{"chart":{"caption":"Split of Sales by Product Category","subCaption":"In top 5 stores last month","yAxisname":"Sales (In USD)","numberPrefix":"$","paletteColors":"#0075c2,#1aaf5d","bgColor":"#ffffff","showBorder":"0","showHoverEffect":"1","showCanvasBorder":"0","usePlotGradientColor":"0","plotBorderAlpha":"10","legendBorderAlpha":"0","legendShadow":"0","placevaluesInside":"1","valueFontColor":"#ffffff","showXAxisLine":"1","xAxisLineColor":"#999999","divlineColor":"#999999","divLineDashed":"1","showAlternateVGridColor":"0","subcaptionFontBold":"0","subcaptionFontSize":"14"},"categories":[{"category":[{"label":"Bakersfield Central"},{"label":"Garden Groove harbour"},{"label":"Los Angeles Topanga"},{"label":"Compton-Rancho Dom"},{"label":"Daly City Serramonte"}]}],"dataset":[{"seriesname":"Food Products","data":[{"value":"17000"},{"value":"19500"},{"value":"12500"},{"value":"14500"},{"value":"17500"}]},{"seriesname":"Non-Food Products","data":[{"value":"25400"},{"value":"29800"},{"value":"21800"},{"value":"19500"},{"value":"11500"}]}],"trendlines":[{"line":[{"startvalue":"15000","color":"#0075c2","valueOnRight":"1","displayvalue":"Avg. for{br}Food"},{"startvalue":"22000","color":"#1aaf5d","valueOnRight":"1","displayvalue":"Avg. for{br}Non-food"}]}]}
{
    "chart": {
        "caption": "Split of Sales by Product Category",
        "subCaption": "In top 5 stores last month",
        "yAxisname": "Sales (In USD)",
        "numberPrefix": "$",
        "paletteColors": "#0075c2,#1aaf5d",
        "bgColor": "#ffffff",
        "showBorder": "0",
        "showHoverEffect": "1",
        "showCanvasBorder": "0",
        "usePlotGradientColor": "0",
        "plotBorderAlpha": "10",
        "legendBorderAlpha": "0",
        "legendShadow": "0",
        "placevaluesInside": "1",
        "valueFontColor": "#ffffff",
        "showXAxisLine": "1",
        "xAxisLineColor": "#999999",
        "divlineColor": "#999999",
        "divLineDashed": "1",
        "showAlternateVGridColor": "0",
        "subcaptionFontBold": "0",
        "subcaptionFontSize": "14"
    },
    "categories": [
        {
            "category": [
                {
                    "label": "Bakersfield Central"
                },
                {
                    "label": "Garden Groove harbour"
                },
                {
                    "label": "Los Angeles Topanga"
                },
                {
                    "label": "Compton-Rancho Dom"
                },
                {
                    "label": "Daly City Serramonte"
                }
            ]
        }
    ],
    "dataset": [
        {
            "seriesname": "Food Products",
            "data": [
                {
                    "value": "17000"
                },
                {
                    "value": "19500"
                },
                {
                    "value": "12500"
                },
                {
                    "value": "14500"
                },
                {
                    "value": "17500"
                }
            ]
        },
        {
            "seriesname": "Non-Food Products",
            "data": [
                {
                    "value": "25400"
                },
                {
                    "value": "29800"
                },
                {
                    "value": "21800"
                },
                {
                    "value": "19500"
                },
                {
                    "value": "11500"
                }
            ]
        }
    ],
    "trendlines": [
        {
            "line": [
                {
                    "startvalue": "15000",
                    "color": "#0075c2",
                    "valueOnRight": "1",
                    "displayvalue": "Avg. for{br}Food"
                },
                {
                    "startvalue": "22000",
                    "color": "#1aaf5d",
                    "valueOnRight": "1",
                    "displayvalue": "Avg. for{br}Non-food"
                }
            ]
        }
    ]
}
<chart caption="Split of Sales by Product Category" subcaption="In top 5 stores last month" yaxisname="Sales (In USD)" numberprefix="$" palettecolors="#0075c2,#1aaf5d" bgcolor="#ffffff" showborder="0" showhovereffect="1" showcanvasborder="0" useplotgradientcolor="0" plotborderalpha="10" legendborderalpha="0" legendshadow="0" placevaluesinside="1" valuefontcolor="#ffffff" showxaxisline="1" xaxislinecolor="#999999" divlinecolor="#999999" divlinedashed="1" showalternatevgridcolor="0" subcaptionfontbold="0" subcaptionfontsize="14">
    <categories>
        <category label="Bakersfield Central" />
        <category label="Garden Groove harbour" />
        <category label="Los Angeles Topanga" />
        <category label="Compton-Rancho Dom" />
        <category label="Daly City Serramonte" />
    </categories>
    <dataset seriesname="Food Products">
        <set value="17000" />
        <set value="19500" />
        <set value="12500" />
        <set value="14500" />
        <set value="17500" />
    </dataset>
    <dataset seriesname="Non-Food Products">
        <set value="25400" />
        <set value="29800" />
        <set value="21800" />
        <set value="19500" />
        <set value="11500" />
    </dataset>
    <trendlines>
        <line startvalue="15000" color="#0075c2" valueonright="1" displayvalue="Avg. for{br}Food" />
        <line startvalue="22000" color="#1aaf5d" valueonright="1" displayvalue="Avg. for{br}Non-food" />
    </trendlines>
</chart>

Multi-series Bar 2D Attributes