Initializing help system before first use

vdl-chart

Create a chart in the custom view. The chart may display model entity data or custom data generated in dynamic expressions.

since 4.8

Example

<vdl-chart title="Factory Supply vs Demand">
	<vdl-chart-axis axis="x" title="Factory"></vdl-chart-axis>
	<vdl-chart-series entity="Supply" type="bar"></vdl-chart-series>
	<vdl-chart-series entity="Demand"></vdl-chart-series>
</vdl-chart>

Attributes

bar-mode The bar mode can be one of stack, group, overlay, relative. Affects the display of chart-series set to type of "bar". since 4.8
class CSS classes to augment the default chart styling. since 4.8 accepts expression
color-palette To apply a custom palette for each series in a chart, provide an array of colors. since 4.8 accepts expression
modifier Function to modify the chart configuration for advanced settings. It is called with the chart configuration and the view model as arguments. The function should return an object with the modified configuration and can use any setting available in Plotly-cartesian 2.33.0 (since VDL 5.4, previously was Plotly-basic 1.58.5). since 4.8 requires expression
series-sorter Function to sort the chart series. since 4.8 requires expression
title Title for the chart since 4.8 accepts expression

© 2001-2024 Fair Isaac Corporation. All rights reserved. This documentation is the property of Fair Isaac Corporation (“FICO”). Receipt or possession of this documentation does not convey rights to disclose, reproduce, make derivative works, use, or allow others to use it except solely for internal evaluation purposes to determine whether to purchase a license to the software described in this documentation, or as otherwise set forth in a written software license agreement between you and FICO (or a FICO affiliate). Use of this documentation and the software described in it must conform strictly to the foregoing permitted uses, and no other use is permitted.