Initializing help system before first use

Using Entity Data in Charts

To switch to using entity data in charts, just replace the data attribute of your vdl-chart-series element with a naming entity attribute:
<vdl-chart>
  <vdl-chart-series type="bar" entity="ServiceLevelAgreements" >
  </vdl-chart-series>
  <vdl-chart-series type="bar" entity="SupportCosts" >
  </vdl-chart-series>
</vdl-chart>
This produces:

Using Entity Data in Charts