Samuel,
While adding the dataPoints to chart, you need to add labels along with x and y values. Also setting axisX interval according to the dataPoints should work fine in your scenario. Please take a look at this jsfiddle.
__
Priyanka M S
Team CanvasJS
By default, every element of chart has padding of some pixels to enhance the look and feel. We will reconsider to enhance this behavior in future releases.
__
Priyanka M S
Team CanvasJS
@draj.8126,
We are looking into it and will get back to you at the earliest.
__
Priyanka M S
Team CanvasJS
Komal,
We are looking into it and will get back to you at the earliest.
__
Priyanka M S
Team CanvasJS
You can increase chart width and set negative padding.
Setting width: 103%; margin-left: -14px !important
to the chartContainer should work fine. Please take a look at this screenshot.
__
Priyanka M S
Team CanvasJS
ChristianRemwood,
When the labelAutoFit property is set to true(by default), it places the labels on axisX such that the labels do not overlap or get clipped, hence pushes the entire label inside the chart causing it to shrink. Setting labelAutoFit: false
should work fine in your scenario. Please take a look at this updated jsfiddle.
__
Priyanka M S
Team CanvasJS
When you set tickThickness to zero tick will still occupy space(pixels). Instead setting tickLength: 0
should work fine in your case. Please take a look at this jsfiddle.
__
Priyanka M S
Team CanvasJS
David,
Glad that you figured it out.
__
Priyanka M S
Team CanvasJS
himanshu,
There is no definite timeline yet.
Setting "labelAutoFit": false
along with other axis label properties should work fine in your case. Please take a look at labelAutoFit property.
__
Priyanka M S
Team CanvasJS
ChristianRemwood,
As you are shifting the dataPoints(to left) on adding new dataPoints, the axisX labels also get shifted along with the dataPoints. Because of which you might visually feel the chart shrinks. Ideally the chart doesn’t shrink.
__
Priyanka M S
Team CanvasJS
@tekit0,
The sample project that we have provided is working fine at our end. Please try to follow the above-mentioned instructions and it should work fine for you.
in the end, I call the chartcontainer, but this has no information, because it has not returned to the head.
Please make sure that the dataPoints are defined before rendering the chart.
__
Priyanka M S
Team CanvasJS
Kamini,
Here are few articles regarding functional testing tools which could satisfy your requirement. Please take a look at them.
Javascript Executor in protractor.
HoverMouse Action in Smart Bear.
__
Priyanka M S
Team CanvasJS
Mohamed,
You can achieve drag and drop functionality of stripLines with any chart with axes. Please take a look at this updated jsfiddle.
__
Priyanka M S
Team CanvasJS
himanshu,
You can set includeZero property of axisY to false to remove the common Y component. Please take a look at this jsfiddle for the same.
If this doesn’t solve your requirement, please brief us further about it along with some pictorial representation.
__
Priyanka M S
Team CanvasJS