Stock – PHP Charts & Graphs https://phpchart.com Making charts in PHP is simple again. Mon, 23 Jun 2014 05:35:03 +0000 en-US hourly 1 https://wordpress.org/?v=5.8.13 OHLC, HLC, Candlestick/Stock Charts https://phpchart.com/examples/ohlc-hlc-and-candlestickstock-charts/ https://phpchart.com/examples/ohlc-hlc-and-candlestickstock-charts/#respond Wed, 09 May 2012 04:51:35 +0000 http://phpchart.net/?p=651 OHLC, HLC and Candlestick charts all requires plugin::OHLCRenderer renderer plugin, then simply set the candleStick property to true in rendererOptions. 123$pc->add_series(array(         'renderer'=>'plugin::OHLCRenderer',         'rendererOptions'=>array('candleStick'=>true))); Live demo

The post OHLC, HLC, Candlestick/Stock Charts appeared first on PHP Charts & Graphs.

]]>
OHLC, HLC and Candlestick charts all requires plugin::OHLCRenderer renderer plugin, then simply set the candleStick property to true in rendererOptions.

1
2
3
$pc->add_series(array(
        'renderer'=>'plugin::OHLCRenderer',
        'rendererOptions'=>array('candleStick'=>true)));

Live demo

The post OHLC, HLC, Candlestick/Stock Charts appeared first on PHP Charts & Graphs.

]]>
https://phpchart.com/examples/ohlc-hlc-and-candlestickstock-charts/feed/ 0