Search found 2 matches

by Jared Cooper
Thu May 08, 2014 12:38 pm
Forum: JavaScript / HTML5
Topic: Zooming may ignore x-axis labels
Replies: 1
Views: 6303

Zooming may ignore x-axis labels

I have a very simple JS chart, including: Series0.data.x=[1,2,3,4,5,6,7,8,9,10,11]; Series0.data.values=[1,2,3,2,4,3,2,5,2,2,0]; Series0.data.labels=["01/01/2000","02/01/2000","03/01/200","04/01/2000","05/01/2000","06/01/2000","07/01/2000","08/01/2000","09/01/2000","10/01/2000","11/01/2000"]; When z...
by Jared Cooper
Fri Jan 10, 2014 5:01 pm
Forum: ActiveX
Topic: JS Export missing labels
Replies: 1
Views: 6203

JS Export missing labels

Using TC Pro Ax v2013, when exporting a line chart with a date x axis, the axis labels disappear. Exporting to the HTML5/Canvas version includes the labels, but we don't want to use this as we want the interactivity (pan/zoom) the JS version allows. I've attached a ZIP file containing three sample f...