
com.github.fluorumlabs.disconnect.highcharts.PlotFunnelAnimationOptions Maven / Gradle / Ivy
package com.github.fluorumlabs.disconnect.highcharts;
import js.lang.Any;
import org.teavm.jso.JSProperty;
/**
* (Highcharts) Initial animation is by default disabled for the funnel chart.
*
* @see https://api.highcharts.com/highcharts/plotOptions.funnel.animation
*
*/
public interface PlotFunnelAnimationOptions extends Any {
/**
* @implspec duration?: number;
*
*/
@JSProperty("duration")
double getDuration();
/**
* @implspec duration?: number;
*
*/
@JSProperty("duration")
void setDuration(double value);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy