No bar is displayed in 2.7.2+ version for a given data input.
Expected Behavior
Bar should be displayed (should be 1 bar per day in the example)
Current Behavior
The chart is empty
Possible Solution
Don't know, but it has something to do with the 2.7.2 bar-size feature.
Steps to Reproduce (for bugs)
- Open https://codepen.io/anon/pen/dQzPmB
- -> No bar will be displayed
- Set
makeMeWork = true at the top of the JS
- -> Bar should be displayed like before the 2.7.2 bar-size feature.
Context
I'm no able to diplay a bar chart of the data I can see in a line chart
Notice
The data in the chart isn't sorted with a day interval, so the issue might just mean that I'm not using bars as I should. However, in this situation, it should generate "strange" bars, or provide a warning in the console.
No bar is displayed in 2.7.2+ version for a given data input.
Expected Behavior
Bar should be displayed (should be 1 bar per day in the example)
Current Behavior
The chart is empty
Possible Solution
Don't know, but it has something to do with the 2.7.2 bar-size feature.
Steps to Reproduce (for bugs)
makeMeWork = trueat the top of the JSContext
I'm no able to diplay a bar chart of the data I can see in a line chart
Notice
The data in the chart isn't sorted with a day interval, so the issue might just mean that I'm not using bars as I should. However, in this situation, it should generate "strange" bars, or provide a warning in the console.