Skip to content

How to make range breaks of financial data? #336

Answered by raven2cz
yangguang760 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,
in actual master branch is implemented usage of XAxis based on time only.
It is this line: xAxis.setTimeAxis(true)
With time based axis is not possible to easily use some time range breaks.
The fin. renderers support CategoryAxis where is possible to place ohlc by its indexes, the xaxis is depended on the indexes which is better for your problem.
But CategoryAxis is not good approach for visualization of financial time axis data. We are planning some "marriage" between time and indexes, like TimeIndicesAxis. It means that the axis takes indices of the ohlc and indicators but have great possibilities for aggregation and visualization of time labels which are mapped to this data too. Th…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@yangguang760
Comment options

Answer selected by wirew0rm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants