% if 'count' in dist_type:
	${plotter.barplot(id= "ontology_levels",width=width, height=height, header= True, x_label= f'Number of {ONT_NAME} terms', title= f'{ONT_NAME} annotations distribution', responsive= False, transpose= True, 
		config = { 'graphOrientation': 'vertical'}) }
% endif

% if 'perc' in dist_type:
	${plotter.line(id= "distribution_percentage", width=width, height=height, header= True, x_label= 'Percentage of terms', title= f'{ONT_NAME} percentage distribution',  responsive= False, transpose= True, 
		config = { 'graphOrientation' : 'vertical' }) }
% endif

