Chart.js compress vertical axis on barchart
问题 I have a dataset in which the last value is always very high. This causes an issue with my bar chart; almost all the other values are hard to get a feeling for without hovering over them. Here is a screenshot: This is what I am trying to achieve; So my question; is this possible within vanilla Chart.js or do I need a plugin? And if so; is there an existing plugin or do I need to write one myself? I am also open for alternative solutions to the initial problem. I've looked all over the