Chartjs-Chart.js 3.6.2, Angular 10: Logarithmic Line chart Y-Axis problems. How to set and keep Y-Axis properties, even when data changes?

0👍

Not fixable using chartjs-3. The "solution" is to continue using chartjs-2 for now.

Although these properties/features, which were available in chartjs-2 were removed in chartjs-3, according to bug reports listed below, there appear to be plans to address them in upcoming V4.

Here are links to some related bug reports from the chartjs github repo (for version 3):

Refine logarithmic scaling / tick generation #9166

log scale step size too large #7332

v3 Regression: Line doesn’t draw when points are out of range #9564

Leave a comment