Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1905
Typescript IgFunnelChart missing several properties
posted

The Typescript IgFunnelChart definition is missing some properties.  Personally I noticed the following, but there may be more:

    height?: any;

    width?: any;

    dataSource?: any;

    showTooltip?: boolean;

    tooltipTemplate?: string;