Horizontal line to show average in dygraph

后端 未结 2 1154
耶瑟儿~
耶瑟儿~ 2021-01-13 06:48

I am trying to add a horizontal line to dygraph which already show my time series data.

I have average of the complete data which I want to show as a static horizont

2条回答
  •  天命终不由人
    2021-01-13 07:15

    Your options are either to use an underlay callback (ala http://dygraphs.com/tests/highlighted-region.html) or to add a second, constant data series.

提交回复
热议问题