You can customize cells in the FlexGrid by setting the itemFormatter property to a function that creates arbitrary HTML elements based on the cell data, and passes them in using the innerHtml property of the cell element.
This example shows how you can create cells with sparklines, sparkbars, and tickers. The itemFormatter function used here uses SVG to create these mini-charts.