PHP Classes

File: vendors/echarts/src/component/dataZoom/InsideZoomModel.js

Recommend this page to a friend!
  Classes of Jorge Castro   Gentelella BladeOne   vendors/echarts/src/component/dataZoom/InsideZoomModel.js   Download  
File: vendors/echarts/src/component/dataZoom/InsideZoomModel.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: 301 bytes
 

Contents

Class file image Download
/** * @file Data zoom model */ define(function(require) { return require('./DataZoomModel').extend({ type: 'dataZoom.inside', /** * @protected */ defaultOption: { zoomLock: false // Whether disable zoom but only pan. } }); });