D3js week calendar - d3.js

I need for a study project to represent event occurrences on a week calendar like the one below:
each pink line represents the day and time the event occurred.
my issue is that although I know how to setup the axes, I don't know how to make the event display a small line and not a dot
can anyone please give me a hint on this ? thanks a lot in advance !!!
Michael

Related

Does anyone knows how to make SfCalendar's week view pretty?

I'm working with Xamarin Forms and Syncfusion Calendar (not Scheduler).
I got the calendar to work including week view. But, I cannot find a way to make it pretty.
I wanted to be like this.
But in Syncfusion, the spaces between the the days (Sunday, monday, etc) and the numbers (7,8,9 etc) is too far apart. It's like 1 to 2 rows apart.
Please help.
Thank you
I found out the answer.
its a simple, wrap it in a grid.
We would like to inform you that as per implementation of SfCalendar, the space between the days in calendar is not reduced or changed.

Creating Gantt Chart in SSRS 2015 and Data Will Not Display

I have the following result set giving me a specific status of an item . I need to build a SSRS 2015 Gantt chart to represent this data. I am having difficulty getting the data to display.
Result Set: StatusDate,Status,BegDate,EndDate, StatusDays
In the chart, I want the category to be on monthly intervals of the range provided (BegDate – EndDate) and the series to be each DAY in the range provided (BegDate – EndDate).
The bars should represent the item being Up or Down with “Up” being Green and “Down” being black for each day (x-axis) of each month (y-axis).
Hoped for Results
The current preview shows the X & Y axis' correctly, but does not show any "bars" to represent the data.
This is my first chart using SSRS and I am quite lost. Does anyone know where I can get a true tutorial on Range Bar Charts for SSRS 2015 or how I might overcome this “data Display” challenge I am stuck on? I appreciate any direction / guidance offered.
This issue was ultimately resolved by #AlanSchofield through another (and probably more clear) question, found here.
After choosing the correct chart, setting the correct properties, and determining the correct values I was able to get the chart I needed, but the behavior was still off. It would not show the a status more than once.
To fix this, and simply put, I needed to sort my data using Dense_Rank and then add the new "sort" column to my Series Group in the Chart properties. Worked like a charm!
Also got some useful guidelines on this blog post.

How To Get The Near By places of a specific items they are saved on a local database

I have a List i want only the Near By places to show up on it ,
lets say in one mile radius.
How can i do so? i searched the Internet A lot didn't find what i'm after i red a few topics about geo-financing but i couldn't make it happen i just want a plugin
or a logic to build one i tried many plugins no thing is working as i expected and they are not well documented i'm sure some of u have done it so please share it with me
can anyone help me please i'm working on Xamarin forums
thanks in advance
Use nearby places to geat the nearby places near the value that you want and place the marker using Xamarin Form Maps if you wish to do so.

Tooltip showing junk values on hover - SSRS reports

Tool tip in SSRS is showing random junk values when hovered over chart area or even sometimes on the data points or plots. Here are some images to illustrate the issue. My question is - is this a bug in ssrs or are there some property settings I can set or is it actually related to my data.. Please help. Many Thanks!
PS: Sorry couldn't add the images because of reputation constraints.
Thank you Chris for the suggestion. I found the solution for this question. Next time onward I'll follow that.
The Solution:
The junk values of tooltip were nothing but values that had either been set or had got set at various levels of the chart- chart area , plot area, series etc. I just had to remove all except the series tooltip. It works fine now.

Data Stream in Shoes

This may not be a very specific question, but any help or points in the right direction would be greatly appreciated. I am trying to make a shoes app for myself that will display stock quotes, I'm thinking ahead and the issue I run into is that I would like to have streaming quotes. I can grab this data from any finance site, and that isn't the issue, but what I am concerned about is how to update the view in the Shoes app. Can anyone lead me in the right direction to creating an app that will update text in my app every X seconds, or possibly a daemon that does it continuously. Literally any help is appreciated, as you can probably tell from the question, I definitely need some help!
You are interested in Timers. They let you call procs basing on the interval given.
The good starting point is the code of clock example.
shoes -m
in command line will start shoes in help mode.
Hope it helps.

Resources