ASE Home Page Products Download Purchase Support About ASE
ChartDirector Support
Forum HomeForum Home   SearchSearch

Message ListMessage List     Post MessagePost Message

  JsChartViewer Partial update returns invalid data
Posted by Peter Schilling on Dec-29-2015 20:48
Hello,

I wrote my first JSChartViewer page based on the zoomscrolltrack demo.

On the first call everything looks fine and the trackline shows my data appropiate.
But if I raise the event viewer.raiseViewPortChangedEvent() or do a change on the
viewport I always got the Error :
[ X ]
Error 800 accessing server
Partial update returns invalid data

The main difference is the value-part of the following input-definition:

First call:
<input type='hidden' id='chart1_JsChartViewerState' name='chart1_JsChartViewerState'
value='15*0.08403361344537815824**x_max*1450713399x_min*1450713280' />

And in the error-message:
<input type='hidden' id='chart1_JsChartViewerState' name='chart1_JsChartViewerState'
value='0*551*5510*311*012*013*214*0.515*0.08403361344537815816*117*0.0118*1
19*52*7203*4104*0.13888888888888895*06*0.57*18*29**#00000024**x_max*1450
713399x_min*1450713280' />

Could you give me a hint of what could cause this problem?

Thanks,
Peter

  Re: JsChartViewer Partial update returns invalid data
Posted by Peter Schilling on Dec-29-2015 23:16
Hey Peter,

forget about my request. I found the solution in another thread here :)