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

See all attributes
Loading chart. Please wait.
{"chart":{"caption":"Website - Harry's SuperMart","subcaption":"Visit to purchase - Conversion analysis for last year","paletteColors":"#0075c2,#1aaf5d,#f2c500,#f45b00,#8e0000","bgColor":"#ffffff","decimals":"1","showBorder":"0","isHollow":"1","labelDistance":"15","is2D":"1","plotTooltext":"Success : $percentOfPrevValue","showPercentValues":"1"},"data":[{"label":"Unique Website Visits","value":"1460000"},{"label":"Programme Details Section Visits","value":"930000"},{"label":"Attempts to Register","value":"540000"},{"label":"Successful Registrations","value":"210000"},{"label":"Logged In","value":"190000"},{"label":"Purchased on Introductory Offers","value":"120000"}]}
{
    "chart": {
        "caption": "Website - Harry's SuperMart",
        "subcaption": "Visit to purchase - Conversion analysis for last year",
        "paletteColors": "#0075c2,#1aaf5d,#f2c500,#f45b00,#8e0000",
        "bgColor": "#ffffff",
        "decimals": "1",
        "showBorder": "0",
        "isHollow": "1",
        "labelDistance": "15",
        "is2D": "1",
        "plotTooltext": "Success : $percentOfPrevValue",
        "showPercentValues": "1"
    },
    "data": [
        {
            "label": "Unique Website Visits",
            "value": "1460000"
        },
        {
            "label": "Programme Details Section Visits",
            "value": "930000"
        },
        {
            "label": "Attempts to Register",
            "value": "540000"
        },
        {
            "label": "Successful Registrations",
            "value": "210000"
        },
        {
            "label": "Logged In",
            "value": "190000"
        },
        {
            "label": "Purchased on Introductory Offers",
            "value": "120000"
        }
    ]
}
<chart caption="Website - Harry&#39;s SuperMart" subcaption="Visit to purchase - Conversion analysis for last year" palettecolors="#0075c2,#1aaf5d,#f2c500,#f45b00,#8e0000" bgcolor="#ffffff" decimals="1" showborder="0" ishollow="1" labeldistance="15" is2d="1" plottooltext="Success : $percentOfPrevValue" showpercentvalues="1">
    <set label="Unique Website Visits" value="1460000" />
    <set label="Programme Details Section Visits" value="930000" />
    <set label="Attempts to Register" value="540000" />
    <set label="Successful Registrations" value="210000" />
    <set label="Logged In" value="190000" />
    <set label="Purchased on Introductory Offers" value="120000" />
</chart>

Funnel Chart Attributes