require('echarts/util/mapData/params').params.football = {
getGeoJson: function (callback) {
$.ajax({
url: "svg/football.svg",
dataType: 'xml',
success: function(xml) {
callback(xml)
}
});
option = {
timeline : {
type: 'number',
data : [1,2,3,4,5,6,7,8,9,10,11,12],
label: {
formatter: function(v){
return '00:'+ (v > 10 ? v : ('0' + v))
},
playInterval:500,
autoPlay:true
options : [
{
backgroundColor:'#228b22',
title : {
text : '2014世界杯',
subtext: 'by 硕计小助手',
sublink: 'http://weibo.com/u/3798120772',
textStyle: {
color: '#FFFF00'
tooltip : {
trigger: 'item'
toolbox: {
show : true,
feature : {
mark : {show: true},
dataView : {show: true, readOnly: false},
restore : {show: true},
saveAsImage : {show: true}