The CHART component creates some server side charts using the JFreeChart library.

It was introduced with the CaptainCasa Swing client, where the JFreeChart library way used client side to render charts. In the RISC environment it is used server-side, the charts are converted to SVG which is then sent to the client side component.

The component is still available due to compatibility - but normally the CHARTJS component is used to render charts on client side.