0

Is there a way of having ranges (price) with a progressive gap, rather than a fixed one?

Like this:

0-100 100-150 150-250 250-400 400-600

cili
  • 1,037
  • 2
  • 19
  • 34

1 Answers1

1

Yes it is possible.

Gaps can also be variable width by passing in a comma separated list of the gap size to be used.

Have a look at the docs.

JHS
  • 7,761
  • 2
  • 29
  • 53