DevExtreme Vue - Array Only

To bind the Funnel to an array, pass this array to the dataSource option. The array should contain objects.

If objects in the array need to be processed (sorted, filtered, etc.), you can create a Query. For example, in the following code, a Query applies a filter to the fruits array that excludes objects with count less than 10.

See Also