package.dist.model.alluvial.d.ts Maven / Gradle / Ivy
import { ChartModelCartesian } from './cartesian-charts';
/**
* Alluvial chart model layer
*/
export declare class AlluvialChartModel extends ChartModelCartesian {
constructor(services: any);
getTabularDataArray(): any[];
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy