All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.dist.charts.bar-stacked.d.ts Maven / Gradle / Ivy

import { AxisChart } from '../axis-chart';
import { ChartConfig } from '../interfaces/model';
import { BarChartOptions } from '../interfaces/charts';
import { Component } from '../components/component';
export declare class StackedBarChart extends AxisChart {
    constructor(holder: HTMLDivElement, chartConfigs: ChartConfig);
    /**
     * Retrieves the components to be rendered inside the graph frame.
     *
     * @returns {Component[]} An array of components to be rendered.
     */
    getComponents(): Component[];
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy