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

See all attributes
Loading chart. Please wait.
{"chart":{"caption":"Live Visitors on Site","subCaption":"Every 5 seconds","xAxisName":"Time","yAxisName":"No. of visitors","refreshinterval":"5","numberSuffix":"s","yaxisminvalue":"0","yaxismaxvalue":"60","numdisplaysets":"10","labeldisplay":"rotate","showValues":"1","showRealTimeValue":"0","paletteColors":"#0075c2,#1aaf5d","baseFontColor":"#333333","baseFont":"Helvetica Neue,Arial","captionFontSize":"14","subcaptionFontSize":"14","subcaptionFontBold":"0","showBorder":"0","bgColor":"#ffffff","showShadow":"0","usePlotGradientColor":"0","showPlotBorder":"0","valueFontColor":"#ffffff","placeValuesInside":"1","canvasBgColor":"#ffffff","canvasBorderAlpha":"0","divlineAlpha":"100","divlineColor":"#999999","divlineThickness":"1","divLineDashed":"1","divLineDashLen":"1","showXAxisLine":"1","xAxisLineThickness":"1","xAxisLineColor":"#999999","showAlternateHGridColor":"0","legendBgAlpha":"0","legendBorderAlpha":"0","legendShadow":"0","legendItemFontSize":"10","legendItemFontColor":"#666666"},"categories":[{"category":[{"label":"Day Start"}]}],"dataset":[{"seriesName":"clothing.hsm.com","data":[{"value":"12"}]},{"seriesName":"food.hsm.com","data":[{"value":"20"}]}]}
{
    "chart": {
        "caption": "Live Visitors on Site",
        "subCaption": "Every 5 seconds",
        "xAxisName": "Time",
        "yAxisName": "No. of visitors",
        "refreshinterval": "5",
        "numberSuffix": "s",
        "yaxisminvalue": "0",
        "yaxismaxvalue": "60",
        "numdisplaysets": "10",
        "labeldisplay": "rotate",
        "showValues": "1",
        "showRealTimeValue": "0",
        "paletteColors": "#0075c2,#1aaf5d",
        "baseFontColor": "#333333",
        "baseFont": "Helvetica Neue,Arial",
        "captionFontSize": "14",
        "subcaptionFontSize": "14",
        "subcaptionFontBold": "0",
        "showBorder": "0",
        "bgColor": "#ffffff",
        "showShadow": "0",
        "usePlotGradientColor": "0",
        "showPlotBorder": "0",
        "valueFontColor": "#ffffff",
        "placeValuesInside": "1",
        "canvasBgColor": "#ffffff",
        "canvasBorderAlpha": "0",
        "divlineAlpha": "100",
        "divlineColor": "#999999",
        "divlineThickness": "1",
        "divLineDashed": "1",
        "divLineDashLen": "1",
        "showXAxisLine": "1",
        "xAxisLineThickness": "1",
        "xAxisLineColor": "#999999",
        "showAlternateHGridColor": "0",
        "legendBgAlpha": "0",
        "legendBorderAlpha": "0",
        "legendShadow": "0",
        "legendItemFontSize": "10",
        "legendItemFontColor": "#666666"
    },
    "categories": [
        {
            "category": [
                {
                    "label": "Day Start"
                }
            ]
        }
    ],
    "dataset": [
        {
            "seriesName": "clothing.hsm.com",
            "data": [
                {
                    "value": "12"
                }
            ]
        },
        {
            "seriesName": "food.hsm.com",
            "data": [
                {
                    "value": "20"
                }
            ]
        }
    ]
}
<chart caption="Live Visitors on Site" subcaption="Every 5 seconds" xaxisname="Time" yaxisname="No. of visitors" refreshinterval="5" numbersuffix="s" yaxisminvalue="0" yaxismaxvalue="60" numdisplaysets="10" labeldisplay="rotate" showvalues="1" showrealtimevalue="0" palettecolors="#0075c2,#1aaf5d" basefontcolor="#333333" basefont="Helvetica Neue,Arial" captionfontsize="14" subcaptionfontsize="14" subcaptionfontbold="0" showborder="0" bgcolor="#ffffff" showshadow="0" useplotgradientcolor="0" showplotborder="0" valuefontcolor="#ffffff" placevaluesinside="1" canvasbgcolor="#ffffff" canvasborderalpha="0" divlinealpha="100" divlinecolor="#999999" divlinethickness="1" divlinedashed="1" divlinedashlen="1" showxaxisline="1" xaxislinethickness="1" xaxislinecolor="#999999" showalternatehgridcolor="0" legendbgalpha="0" legendborderalpha="0" legendshadow="0" legenditemfontsize="10" legenditemfontcolor="#666666">
    <categories>
        <category label="Day Start" />
    </categories>
    <dataset seriesname="clothing.hsm.com">
        <set value="12" />
    </dataset>
    <dataset seriesname="food.hsm.com">
        <set value="20" />
    </dataset>
</chart>

Real-time Stacked Column Attributes