UNPKG

echarts-nightly

Version:

Apache ECharts is a powerful, interactive charting and data visualization library for browser

9 lines (8 loc) 279 B
import MatrixModel from '../../coord/matrix/MatrixModel.js'; import ComponentView from '../../view/Component.js'; declare class MatrixView extends ComponentView { static type: string; type: string; render(matrixModel: MatrixModel): void; } export default MatrixView;