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.

Example

<vdl-chart title="Factory Supply vs Demand">
	<vdl-chart-axis axis="x" title="Factory" />
	<vdl-chart-series entity="Supply" type="bar" />
	<vdl-chart-series entity="Demand" />
</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".
class CSS classes to augment the default chart styling. accepts expression
color-palette To apply a custom palette for each series in a chart, provide an array of colors. accepts expression
modifier Function to modify the chart configuration for advanced settings. requires expression
series-sorter Function to sort the chart series. requires expression
title Title for the chart accepts expression

© 2001-2020 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.