Plot scatterplot without y-values in plotly.js - scatter-plot

I would like to implement a scatterplot over timeline using plotly.js, similar to the image below.
Plotly takes in x and y values to plot the chart. But I will be plotting x-values(time) without any y-values. Is it possible to do so ? Or can I generate random values for y-axis ? Any suggestion or idea would be great.

Related

D3.js show heatmap for each pixel (coordinate) in choropleth

In D3.js choropleth map, we assign a color to each state or city. is there any solution or example that we can assign heatmap to each coordinate (my data are values from satellites so i have a value for each coordinate).In matlab or matplotlib I plot a figure and then apply borders but it seems it's not possible in D3. i want something like this
thanks.
folium python package have geojson (choropleth) mapping function that we can define rectangles (polygons, for example zip code regions). for more information interactive choropleth map
and popuo on map. my result

c3 js plotting multiple set of data on y axis w.r.t x axis, how to avoid same values not displaying on chart

i am using c3.js to plot 3 set of data on y axis and time stamp on x axis. Is there any way to avoid same values overlapping on one another. Need to display all 3 set of data irrespective of same values. Thanks in advance

c3.js timeseries bar chart zoom in

I have a timeseries graph done using c3.js. When I zoom the graph the bars do not change the width and the x axis does not adopt accordingly. Is there anyway I can do that? I have tried making axis.x.tick.fit = false. The zoom in works perfectly then. But the groups of data in the graphs are getting overlapped. Any idea on what to do is welcome. Thankyou

Kendo Chart plot lines

I have a Kendo UI scatter plot representing trade volumes over a time series. The chart works well, but now I need to add a vertical plot line on the x-axis (time) at a specific time, representing a price-fluctuation point. Is it possible to draw such lines at a specific x-axis value, along with a label or tooltip explaining the data details? I see plot bands, but that seems not useful here.
Thanks in advance for any hints/suggestions.
I could add a new line series with points at (time, 0) and (time, y), but I would like to see if there is a better/API way before I go that route.

D3js - Adding axes to small multiples chart

I'm trying http://bl.ocks.org/mbostock/9490516 with some modifications.
I found this: D3js - adding yaxis to small multiples chart yields no or overlapped values
But it doesn't really help me.
What I would like is:
an x axis at the top of my page
an x axis at the bottom of the page
y axis for each chart with different domains
So far, I've been able to add x axis to each individual graph, but that's not what I want.
I'm able to add y axis to individual graphs, but the domain for all are the same.

Resources