Hi,there error is still after the update occuring for me.I also got this bug here too:If the series contains two items the x-axis seems to be glitchy.ThanksSarah
| Single point with single series | Sample link: Screenshot: |
| Two point in single series | Sample Link: Screenshot: |
| Multiple series with single points and set y values as 0 for some of the series. | Sample Link: Screenshot: |
| Queries | Response |
| I removed the interval property from my x-axis and now I got this x-axis problem for 1-3 entries in the column. | We have analyzed your query. By default, based on data to series and size of the chart, datetime axis will calculate the auto interval type and interval. In your sample, difference of data is in hours, so the chart will calculate the intervalType either as “Hours” or “Minutes” based on chart size and the interval will be from 1 to 24. When you set the interval as 1, it will work for hours, but when the interval type is Minutes, then the interval 1 will generate more number of labels and hence the axis trims all the labels to place them. So we recommend not to set the interval alone, when the intervalType is calculated automatically. |
| The chart type is StackingColumn. Now I have the same dates in my x-axis twice or three times. Also the axis labels seem to be not correct because my data starts with 16.07. | When its column type chart, we will add padding to the axis based on interval to avoid the column rect cropping at the end. And hence the axis label starts from 15th July, but the point got plotted on 16th July only, you can enable the tooltip to get the detail about the point. To overcome this, you can set minimum and maximum for the axis based on you data. Sample for your reference can be find from below link, Screenshot |