Class: D3::QuantileScale
- Inherits:
-
Object
- Object
- D3::QuantileScale
- Includes:
- Native
- Defined in:
- lib/opal/d3/quantile_scale.rb
Instance Method Summary collapse
Methods included from Native
Instance Method Details
#call(t) ⇒ Object
5 6 7 |
# File 'lib/opal/d3/quantile_scale.rb', line 5 def call(t) @native.call(t) end |