FusionCharts - Stackoverflow questions on FusionCharts
Created using FusionCharts Suite XT - www.fusioncharts.com
by Siva Subramaniam
HTML
<script src="http://static.fusioncharts.com/code/latest/fusioncharts.js"></script>
<script src="http://static.fusioncharts.com/code/latest/fusioncharts.charts.js"></script>
<script src="http://static.fusioncharts.com/code/latest/themes/fusioncharts.theme.fint.js"></script>
<!--
StackOverflow questions on FusionCharts
-->
<div id="chart-container">FusionCharts will render here</div>
<h3>Total Unanswered questions :</h3>
<p>50</p>
CSS
h3 {
font-size: 18px;
font-weight: bold;
margin:10px 0;
}
JavaScript
FusionCharts.ready(function () {
var stackOverflowQuestions = new FusionCharts({
type: 'mscolumn2d',
renderAt: 'chart-container',
width: '500',
height: '500',
dataFormat: 'json',
dataSource: {
"chart": {
"caption": "StackOverflow questions on FusionCharts",
"xAxisname": "Year",
"yAxisName": "Questions",
"plotFillAlpha" : "80",
"yAxisMaxValue" : "220",
//Cosmetics
"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",
"showHoverEffect" : "1",
"rotateValues" : "1",
"showXAxisLine" : "1",
"placeValuesInside": "1",
"xAxisLineThickness" : "1",
"xAxisLineColor" : "#999999",
"showAlternateHGridColor" : "0",
"legendBgAlpha" : "0",
"legendBorderAlpha" : "0",
"legendShadow" : "0",
"legendItemFontSize" : "13",
"legendItemFontColor" : "#666666"
},
"categories": [
{
...