PHP Classes

File: vendors/gentelella/vendors/echarts/src/component/markPoint.js

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

Contents

Class file image Download
// HINT Markpoint can't be used too much define(function (require) { require('./marker/MarkPointModel'); require('./marker/MarkPointView'); require('../echarts').registerPreprocessor(function (opt) { // Make sure markPoint component is enabled opt.markPoint = opt.markPoint || {}; }); });