highchartsRelated issues-Collection of common programming errors


  • user1313330
    javascript ajax google-chrome highcharts
    I am trying to load a fairly large highcharts chart by loading the javascript for the chart with ajax. As in the entire chart is loaded by ajax, not updated by ajax. This works on all charts on firefox(even if it is really slow) and all but the largest charts in chrome. Any chart that has more than roughly 65000 characters (probably unsigned 16 bit variable but not sure) throws an ‘Unexpected end of input error’ in chrome. I have had charts just above this limit, then by simply reducing the numb

  • A.Vila
    android highcharts titanium
    I’m trying to use Highcharts with Titanium. For this, I’ve created a webview and I load a local html. It works ok on ios but when I’ve tried it on Android, I have an unexpected behavior.This is my html file:<html><head><title>highChart</title><meta name=”viewport” content=”width=device-width, initial-scale=1.0″/><script src=”libs_highchart/jquery-1.10.1.js”></script><script src=”libs_highchart/highcharts.js.lib”></script></head><body

  • Torben
    highcharts
    I need help with the y-axis of polar charts like spiderweb or windrose. I’ve an application with an dashboard which contains some widget, each containing an iframe with an Highcharts chart. Because these widgets are reziable, I’ve some javascript for resizing the container of the charts. $(window).bind(“resize”, resizeChart);function resizeChart() {var width = $(document).width() – 55;var height = $(document).height() – 60;$(“#container”).css(“width”, width);$(“#container”).css(“height”, heigh

  • user1039875
    highcharts
    I am using HightChart library, with A Highcharts PHP wrapper published in Hightchart site, when I put the solution on wamp 5 server, the script do not work, and returnParse error: parse error, unexpected T_STATIC.Help!.

  • johabu
    javascript json highcharts
    I get this error when debugging my highcharts javascript code via Firebug. Here are the relevant lines of code: var valpair = [parseInt(items[0]),cumulative]; rain_series.data.push(JSON.parse(valpair)); items[0] is just “1234567”, and if I add console.log(valpair) to my code, I get this output: [1234567, 0] which seems to be valid JSON. Nevertheless, I’m stuck on my error (I searched for a solution, but didn’t find one for my case). Anyone here who knows what I’m doing wrong?

  • m ali
    javascript asp.net highcharts
    When I debug my code in Google Chrome, I have a red text saying Uncaught SyntaxError: Unexpected token }.I don’t understand why and where this is coming from. This is the code from the source console:var chart = $(‘#container1’).highcharts();chart.series[0].setData(array2);chart.redraw(); }); //]]>Uncaught SyntaxError: Unexpected token }</script>Code in vb.netDim script As Stringscript = _”var chart = $(‘#container1’).highcharts();” & _'”chart.series[0].setData(array2);” & _

  • Daniel Cooper
    highcharts
    I’m using highcharts as shown in examples but for some reason it flat out does not like my data. The only time I see a result is when I zoom out to all and then it only shows one point. Any clues as to what I’m doing wrong would be extremely appreciated.how im getting my data:$jsResult = array(); $arResults = $wpdb->get_results(“SELECT tsDay, nPrice FROM sometable”, ARRAY_A);foreach($arResults as $key => $val){//$val[‘nPrice’] = floatval($val[‘nPrice’]);//$jsResult[$key][0] = ($val[‘tsDay’

  • Mark
    highcharts
    Hi I want to use highcharts in my Windows 8 app (HTML5 and JavaScript) but… Exception. line 35, column 471 en ms-appx://c4c6faa3-6deb-457c-a894-94774f7ba6a1/herramientas/estadistica/js/highcharts/highcharts.js 0x800a139e – Error in runtime in JavaScript: Highcharts error #13: www.highcharts.com/errors/13The jquery library used is a modified version.Basically I want to see this in my W8 app, but I can’t. Thanks.

  • Soner Gönül
    c# asp.net .net visual-studio-2008 highcharts
    I have a serious Issue :(, I’m using High Charts controls on VS 2008 and everytime I made run to the web application I got that “Silly” RunTime Error :missing compiler required member ‘system.runtime.compilerservices.extensionattribute.ctor.I don’t know the reason for that and I will appreciate any help !.

  • GreenRover
    javascript jquery highcharts media-queries highstock
    Is there any possibility to hide parts of svg at print layout.Specialy i like to hide highstock rangeSelector and navigator will printing page.This should work without js triggert buttons. It should work when browsers print button was used. Is there any possibility to show / hide an element with css media=print and bind this event with jquery?Need to hide on the yellow parts on print layout: http://i49.tinypic.com/24mbxop.pngfor this example:$(function() {$.getJSON(‘http://www.highcharts.com/sam

Web site is in building