xxxxxxxxxx
<meta charset = 'utf-8'>
<html>
<head>
<script src='//code.jquery.com/jquery-1.9.1.min.js' type='text/javascript'></script>
<script src='//code.highcharts.com/highcharts.js' type='text/javascript'></script>
<script src='//code.highcharts.com/highcharts-more.js' type='text/javascript'></script>
<script src='//code.highcharts.com/modules/exporting.js' type='text/javascript'></script>
<style>
.rChart {
display: block;
margin-left: auto;
margin-right: auto;
width: 800px;
height: 400px;
}
</style>
</head>
<body >
<div id = 'chartf1998212c' class = 'rChart highcharts'></div>
<script type='text/javascript'>
(function($){
$(function () {
var chart = new Highcharts.Chart({
"dom": "chartf1998212c",
"width": 800,
"height": 400,
"credits": {
"href": null,
"text": null
},
"exporting": {
"enabled": false
},
"title": {
"text": null
},
"yAxis": [
{
"title": {
"text": "n"
}
}
],
"series": [
{
"data": [
[
"AL",
15
],
[
"AR",
5
],
[
"AZ",
1
],
[
"CA",
23
],
[
"CT",
1
],
[
"DC",
3
],
[
"DE",
2
],
[
"FL",
26
],
[
"GA",
22
],
[
"IA",
2
],
[
"IL",
25
],
[
"IN",
1
],
[
"KS",
3
],
[
"KY",
1
],
[
"LA",
17
],
[
"MA",
3
],
[
"MD",
16
],
[
"MI",
10
],
[
"MN",
4
],
[
"MO",
4
],
[
"MS",
4
],
[
"NC",
10
],
[
"NE",
1
],
[
"NJ",
3
],
[
"NV",
1
],
[
"NY",
23
],
[
"OH",
14
],
[
"OK",
7
],
[
"PA",
13
],
[
"SC",
5
],
[
"TN",
13
],
[
"TX",
29
],
[
"WA",
4
],
[
"WI",
2
]
],
"type": "bar",
"marker": {
"radius": 6
}
}
],
"legend": {
"enabled": false
},
"xAxis": [
{
"title": {
"text": "state"
},
"categories": [ "AL", "AR", "AZ", "CA", "CT", "DC", "DE", "FL", "GA", "IA", "IL", "IN", "KS", "KY", "LA", "MA", "MD", "MI", "MN", "MO", "MS", "NC", "NE", "NJ", "NV", "NY", "OH", "OK", "PA", "SC", "TN", "TX", "WA", "WI" ]
}
],
"subtitle": {
"text": null
},
"id": "chartf1998212c",
"chart": {
"renderTo": "chartf1998212c"
}
});
});
})(jQuery);
</script>
<script></script>
</body>
</html>
https://code.jquery.com/jquery-1.9.1.min.js
https://code.highcharts.com/highcharts.js
https://code.highcharts.com/highcharts-more.js
https://code.highcharts.com/modules/exporting.js