Welcome Guest Search | Active Topics |

Google Chrome was crashed by trendline
Junya
#1 Posted : Friday, December 19, 2014 6:40:08 AM(UTC)
Rank: Member

Groups: jQueryChart, Registered
Joined: 6/3/2013(UTC)
Posts: 13

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

In the Google Chrome, a drawing of trendline failed and a browser was crashed by the following code.
On the other hand, IE9 could draw this trendline, and Firefox could not draw but was survived.

Because this data is a some kind of statistical data, it is difficult to cut or rewrite data.
Is there a way for me to avoid this problem in the Google Chrome?

Code:

    var data = [
        [45.0996, 10],
        [45.0996, 10],
        [45.1593, 10],
        [45.1607, 10],
        [45.1792, 10],
        [45.2389, 10],
        [45.2589, 10]
    ];
    
    $('#Chart').jqChart({
        title: {text: 'Chart'},
        series: [
            {
                title: 'Trendline',
                type: 'trendline',
                data: data,
                trendlineType: 'linear'
            }
        ]
    });
Dragan
#2 Posted : Friday, December 26, 2014 10:14:31 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)
Hi,

we're able to reproduce your issue and we're working on it. I'll let you know when we have progress.
Best Regards,
Dragan Matek
jqChart Inc.
Dragan
#3 Posted : Thursday, January 08, 2015 4:44:12 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)
I sent you a fixed version via email.
Best Regards,
Dragan Matek
jqChart Inc.
Junya
#4 Posted : Monday, January 19, 2015 4:15:20 AM(UTC)
Rank: Member

Groups: jQueryChart, Registered
Joined: 6/3/2013(UTC)
Posts: 13

Thanks: 1 times
Was thanked: 0 time(s) in 0 post(s)
I still haven’t received your email. Please send it to me again.
Dragan
#5 Posted : Monday, January 19, 2015 9:43:47 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)
I sent it again.
Best Regards,
Dragan Matek
jqChart Inc.
Junya
#6 Posted : Monday, January 19, 2015 6:53:40 PM(UTC)
Rank: Member

Groups: jQueryChart, Registered
Joined: 6/3/2013(UTC)
Posts: 13

Thanks: 1 times
Was thanked: 0 time(s) in 0 post(s)
I received your mail and I confirmed that a newer version worked correctly.
Thank you very much!

Junya
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.096 seconds.