FusionCharts.ready(function () {
var revenueChart = new FusionCharts({
type: 'bar3d',
renderAt: 'chart-container',
width: '600',
height: '500',
dataFormat: 'json',
dataSource: {
"chart": {
"caption": "Highest Level of Education in U.S",
"subcaption": "U.S Bureau of Labor (Survey 2013)",
"yaxisname": "Percent of population",
"numbersuffix": "%",
"showvalues": "1",
"plotgradientcolor": "",
"plotborderalpha": "0",
"alternatevgridalpha": "0",
"divlinealpha": "0",
"canvasborderalpha": "0",
"bgcolor": "#FFFFFF",
"basefontsize": "12",
"basefontcolor": "#194920",
"palettecolors": "#3A803D",
"showyaxisvalues": "0",
"showborder": "0",
"animation":"0"
},
//All annotations are grouped under this element
"annotations": {
//Annotations on a chart can be divided across multiple groups for easy management, and manipulation through API
"groups": [
{
"id" : "infobar",
//Under each group, you can define multiple items. Each item is a polygon, text or image - with its own set of parameters
"items": [
{
"id": "line1",
"type": "line",
"x": "$chartStartX",
"y": "$canvasStarty+4",
"tox": "$canvasStartX-13",
"toy": "$canvasStarty+4",
"color": "#6baa01",
...
Please Whitelist JSFiddle in your content blocker.
Help keep JSFiddle free for always by one of two ways:
Whitelist JSFiddle in your content blocker (two clicks)
Go PRO and get access to additional PRO features →
Join the 4+ million users, and keep the JSFiddle dream alive.
Ad-free
All ads in the editor and listing pages are turned completely off.
Use pre-released features
You get to try and use features (like the Palette Color Generator) months before everyone else.
Fiddle collections
Sort and categorize your Fiddles into multiple collections.
Private collections and fiddles
You can make as many Private Fiddles, and Private Collections as you wish!
Console
Debug your Fiddle with a minimal built-in JavaScript console.