diff --git a/demos/index.html b/demos/index.html index 1d885ed2..7e374420 100644 --- a/demos/index.html +++ b/demos/index.html @@ -25,6 +25,7 @@ h1 { font-size: 24px; + text-align: center; } h2 { @@ -35,11 +36,29 @@ display: block; padding: 4px; } + + section { + display: flex; + flex-direction: column; + justify-content: center; + border-radius: 0.25rem; + padding: 1rem; + background-color: #fafafa; + } + + .container { + max-width: 640px; + margin: 0 auto; + padding: 1rem; + } +

μPlot Demos

+

Variety

+
Multi time-series (two scales) Areas chart Grid over series @@ -84,12 +103,13 @@

μPlot Demos

Discrete & shifted series w/sync Maintains location of cursor/select/hoverPts during resize (test) Plugin to render hovered values on axes - Russian month names on date/time axis Dynamically add or delete series Sync chart position when inside a scrollable container +

Drawing

+
Trendlines from zoomed range & zoom snapping OHLC plugin + legend-as-tooltip plugin Box & whisker plugin + legend-as-tooltip plugin @@ -102,8 +122,10 @@

Drawing

Measurement datums via keyboard Wind direction renderer Render to image/png +

Zooming

+
Different zoom variants (adaptive, uni/omnidirectional) Fetch & update data on zoom Secondary sync'd overview chart for x-axis zoom ranging @@ -111,8 +133,12 @@

Zooming

Secondary sync'd overview chart for x/y-axis zoom ranging Pinch zooming/panning plugin Mouswheel zooming plugin +

Junk

+
Stacked series +
+