X-axis date label wrong - date

we are binding data to chart date rage from 30/10/2018 to 30/01/2019, but the first labels on the x-axis are showing as 29/10/2018.
can anyone let us know what are the settings to change?

Related

How to add scroll to x-axis displaying date in Charticulator?

I am trying to make a specific form of gantt-chart in Charticulator for display in Power BI. The diagram consists of:
X-axis: Start datetime for the assignment
Y-axis: group member
Width of mark: Number of minutes assignment is estimated for
Color of mark: Type of assignment
See example
Here's the problem:
As soon as I tick off the "Allow Scroll" for X-axis, all data marks disappears, and the settings for the axis changes to seemingly only have data for one day. The glyph also becomes blank with the text "to edit this glyph please add a plot segment to it", even though I just had a plot segment before selecting "Add scroll". This is only a problem for data with datetime, not if I change it to a string, which unfortunately would create other issues.
Before adding scroll
After adding scroll
Does anyone have a fix to create a x-axis with datetime with scroll?

Flot chart x axis time is displaying wrong details in the starting of xaxis

I am facing an issue with flotchart x-axis time issue. XAxis data is displaying the wrong details.
Here in the Datagrid time is started from 13:00:04, but in the chart, time is starting from 8:00`.9:00,10:00:11:00:12:00 as you can see in the above screenshot. Actually, it should start from 13:00, I am not sure why 8:00, 9:00 ...12:00 are coming in the chart x-axis. Can anyone please help me? Thanks
Below is the code snippet.

duration on horizontalbar with chartjs

For a couple of days I have been trying to get my chart working like I want it to work.
What I want is:
I want to create a horizontalbar chart with on x-axis duration (not time) in hh:mm format. On the y-axis I want the activity of the bars.
Two days ago I asked this question hh:mm in chart.js on X-axis and text labels on the Y-axis with the use of moment.js because I hoped that would do the trick, but it didn't...
Does anybody know if its possible and how I can achieve this?
Thanks in advance

Multiple series values for column chart does not align with Category Labels

I am creating column chart with NimbusId as Value, Month as Category, Status as Series.
Purpose: To find Nimbus# status for each month. Data is all working fine.
Issue: If there is no status count available for some month then label is X axis label does not align with the bar as in below link. I have set the Interval to Auto but it didn't help.
What setting should I do to make it work so that it aligns with each month properly.
Please use the Link http://tinypic.com/view.php?pic=2572elw&s=8#.U5eiL_ldV4A for the image as I cannot paste Image. Any Help is appreciated
Thank You

How Can i set TimeInterval as a xAxis Label in Core plot?

I want to display time formant on xAxis label in core plot. How can i set that ? I show an Example link
but that time didn't show on Xaxis but if i mantion Date on xAxis DD:MM:YY format then it did show so what i change in that link code so it will work fine ?
Thanks