|
Data do not display on chart when volume price is 0.00, How to fix this issue? |
Posted by Manisha on Aug-14-2015 14:55 |
|
Hi, Peter
Thanks for helping me out every time, this time i am facing a issue for symbol "$SENSEX-
BOM" Where each time the volume is 0.00, in that case the chart displays with some
candle but never show the open, low, high, close prices on mouse hover, can you please
let me know how can i fix this issue.
Please find the attached image for the same.
Regards,
Manisha
|
Re: Data do not display on chart when volume price is 0.00, How to fix this issue? |
Posted by Peter Kwan on Aug-15-2015 02:50 |
|
Hi Manisha,
I have just tried myself by modifying the "Finance Chart Track Line" sample code to use
volData that contains zero values, and it works normally.
Note that the code in the "Finance Chart Track Line" are just sample code. Like all sample
code in ChartDirector, you may have to modify it to create your own program. If the
modification has issues, you may need to debug the program.
For your case, the track cursor seems to be created using Javascript. Apparently, the
Javascript stops building the legend for some reason. Many browsers have tools to help you
to debug Javascript. They may be able to help you to trace the code to determine why the
legend is not built correctly in your case.
Regards
Peter Kwan |
|