Cartesian Logarithmic Axis

class CartesianLogarithmicAxis extends CartesianAxis

https://www.chartjs.org/docs/2.7.3/axes/cartesian/logarithmic.html

CartesianLogarithmicAxis inherits all the properties from CartesianAxis and exposes Cartesian logarithmic axis configuration fields

API

This component doesn't expose own attributes (all of them are inherited from CartesianAxis).

Usage

<c-chart>
  <c-cartesian-logarithmic-axis></c-cartesian-logarithmic-axis>
</c-chart>