String data cannot be represented as-is in a chart, we need a function to convert it to "graphable" data first. My basic idea for now is to do categories(ex. for country data we would have Germany, USA, Canada, etc.) and do a count for the categories.
Later we can do something more interesting like the average price of products by country