Adyen / lume

Lume is a component library for visual representations of data, built for Vue with D3.
https://lumedataviz.com
MIT License
37 stars 1 forks source link

Add default values to the various options objects in the documentation. #376

Open bponomarenko opened 6 months ago

bponomarenko commented 6 months ago

Feature description

When Vue component properties are described in documentation, they are mentioned together with the default values for any optional property. However there are number of aggregated options properties, that are missing default value definitions. It would be helpful to have the default values described in the docs too.

Problem/motivation

For example, it is helpful to know default values for the Core Chart component properties. However Core Chart options property or Axis options documentation doesn't have such information.

Describe alternatives you've considered

No response

Additional context

No response

Validations