backgroundColor
Type:
This option supports the following colors:
- Hexadecimal colors
- RGB colors
- RGBA colors
- Predefined/cross-browser color names
- Predefined SVG colors
You can remove the label's background by setting this option to "none". In this case, the label's text is the same color as the funnel item.
customizeText
Type:
Function parameters:
itemInfo:
Object structure:
Return Value:
Cannot be used in themes.
format
Type:
Default Value: undefined
This option accepts an object whose fields are described in the format section. The percentPrecision filed specifies how many decimal places should be included in the percentage value. See an example in the following code:
format: { type: "fixedPoint", // the format of absolute values precision: 1, // the precision of absolute values (0.123456 --> 0.1) percentPrecision: 2 // the precision of percentage values (12.3456 % --> 12.34 %) }
NOTE
DevExtreme widgets provide a wide choice of predefined formats. If you are going to use custom formats instead, link the Globalize library to your project as shown in the Installation section.
horizontalAlignment
Use the HorizontalEdge
enum to specify this option when the widget is used as an ASP.NET MVC Control. This enum accepts the following values: Left
and Right
.
position
Use the FunnelLabelPosition
enum to specify this option when the widget is used as an ASP.NET MVC Control. This enum accepts the following values: Inside
, Outside
, and Columns
.
Feel free to share demo-related thoughts here.
If you have technical questions, please create a support ticket in the DevExpress Support Center.
If you have technical questions, please create a support ticket in the DevExpress Support Center.
Thank you!
We appreciate your feedback.
We appreciate your feedback.