String value on Line Chart

Posted by hb2 
hb2
String value on Line Chart
February 06, 2009 09:47AM
is there any way to add string value to the Line Chart X Axis ?? sad smiley
Re: String value on Line Chart
February 06, 2009 03:06PM
Yes and no. You should provide numbers to the X axis, you can't use strings for this. But you could hide these values so that they are not rendered and then associate labels with any of these values. Please check the documentation and the http://www.jscharts.com/interface/template/id.63 template (click this link after logging in jscharts).

Sabin

--------------------
JS Charts - Created by Smartketer LLC
Re: String value on Line Chart
March 21, 2009 03:26PM
is it possible to use string in line chart
Re: String value on Line Chart
March 22, 2009 09:43AM
Not directly. Please see my above answer, use can use labels for the strings.

Sabin

--------------------
JS Charts - Created by Smartketer LLC
Re: String value on Line Chart
October 28, 2009 08:28PM
i' have the same problem into Y axis, if the point hasn't data the label is not showed.
Re: String value on Line Chart
October 29, 2009 10:28AM
I use the techique recommended here, works fine, but it would be nice to customize the vertical grid lines aswell. To hide them or to set their positions manually. I need the horizontal ones, so I do not want to use the existing option to hide all grid lines.
Re: String value on Line Chart
October 29, 2009 11:52AM
The image can illustrate my problem, I set the Y axis values.

myChart.setLabelY([0,'']);
myChart.setLabelY([1,'BR']);
myChart.setLabelY([2,'MR']);
myChart.setLabelY([3,'AR']);
myChart.setLabelY([4,'A+']);

Re: String value on Line Chart
November 03, 2009 06:48AM
Only the labels attached to existing data values appear. We plan to change that, but yet we cannot promise the modification for this month's release.

Sabin

--------------------
JS Charts - Created by Smartketer LLC
Re: String value on Line Chart
April 15, 2011 02:05AM
Hi Sabin,

Wondering if there was ever a resolution to this problem. I'm a couple of years late to the thread, but am having the exact same issue.

Cheers,
Bill
Sorry, you do not have permission to post/reply in this forum.