M
M
Messi2018-02-22 15:34:59
JavaScript
Messi, 2018-02-22 15:34:59

Why isn't everything showing up?

5a8eb8bdb0c21403373207.png
I am using chart js. Where there are gaps in the date, why is that? (When hovering over a dot, a missing value is shown)

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vladimir, 2018-02-27
@FitTech

Read documentation www.chartjs.org/docs/latest/axes/cartesian/#tick-c...
Set autoSkip: false

options: {
    scales: {
        xAxes: [{
            ticks: {
                autoSkip: false
            }
        }]
    }
},

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question