Class: c3.Plot.Layer.Swimlane.Sampled Abstract
Defined in: | js/c3-layers.coffee |
Inherits: | c3.Plot.Layer.Swimlane |
Overview
A swimlane layer that will sample for each pixel in each swimlane.
Direct Known Subclasses
c3.Plot.Layer.Swimlane.Sampled.SVG c3.Plot.Layer.Swimlane.Sampled.Canvas
Variables Summary
- version =
-
0.0
- type =
-
'sampled'
- dx =
-
null
REQUIRED [Function] Accessor to get the width of the segment
- filter =
-
undefined
[Function] Callback to determine if the data element should be rendered or not
- safe =
-
true
[Boolean] If safe mode is off then it is assumed the data is sorted by the x-axis
Variable inherited from c3.Plot.Layer.Swimlane
type v_orient dy hover lane_options version _next_uid data name class static_data h v x y h_orient options handlers restyle
Instance Method Summary
- # (void) _hover_datum(x, swimlane) Bound
- # (void) _update() Bound
- # (void) _sample(sample) Bound
Inherited Method Summary
Methods inherited from
c3.Plot.Layer.Swimlane
#_init #_size #_update #_draw #_style #init #size #update #draw #style #zoom #pan #redraw #scale #min_x #max_x #min_y #max_y
Instance Method Details
#
(void)
_hover_datum(x, swimlane)
Bound
#
(void)
_update()
Bound
#
(void)
_sample(sample)
Bound