Display dates in Stream chart?
See original GitHub issueI am using stream chart with time series data. Each data point not only has stream dimensions, but a timestamp. It is is then essentially a stacked line chart. I need some way to telling the user what timestamp he is looking at.
The options I considered are -
- Display date in the tooltip. I tried adding the timestamp as to the
keys
prop, and the chart tries to put it in the tooltip then but this ends up breaking the chart. I tried using custom tooltip as a hack but AFAIK according to #182 this is not possible. - Make the X axis a scale for times to give the user at least a visual reference. Currently stream chart has a very simple scale for X axis. AFAIK according to #470 it cannot be swapped for a timescale.
I think being able to stick it in the tooltip would be great. Is there a way to do that?
Issue Analytics
- State:
- Created 3 years ago
- Reactions:4
- Comments:8
Top Results From Across the Web
Solved: Stream Graph (custom visual) not working with date...
This shows the same thing, but there are no dates on the bottom. It just shows a number, which I assume is just...
Read more >Is there a way to change dateFormat with java 8 stream?
To be a bit more explicit, convert the list to a stream, use map with a function that modifies a date, collect back...
Read more >All streaming data & analytics in one place · Streams Charts
Streams Charts enables the analysis of all key metrics for channels, streams, games, communities and even clips. We collects data from the most...
Read more >How to Filter Dates in a Chart in Chart js - YouTube
How to Filter Dates in a Chart in Chart jsIn this video we will cover how to filter dates in a chart in...
Read more >Chart friendly date table in Power BI - YouTube
Create a Date table in Power BI with a small number of columns by leveraging custom format strings to control the chart visualization...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
+1 same here…bumping PD: i guess there is no way to use this chart to display dates, i would love to display as a timeline and events count in each tick but looks like there is no way to do it.
Bump