Chart.js - Incorrectly spaced labels on X Axis

Viewed 20

I am looking to delete this .95 X axis label and move the bubble that goes there in between 90 and 100 like the graph on the right. When I just delete the .95 from labels I get the bubbles stacked on each other. I want to show .5-1 but I want the bubble to plot on .95 still.

labels: [0.5, 0.6, 0.7, 0.8, 0.9, 0.95, 1], Want to delete .95 label on x axis to have it look better

This is what happens when I just remove the .95 from labels. The chart appears how I want it but my bubbles are stacking on the 1 instead of between .9 and 1.

This is what happens when I just delete .95 from the labels

0 Answers
Related