You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Where each line has a low and high point, and also a separate Y value from the other lines (i.e. the Y is the low point, then the high determines the height of the bar above the Y point). Right now I'm not worried about showing open/close price or even the low/high price per se (though it would be nice), I am mainly interested in just getting the different Y lines onto the screen.
I'm looking to show a chart very similar to this: http://i.imgur.com/DaJcO68.png
Where each line has a low and high point, and also a separate Y value from the other lines (i.e. the Y is the low point, then the high determines the height of the bar above the Y point). Right now I'm not worried about showing open/close price or even the low/high price per se (though it would be nice), I am mainly interested in just getting the different Y lines onto the screen.
Is this currently possible?
EDIT: I checked Google Charts API and it seems "candlestick chart" is very similar to the type of output I am looking for (https://developers.google.com/chart/interactive/docs/gallery/candlestickchart).
The text was updated successfully, but these errors were encountered: