echarts
Version:
A powerful charting and visualization library for browser
14 lines (8 loc) • 357 B
JavaScript
/**
* @file Treemap action
*/
var echarts = require('../../echarts');
var noop = function () {};
echarts.registerAction({type: 'treemapZoomToNode', update: 'updateView'}, noop);
echarts.registerAction({type: 'treemapRender', update: 'updateView'}, noop);
echarts.registerAction({type: 'treemapMove', update: 'updateView'}, noop);