diff --git a/packages/d3fc-series/README.md b/packages/d3fc-series/README.md
index e0f857c47..88a751539 100644
--- a/packages/d3fc-series/README.md
+++ b/packages/d3fc-series/README.md
@@ -593,6 +593,12 @@ The WebGL implementation does not support this property.
If *orientation* is specified, sets the orientation and returns this series. If *orientation* is not specified, returns the current orientation. The orientation value should be either `horizontal` (default) or `vertical`.
+# *seriesBar*.**align**(*alignment*)
+
+The WebGL implementation does not support this property.
+
+If *alignment* is specified, sets the alignment and returns this series. If *alignment* is not specified, returns the current alignment. The alignment value should be `left`, `right` or `center` (default) and describes how the alignment of each bar with respect to the central value.
+
# *seriesBar*.**xScale**(*scale*)
# *seriesBar*.**yScale**(*scale*)
@@ -649,6 +655,12 @@ If *scale* is specified, sets the scale and returns this series. If *scale* is n
If *bandwidthFunc* is specified, sets the bandwidth function and returns this series. If *bandwidthFunc* is not specified, returns the current bandwidth function.
+# *seriesCandlestick*.**align**(*alignment*)
+
+The WebGL implementation does not support this property.
+
+If *alignment* is specified, sets the alignment and returns this series. If *alignment* is not specified, returns the current alignment. The alignment value should be `left`, `right` or `center` (default) and describes how the alignment of each candlestick with respect to the central value.
+
# *seriesCandlestick*.**decorate**(*decorateFunc*)
If *decorateFunc* is specified, sets the decorator function to the specified function, and returns this series. If *decorateFunc* is not specified, returns the current decorator function.
@@ -704,10 +716,16 @@ If *accessorFunc* is specified, sets the accessor to the specified function and
If *scale* is specified, sets the scale and returns this series. If *scale* is not specified, returns the current scale.
-# *seriesCandlestick*.**bandwidth**(*bandwidthFunc*)
+# *seriesOhlc*.**bandwidth**(*bandwidthFunc*)
If *bandwidthFunc* is specified, sets the bandwidth function and returns this series. If *bandwidthFunc* is not specified, returns the current bandwidth function.
+# *seriesOhlc*.**align**(*alignment*)
+
+The WebGL implementation does not support this property.
+
+If *alignment* is specified, sets the alignment and returns this series. If *alignment* is not specified, returns the current alignment. The alignment value should be `left`, `right` or `center` (default) and describes how the alignment of each OHLC with respect to the central value.
+
# *seriesOhlc*.**decorate**(*decorateFunc*)
If *decorateFunc* is specified, sets the decorator function to the specified function, and returns this series. If *decorateFunc* is not specified, returns the current decorator function.
@@ -774,6 +792,12 @@ If *scale* is specified, sets the scale and returns this series. If *scale* is n
If *bandwidthFunc* is specified, sets the bandwidth function and returns this series. If *bandwidthFunc* is not specified, returns the current bandwidth function.
+# *seriesBoxPlot*.**align**(*alignment*)
+
+The WebGL implementation does not support this property.
+
+If *alignment* is specified, sets the alignment and returns this series. If *alignment* is not specified, returns the current alignment. The alignment value should be `left`, `right` or `center` (default) and describes how the alignment of each boxplot with respect to the central value.
+
# *seriesBoxPlot*.**cap**(*capFunc*)
If *capFunc* is specified, sets the cap function and returns this series. If *capFunc* is not specified, returns the current cap function. The `capFunc(item, index)` function is called on each item of the data, and returns the **proportion** of the box width that the caps width should be.
@@ -841,6 +865,12 @@ If *scale* is specified, sets the scale and returns this series. If *scale* is n
If *bandwidthFunc* is specified, sets the bandwidth function and returns this series. If *bandwidthFunc* is not specified, returns the current bandwidth function.
+# *seriesErrorBar*.**align**(*alignment*)
+
+The WebGL implementation does not support this property.
+
+If *alignment* is specified, sets the alignment and returns this series. If *alignment* is not specified, returns the current alignment. The alignment value should be `left`, `right` or `center` (default) and describes how the alignment of each errorbar with respect to the central value.
+
# *seriesErrorBar*.**decorate**(*decorateFunc*)
If *decorateFunc* is specified, sets the decorator function to the specified function, and returns this series. If *decorateFunc* is not specified, returns the current decorator function.
@@ -902,6 +932,13 @@ If *colorInterpolate* is specified, sets the interpolator used to map color valu
If *bandwidthFunc* is specified, sets the bandwidth function and returns this series. If *bandwidthFunc* is not specified, returns the current bandwidth function.
+# *seriesHeatmap*.**yAlign**(*alignment*)
+# *seriesHeatmap*.**xAlign**(*alignment*)
+
+The WebGL implementation does not support this property.
+
+If *alignment* is specified, sets the alignment and returns this series. If *alignment* is not specified, returns the current alignment. The alignment value should be `left`, `right` or `center` (default) and describes how the alignment of each heatmap cell with respect to the central value.
+
# *seriesHeatmap*.**decorate**(*decorateFunc*)
If *decorateFunc* is specified, sets the decorator function to the specified function, and returns this series. If *decorateFunc* is not specified, returns the current decorator function.