Hi guys,

I'm working on a patch for Wt that will allow it to plot candles (as used
in financial plots).

https://en.wikipedia.org/wiki/Candlestick_chart

My current issue is that for each X value there are 4 Y values (high, low,
open, close).

One solution is to force users to enter a Candle type for the Y value.

Another is to use something like the stacked 'area' graph, and if there
aren't four values, they'd defer to a line chart. Also when using it you'd
have to remember the meaning of the four data columns (high, low, open
close).

Any input / feedback / suggestions welcome.

I'm using the 'have to pass a Candle type for y instead of a double'
technique right now.

Many Thanks
Matthew Sherborne
------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
_______________________________________________
witty-interest mailing list
witty-interest@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to