Initializing help system before first use

Using Entity Data in Charts

To switch to using entity data in charts, replace the data attribute of your vdl-chart-series element with a named array entity attribute:
View Designer
Chart entities in the View Designer
Code editor
<vdl-chart>
<vdl-chart-series entity="ChannelCost"></vdl-chart-series>
<vdl-chart-series entity="ChannelProb"></vdl-chart-series>
</vdl-chart>
This produces:
Using Entity Data in Charts

Optionally, you can plot y-values (ARRAY_Y) against x-values (ARRAY_X) in array entities with a matching index set using the entity and entity-x attributes:

Code editor
<vdl-chart-series scenario="=i" entity="ARRAY_Y" entity-x="ARRAY_X"></vdl-chart-series>

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