If you need to represent data graphically you can use shortcode for the charts creating.
title — sets the title associated with a content block.
type — sets of chart type (allowed values: pie, pie2d, line, xyline, scatter).
labels — display the text associated with a slice, line or point (separate each value with the “pipe” symbol).
data — specify data for your chart (separate each value with the “comma” symbol for pie, pie2d, line types of charts and with “pipe” symbol for xyline, scatter).
data_colours — defining individual slice, line, point color (separate each value with the “comma” symbol).