highstock - Export image with phantom - Navigator or credits cannot be changed -
we trying generate png in server following this one.
the graphic drawn correctly, cannot hide navigator. json passed script is:
"{\"constr\":\"stockchart\",\"navigator\":\"{enabled:false}\",\"infile\":\"{series: [{data:...
it's caused by: \"navigator\":\"{enabled:false}\",
in wrong place. should in infile
, on same level series, xaxis, etc.
also, shouldn't there: \"navigator\":{\"enabled\":false},
?
Comments
Post a Comment