## Basic Charts The basic chart component, `l-chart`, supports bar, pie, and column charts through configuration data provided as relaxed JSON in the tag contetn area.
Next
{ options: { }, columns: [ {label: "Topping", type: "string"}, {label: "Slices", type: "number"} ], rows: [ ["Mushrooms", 3], ["Onions", 1], ["Olives", 1], ["Zucchini", 1], ["Pepperoni", 2] ] }