I would like to make bar chart where customersatisfaction is based on percentage so that it is scaled based on max value.
So Toyota have 100% satisfaction and Nissan 50%.
CustomerName, TimeStamp, CustomerSatisfaction
Nissan, 2016-12-1, 65
Toyota, 2016-12-1, 130
How to do?