diff --git a/demos/candlestick-ohlc-pan-zoom-scroller.html b/demos/candlestick-ohlc-pan-zoom-scroller.html new file mode 100644 index 00000000..b969f900 --- /dev/null +++ b/demos/candlestick-ohlc-pan-zoom-scroller.html @@ -0,0 +1,585 @@ + + + + + + Candlestick Chart + + + + + + + + + + + + + +

Notes

+ + This demo use horizontalPanZoomScrollerPlugin() function. + +

+ Features include: +

+ + + + + + + + + + + \ No newline at end of file diff --git a/demos/candlestick-ohlc.html b/demos/candlestick-ohlc.html index 5e4b98f9..28b7bc95 100644 --- a/demos/candlestick-ohlc.html +++ b/demos/candlestick-ohlc.html @@ -227,7 +227,7 @@ }); opts.series.forEach(series => { - series.paths = () => null; + //series.paths = () => null; series.points = {show: false}; }); }, diff --git a/demos/index.html b/demos/index.html index dd6a80b2..86d376af 100644 --- a/demos/index.html +++ b/demos/index.html @@ -85,6 +85,7 @@

μPlot Demos

Drawing

Trendlines from zoomed range & zoom snapping OHLC plugin + legend-as-tooltip plugin + OHLC plugin + legend-as-tooltip with horizontal scroller and +/- key zoom & pan plugin Box & whisker plugin + legend-as-tooltip plugin Draw hooks & (custom points) Multi-series bars plugin