from GChartWrapper import * G = VerticalBarStack([ [10,50,60,80,40],[50,60,100,40,20] ], encoding='text') G.color('4d89f9', 'c6d9fd') G.size(200,125) G.scale(0,160)