donli1210 / highstock-current-price-indicator

Using this plugin will display current price indicator in Highstock.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Highstock Current Price Indicator

Using this plugin will display current price indicator in Highstock.

Default Options:

yAxis: {
  currentPriceIndicator: {
    backgroundColor: '#000000',
    borderColor: '#000000',
    enabled: true,
    lineColor: '#000000',
    lineDashStyle: 'Solid',
    lineOpacity: 0.8,
    style: {
      color: '#ffffff',
      fontSize: '11px'
    },
    x: 0, //offset
    y: 0, //offset
    zIndex: 7
  }
}

Demo: http://www.highcharts.com/plugin-registry/single/28/Current%20Price%20Indicator

Donate

Bitcoin to 15dv1MW6LrArfzrzq46mPscjce7vLUfaBR

About

Using this plugin will display current price indicator in Highstock.

License:GNU General Public License v2.0


Languages

Language:JavaScript 100.0%