This is a migrated thread and some comments may be shown as answers.

Stack out of space

1 Answer 72 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
MRa
Top achievements
Rank 1
MRa asked on 27 Dec 2012, 03:36 PM

I'm testing very standard kendo charts, every time i click on the pie chart or any of the other charts, for example, i'm getting the "out of stack space" in the browser. Anyone else getting this?

        $(document).ready(function () {
            $("#piechart").kendoChart({
                dataSource: ds_array
                seriesDefaults: {
                    type: "pie",
                    labels: {
                        visible: true
                            }
                },
                title: {
                    text: "Monthly Revenue per Location"
                },
                legend: {
                    position: "bottom"
                },
                series: [{
                    field: "revenue",
                    categoryField: "location"
                }],
                tooltip: {
                    visible: true,
                    format: "N0"

                }

            });


        });

1 Answer, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 28 Dec 2012, 10:24 AM
Hi Mery,

 It seems you managed to address that issue by upgrading jQuery. Let us know if you have further questions!

Kind regards,
Atanas Korchev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
General Discussions
Asked by
MRa
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
Share this question
or