question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Floating bar chart and support on time scale?

See original GitHub issue

I’m doing some tests on floating bar charts and I have got some problems to use floating bar and time scale.

I prepared my dataset with the datapoints (see below) but the chart doesn’t show the dataset.

datasets: [{
	backgroundColor: "red",
	borderColor: "red",
	data: [{
		x: "2020-05-01",
		y: [50, 100]
	}, {
		x: "2020-05-02",
		y: [50, 100]
	}, {
		x: "2020-05-03",
		y: [50, 100]
	}, {
		x: "2020-05-04",
		y: [50, 100]
	}]
}]

I have tried to use also t property with UTC with the same result.

I haven’t raised a bug because I have the feeling the floating bar charts don’t support time scale (and time series).

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:15 (15 by maintainers)

github_iconTop GitHub Comments

1reaction
kurklecommented, May 15, 2020

For 2.9.3, you can use separate labels, to make it work: https://codepen.io/kurkle/pen/rNOZqRG

1reaction
kurklecommented, May 15, 2020
Read more comments on GitHub >

github_iconTop Results From Across the Web

Floating Bars in Excel Charts - Peltier Tech
In a Gantt chart, horizontal floating bars along a horizontal date scale help program managers plan task start and end dates and durations,...
Read more >
How to create a floating bar chart in Excel - TechRepublic
First, we'll create a line chart, and that chart type offers floating bars. To create a floating bar chart from the minimum and...
Read more >
How to chart generations with floating bars - YouTube
In this video, we show how to plot American generations in a floating horizontal bar chart. This seems like a simple problem, ...
Read more >
Floating Bar Chart - Excel & Google Sheets
This tutorial will show how to create a Floating Bar Graph in Excel and Google Sheets. Floating Bar Chart – Excel. Starting with...
Read more >
Plot Page - Floating Bar Charts - Introduction to Grapher
To view and edit floating bar chart properties, select the floating bar chart and then click the Plot tab in the Property Manager....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found