Forum Bugs

Highcharts

Brad Crawford
Hi there.

I have been trying to get Highcharts 2.1.9 working with Prince which I now realise is not possible given given that there is currently no innerHTML support. During my investigation however I came across an interesting bug (which I assume is in the Prince javascript parsing engine).

The following line from the Highcharts source
oneYear = 31556952000 / timeFactor

throws the following error when it encounters this line
prince: internal error: string.det_base_string_to_int/2: conversion failed

When this line is changed to
oneYear = (1000*31556952) / timeFactor

Everything works as expected.
mikeday
Thanks, this will be fixed in Prince 8.1.