Welcome Guest Search | Active Topics |

datapointlabel not working in chrome
Krupa
#1 Posted : Wednesday, November 21, 2012 10:18:14 AM(UTC)
Rank: Member

Groups: Registered
Joined: 10/30/2012(UTC)
Posts: 26

Thanks: 0 times
Was thanked: 0 time(s) in 0 post(s)
Data point labels - on graph - is not shown - for chrome - for Line chart

Please find my code below:

var aresp={
id: 'iresp',
type: 'line',
title: 'Respiratory Rate',
axisY: 'yresp',
axisX: 'xhour',
data: baseresp,
labels: {
font: '11px sans-serif',
fillStyle: 'red'
}
};

var apulse={
id: 'ipulse',
type: 'line',
title: 'Pulse',
axisY: 'ypulse',
axisX: 'xhour',
data: basepulse,
labels: {
font: '11px sans-serif',
fillStyle: 'red'
}
};

axes1=[aresp,apulse];
...
$('#vital-signs-graph').jqChart({

animation: { duration: 1 },
axes: axes1,

series: ser1
});

Ivan
#2 Posted : Monday, November 26, 2012 7:13:50 AM(UTC)
Rank: Administration

Groups: Administrators, Moderator, Registered
Joined: 11/5/2012(UTC)
Posts: 131

Thanks: 0 times
Was thanked: 15 time(s) in 15 post(s)
HI,

We need all your code (all files - js, css), so we can investigate this.
Best,
Ivan Petrov
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.070 seconds.