export var drawHorizontalBars = createSeriesDraw({
  prepare: createPrepare(
    xyValues.prepare,
    prepareStackedBars
  ),