Floating bar chart and support on time scale?
See original GitHub issueI’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:
- Created 3 years ago
- Comments:15 (15 by maintainers)
Top 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 >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
For 2.9.3, you can use separate labels, to make it work: https://codepen.io/kurkle/pen/rNOZqRG
Another thing fixed in v3. https://codepen.io/kurkle/pen/gOadBzy
The change is here: https://github.com/chartjs/Chart.js/pull/6739