Evert Timberg

Results 87 comments of Evert Timberg

What should this do if there's only a single dataset? Right now `borderSkipped: 'middle'` hides the border as well

Tagging as an enhancement because it's working as designed right now. We designed this to have positive and negative stacks separate. Some new configuration would be required to have a...

I think a better way to achieve this would be to use a plugin that hooks into the `afterDraw` call. That way it will be drawn every time the chart...

I'm not sure I understand what needs to change here. The legend doesn't have extra padding from what I can see https://jsfiddle.net/8s5w910z/ To get those icons, it seems like an...

There is no way to rotate the label

You're correct about the current limitations of the bar graph. If you pre-process your data into bins then you can easily create the histogram using the current bar chart. Some...

Testing this in v2.9,3, setting `gridLines.offsetGridLines` to `false` on the x axis gets a bit closer v2.1.3 https://jsfiddle.net/z136gkL4/ v2.9.3 https://jsfiddle.net/3ehp4L58/1/ v3.0.0-alpha https://jsfiddle.net/8cothjzs/ @benmccann @kurkle one thought on how we could...

@bnisevic no specific progress has been made, but if I use chart.js v3.0.0-beta.13 I can make a very nice histogram. I started with https://en.wikipedia.org/wiki/Histogram#/media/File:Histogram_of_arrivals_per_minute.svg from the wikipedia article on histograms....

Agreed @leeoniya that it's not the best example. Getting the tight packing and ticks well align required 4 key settings: - `barPercentage: 1` - `categoryPercentage: 1` - X scale `offset:...

The variable width bars might be possible using the scriptable options added in v3.0.0-beta.12. You'd have to supply. a function for the `barThickness` prop and use that to compute the...