How to show PLC Tag data in Vertical Bar Chart using Web Dev resource

Use Perspective's XY Chart.

The above image is the default chart with the following modifications:

props.series.0.render : column
props.series.1.render : column

You probably want the X-axis to display categories and not dates. For this you will set
props.xAxes.0.render : category