vizzu
Version:
Vizzu is a free, open-source Javascript/C++ library utilizing a generic dataviz engine that generates many types of charts and seamlessly animates between them. It can be used to create static charts but more importantly it is designed for building animat
14 lines (13 loc) • 335 B
TypeScript
export default class Presets {
private _presetConfigs;
constructor();
private _nullConfig;
private _createPresetConfig;
private _getChannelCopy;
private _fillChannels;
private _isChannel;
private _assignProperty;
private _setupUserParams;
private _getMainAxis;
private _buildPresetConfig;
}