Welcome Guest Search | Active Topics |

Problem in Performance Chart : Line Chart - 120 000 points
haruhi90
#1 Posted : Thursday, February 13, 2014 9:31:48 PM(UTC)
Rank: Newbie

Groups: Registered
Joined: 10/20/2013(UTC)
Posts: 4

Thanks: 1 times
Was thanked: 0 time(s) in 0 post(s)
Good morning,

I want to make graph like this
http://www.jqchart.com/j...rtPerformance/LineChart
Auto zooming axis in big range..

But i've the result :
If div width:1000px


if div width:500px


I used this script to set data:


series: [
{
title: 'value point',
type: 'line',
data: [1,2,3,4,5],
markers: null
}


what should i do to fix this problem ?


Ivan
#2 Posted : Friday, February 14, 2014 9:08:36 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)
In your case you can change the data from:

data: [1,2,3,4,5],

to

data: [[1, 10], [2, 20], [3, 30], [4, 40]],
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.090 seconds.