Skip to content

value="" attribute and .value property

When the data to be handled is a single number, string or boolean, the value attribute and the .value value can be used directly as a shortcut of data="value: 1" or .data={value: 1}. It is useful with very basic visualizations.

WARNING

Since version 1.0.0-beta.4

Released under the MIT License.