This example uses an HTML <table> as a source dataset. (View a basic example.)

The query is to sum all watched TV hours (metric), grouped by two dimensions: "Music" and "Marital Status":

var Chart1=Engine.Chart("canvas"); Chart1.fill( [Music, Marital], TV );




View: