BI箱线图插件。
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

17 lines
776 B

.chart-type-boxplot-column-icon .x-icon {
display: block;
background: url('/app/decision/resources?path=/com/finebi/plugin/web/image/boxplot.png') no-repeat center center;
background-size: contain;
}
.chart-type-boxplot-column-icon .x-icon.hack {
background: url('/app/decision/resources?path=/com/finebi/plugin/web/image/boxplot.png') no-repeat center center;
}
.chart-type-boxplot-column-disabled-icon .x-icon {
display: block;
background: url('/app/decision/resources?path=/com/finebi/plugin/web/image/disable.png') no-repeat center center;
background-size: contain;
}
.chart-type-boxplot-column-disabled-icon .x-icon.hack {
background: url('/app/decision/resources?path=/com/finebi/plugin/web/image/disable.png') no-repeat center center;
}