skywalking-java/sample-code/js/gallery_init.js

6 lines
115 B
JavaScript
Executable File

$(document).ready(function() {
$('#myRoundabout').roundabout({
shape: 'figure8',
minOpacity: 1
});
});