Welcome Guest Search | Active Topics |

Candlestickchart Plotlines/Axis Labels
Christoph
#1 Posted : Thursday, November 7, 2013 3:00:10 AM(UTC)
Rank: Newbie

Groups: Registered
Joined: 11/7/2013(UTC)
Posts: 1

Thanks: 0 times
Was thanked: 0 time(s) in 0 post(s)
Hi! I'm planning to use jqChart candlestickchart in a future project. I want to use plotlines to show the actual price and targets. I've noticed that the plotlines are behind the candles and behind the grid lines. Is it possible to change the z-index of plotlines?

Forex Prices have at least 4 decimal places. Axis labels with more than 3 decimal places are cut off. How can I show the complete label without scaling down the font size?

Thanks,
Christoph
Dragan
#2 Posted : Thursday, November 7, 2013 6:39:01 AM(UTC)
Rank: Advanced Member

Groups: Administrators, DataVizJavaScript, jQueryChart, jQueryDV, MvcChart, Registered
Joined: 1/3/2011(UTC)
Posts: 483

Thanks: 0 times
Was thanked: 87 time(s) in 87 post(s)
Currently the plot lines don't have z-index, but we will add such support. This is in our feature list and we can reprioritize it.

You can remove the axis width, so the labels won't get cut:
Code:
axes: [
                    {
                        type: 'linear',
                        location: 'left',
                        width: 30
                    }
                ],

Best Regards,
Dragan Matek
jqChart Inc.
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

FlatEarth Theme by Jaben Cargman (Tiny Gecko)
Powered by YAF 1.9.4 | YAF © 2003-2010, Yet Another Forum.NET
This page was generated in 0.073 seconds.