Traceback (most recent call last):
  File "D:/vnpy/vnpy-vnpy2/examples/candle_chart/run.py", line 21, in <module>
    widget.add_plot("volume", maximum_height=200)
  File "D:\vnpy\vnpy-vnpy2\vnpy\chart\widget.py", line 71, in add_plot
    plot = pg.PlotItem(axisItems={'bottom': self._x_axis})
  File "D:\vnpy\vnpy-vnpy2\venv\lib\site-packages\pyqtgraph\graphicsItems\PlotItem\PlotItem.py", line 158, in init
    self.setAxisItems(axisItems)
  File "D:\vnpy\vnpy-vnpy2\venv\lib\site-packages\pyqtgraph\graphicsItems\PlotItem\PlotItem.py", line 325, in setAxisItems
    if axis != self.axes[k]["item"]:
KeyError: 'bottom'

