|
@@ -25,7 +25,7 @@ class MinMaxDecimator(Decimator):
|
|
|
This class can only be used with line charts.
|
|
|
"""
|
|
|
|
|
|
- _CHART_MODES = ["lines+markers"]
|
|
|
+ _CHART_MODES = ["lines+markers", "lines", "markers"]
|
|
|
|
|
|
def __init__(self, n_out: int, threshold: t.Optional[int] = None, zoom: t.Optional[bool] = True):
|
|
|
"""Initialize a new `MinMaxDecimator`.
|