嵌入式分析 SDK API
    正在准备搜索索引...

    接口 InteractiveQuestionQuestionVisualizationProps

    interface InteractiveQuestionQuestionVisualizationProps {
        className?: string;
        height?: Height<string | number>;
        style?: CSSProperties;
        width?: Width<string | number>;
    }
    索引

    属性

    className?: string

    要添加到根元素的自定义类名。

    height?: Height<string | number>

    一个数字或字符串,指定CSS大小值,用于指定组件的高度

    要添加到根元素的自定义样式对象。

    width?: Width<string | number>

    一个数字或字符串,指定CSS大小值,用于指定组件的宽度

    © . This site is unofficial and not affiliated with Metabase, Inc.