duration on horizontalbar with chartjs - charts

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

Related

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.

Tableau constant reference line issue when changing date range

I have a few reference lines showing the previous year's averages. The problem I'm running into is when I select a smaller date range (like 10 days vs 90 days) the chart just cuts to that date range instead of resizing the entire chart so that you can look closer at the selected days. Is there a way around this?
This is not how I'd like it to look when I isolate down to a smaller timeframe:
Resolved...changed the date to discrete that fixed the issue.

X-axis date label wrong

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?

Refresh Scatter Plot in Iphone Core Plot

I have search this question but didnt find any answer that help me. i have tried [graph reloadData] but didnt help me.
I m using this link to make Scatter plot graph for my project
But i m making just 1 scatter graph not 3.
i have 3 options in settings 1)today 2)month 3)year
in today it shows todays graph just 1 plot
in month it shows 30 plot and 365 in year.
but in my case it works ony first time but when i go back and change option from today to year it.
Sorry everyone. it wasnt about refreshing graph. i had an array of dates and it was static. so it changes once when the date was selected like today or month. and then when i select option again that static array had the previous values not new.

Google Chart my Y axis dont show right numbers?

chs=800x300
&chxl=1:|10:00|11:00|19:30|2:|Tidspunkt|3:|Kcal|
&chxt=y,x,x,y
&cht=lc
&chco=3072F3
&chds=3735.6
&chd=t:1198,2663,3396
&chxr=0,599,3429.96
&chdl=Energi
&chdlp=b
&chls=1|1|1
&chma=5,5,5,25
&chm=o,000000,0,-1,5|o,000000,1,-1,5|o,000000,2,-1,5
Is what i have.. test it here:
http://code.google.com/intl/sv-SE/apis/chart/image/docs/chart_playground.html
10:00 should be 1198
11:00 should be 2663
19::30 should be 3396
Which it is, but in the chart it is not displaying right. Look at the 10:00 dot its above 2500, but the value is only 1198?
What should be fixed here?
This has a bounty of 250 and is relatively easy for those who know about Google charts
I changed the following values to this and it seems to work:
&chds=599,3429.96
You had a problem where the axis was scaled differently than your data. The chxr should have the same range as chds.