FullCalendar - Change x and y axis with resource groups and day - fullcalendar

Hi there my good fellows,
What i want to achieve is, list the resources on the x axis and list the dates on the y axis. I have spent some time with Vertical Resource Demo but faild to get a look like this.
I've got involed to the creating custom view with js classes thing but couldn't even list the dates. Could anybody guide to me any resource or help me with any code sample?
Dates on y axis will long last for two months.
Thank you all

Related

resourceDayGrid with vertical days headers

I'm using resourceDayGrid for recreation functionality of grid previously used:
previous grid.
In resourceDayGrid - day headers are displayed under resources (as columns):
current resourceDayGrid
Is there any property/configuration changing day header display position to vertical (rows)?
No there isn't.
The closest you could get to your original grid is the timeline view which splits the dates/times and the resources onto separate axes, but it's always arranged so that resources are on the Y axis and times/dates on the X axis - i.e. the reverse of your previous arrangement. But the effect is similar.
There is a demo here showing the day/week/month versions of the timeline so you can get a idea how it looks. There are some things you can configure, but flipping the axes isn't one of them unfortunately.
You could check if anyone has requested this feature in fullCalendar, and vote for it, or request it yourself - see here for details.

Converting values and changing the unit in Stackdriver

My Stackdriver chart shows like this
The Y axis here is actually the number of milliseconds and I want to display it as number of days
e.g. 3G milliseconds ~ 34 days
So, basically I want to do this operation ((3 x 109) x 10-3)/86400 and change the Y axis label to days.
Can I do that in stackdriver?
I have the following settings:
As currently you can only rescale the chart's Y-values logarithmically, I advise you to open a Feature Request with the information that you've provided here, so the proper team will evaluate its implementation.
I hope this information helps you.

Plotting arrays of datetime x and y in highcharts heatmap

According to the highcharts Docs it should be possible to supply series data to a heatmap in the form [datetime, value], but every jsfiddle example I've seen uses the cartesian form of [x, y, value].
My datetime timestamps are unix time in milliseconds, so all of the required data is available, i.e. date, time and corresponding value, so there is no reason why highcharts should need this time-stamped data to be manipulated into an increasing index.
This guy's question seems to be the closest example I can find, but he himself reverts to using a workaround function
Unexplected results with Highcharts Heatmap
When I followed a similar approach (slightly different for me as I've got 15min intervals) Highcharts seems to interpret the unix timestamp for x-axis labelling correctly, but not for the tooltip or y-axis.
Surely there is a more sensible way of doing this?

Date Axis in a Telerik Reports Line Graph

Does anyone know how to set up a date time axis to use DateTime Scale in a line graph in Telerik Reports? I have been trying to figure it out for over a week now. I don't understand why this thing has to be so difficult to use. I started by setting up a line graph.
I have three columns DATE, SALES_COUNT, and SALES_TYPE. I want there to be three lines on the graph. One for each value of SALES_TYPE. I used SALES_TYPE for the series, SALES_COUNT for the value, and since I didn't have any other options left, I used DATE for Categories. I clicked finish and previewed my graph. The graph looked right except I wanted to make a few customization to the DATE axis. Specifically I only wanted it to write out a date label for every 5 ticks or so. There was no way to do this.
Eventually I figured out that I have to set the axis to use DateTime Scale since it defaults to Category Scale. I set it to date time scale and previewed the graph again. I got the error: "X value cannot be null or empty when using DateTimeScale, lineSeries1", so I went to lineSeries1 and set the X value to "= Fields.DATE", and clicked preview. Now the graph nolonger displays any of my data points, and there is only one tick on the DateTime axis and its labeled as 1/1/2015 12:00:00 AM, a DateTime that is not even in my dataset. I have been struggling for over a week now to figure out how to do this simple task. Please help me.
The SQL query I was using was handed to me by the DBA. I never really looked at it, I just stuffed it into the report. It turns out the query was returning the DATE column as a varchar. Once I cast the DATE column as a date in the select column list of the query, Setting the axis to use DateTime Scale worked fine. If anyone else runs into a similar problem, check the return types of your columns.

How do I build a canvas line graph between 2 varying dates?

I'm trying to use canvas to build a line graph between 2 date points. I need the date measurements along the bottom of the graph to change based on the start and end date data, which can vary widely between what information is grabbed by the application. Are there any plugins that do this, specifically/dynamically?
There is a huge abundance of chart and graph plotting libraries that can do this, and gRaphaƫl seems to do what you ask for quite well.

Resources