Highcharts Demo
author(s): Torstein Hønsi
by jeffgw
HTML
<script src="https://code.highcharts.com/highcharts.js"></script>
<script src="https://code.highcharts.com/highcharts-more.js"></script>
<div id="container" style="min-width: 310px; max-width: 600px; height: 400px; margin: 0 auto;"></div>
JavaScript
Highcharts.chart('container', {
chart: {
type: 'bubble',
plotBorderWidth: 1,
zoomType: 'xy'
},
title: {
text: 'Highcharts bubbles with radial gradient fill'
},
xAxis: {
gridLineWidth: 1
},
yAxis: {
startOnTick: false,
endOnTick: false
},
series: [{
data: [[0.22, 0.058, 20687972], [-0.05, 0.051, 43422072], [1.0, 0.059, 83967578], [-0.04, 0.059, 69708794], [0.81, 0.064, 100574770], [-0.15, 0.065, 142056718], [-0.13, 0.065, 80978296], [-0.34, 0.067, 71140108], [0.01, 0.067, 63029719], [0.31, 0.067, 65828500], [0.55, 0.067, 61034644], [0.32, 0.067, 59326723], [0.17, 0.067, 70355774], [-0.02, 0.066, 82925796], [-0.39, 0.064, 79310096], [0.32, 0.06, 120628911], [0.64, 0.06, 63430955], [-0.37, 0.063, 64648778], [-0.06, 0.061, 56915325], [0.16, 0.061, 57899428], [-0.02, 0.061, 49212926], [-0.13, 0.061, 39054816], [0.07, 0.052, 45832692], [0.19, 0.052, 39866817], [-0.34, 0.047, 60579452], [0.69, 0.051, 59884950], [0.63, 0.054, 69332874], [0.41, 0.052, 69351604], [0.67, 0.055, 62195845], [0.19, 0.055, 45091691], [0.23, 0.053, 49826091], [-0.16, 0.054, 51655317], [0.73, 0.058, 56340136], [0.67, 0.06, 71320433], [-0.32, 0.059, 96189329], [0.92, 0.064, 85300323], [-0.15, 0.064, 85421297], [0.43, 0.061, 114340277], [0.81, 0.063, 66368793], [0.2, 0.063, 77085264], [-0.04, 0.063, 106264897], [0.06, 0.062, 66698889], [1.15, 0.068, 78668541], [-0.67, 0.077, 73585953], [-1.06, 0.088, 109499570], [0.1, 0.087, 93163198], [-0.06, 0.086, 70193516], [-2.18, 0.121, 145633518], [-4.16, 0.193, 254278899], [1.87, 0.206, 305083344], [-0.52, 0.206, 142764494], [-1.85, 0.215, 128243270], [-0.37, 0.213, 243972553], [1.37, 0.218, 123021795], [0.28, 0.219, 70992542], [1.36, 0.222, 100983433], [1.21, 0.228, 95107054], [0.08, 0.227, 128598488], [-0.63, 0.225, 72598526], [-0.54, 0.224, 68948527], [0.11, 0.225, 88827351], [1.62, 0.234, 30040924], [1.19, 0.234, 55087527], [-1.27, 0.237, 81959129],...