PHP Classes

File: vendors/gentelella/vendors/echarts/src/chart/map.js

Recommend this page to a friend!
  Classes of Jorge Castro   Gentelella BladeOne   vendors/gentelella/vendors/echarts/src/chart/map.js   Download  
File: vendors/gentelella/vendors/echarts/src/chart/map.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Gentelella BladeOne
Render templates using Bootstrap for presentation
Author: By
Last change:
Date: 3 years ago
Size: 853 bytes
 

Contents

Class file image Download
define(function (require) { var echarts = require('../echarts'); require('./map/MapSeries'); require('./map/MapView'); require('../action/geoRoam'); require('../coord/geo/geoCreator'); echarts.registerLayout(require('./map/mapSymbolLayout')); echarts.registerVisualCoding('chart', require('./map/mapVisual')); echarts.registerProcessor('statistic', require('./map/mapDataStatistic')); echarts.registerPreprocessor(require('./map/backwardCompat')); require('../action/createDataSelectAction')('map', [{ type: 'mapToggleSelect', event: 'mapselectchanged', method: 'toggleSelected' }, { type: 'mapSelect', event: 'mapselected', method: 'select' }, { type: 'mapUnSelect', event: 'mapunselected', method: 'unSelect' }]); });