rte
Members-
Content count
7 -
Joined
-
Last visited
About rte
-
Rank
Forum Newbie
-
I have not found a way to hide the value labels (under the graph) for vtrendLine's in candlestick graphs. I have tried specifying the displayValue to be blank or not specifying it at all, however flash always leaves extra space for a label at the bottom (~10px). If I remove all the v-trend lines the padding disappears. So, my question would be is it possible to tell the flash applet to not use those labels at all? Thanks in advance.
-
ooops, sorry It wasn't an image, but xml code, I forgot to check if it had displayed properly. I have attached the xml file in question test1.xml
-
Hello again, I've noticed that if I use div lines in combination with restricting min and max over y-axis div lines no longer appear (using candlestick). Simple test case: removing PYAxisMaxValue and PYAxisMinValue brings back div lines. Is there a way to have those div lines render with the restrictions? Thanks
-
If I do that then I do have a y-axis, my problem is values on the y-axis are of variable length depending which data set I'm using. Thus if I am to use your built-in y-axis I was not able to find a way to get the size of the canvas (since if the space for y-axis changes so does the size of the canvas).
-
Hello, I am trying to create html/javascript overlay arround the candlestick graph, however I'm having trouble lining everything up correctly, My problem comes from the fact that I cannot know for sure what is the x coordinates of the biginning and the end of the convas. The only way arround that I've found was to set the following properties for the chart: chartLeftMargin='20' chartRightMargin='20' canvasPadding='5' showYAxisValues ='0' this way I know that canvas begins 25px after the div and ends 25px before. However this way completelly removes y-axis. Is there anything I'm missing? Maybe it is possible to just get x and y of the canvas corner(s) somehow? Thanks in advance
-
Thank you very much for the answer. Would this be a feature you would consider adding in the future though? Because sometimes candlesticks are rather small on my graph so it is difficult to click on them.
-
Hello, I was not able to find if this feature is there or not, but what I would like to do is change the hover over area (I believe you call it anchor) for candlestick. I want the onclick and hover-over actions (tooltip, highlight bar) to trigger for candlestick not only if I hover right over it, but anywhere on the canvas, as long as x-coordinate matches. I was wondering if it is possible, or at least if there is a way to icrincreasee area of action for candlestick somewhat. Thanks in advance.