Functionality question

I am evaluating diagramming libraries and would like to know if your library supports the following functionality:

  1. animation - when rendering a data pipeline, I would like to show line connectors between shapes that are animated. In the attached picture, the pipe connectors would animate left-to-right.

  2. shapes that show images - I would like to display shapes that contain images (see picture)

  3. React - my application is coded in React, so can your library be used from React?

  • Joe

animation - when rendering a data pipeline, I would like to show line connectors between shapes that are animated. In the attached picture, the pipe connectors would animate left-to-right.

Unfortunately there are no animated connectors in the dhtmlxDiagram

shapes that show images - I would like to display shapes that contain images (see picture)

Yes, you are able to create your own custom shapes, including the shapes with the images:
https://docs.dhtmlx.com/diagram/diagram_guides__shapes_arrows_list.html#templatesforshapes
https://docs.dhtmlx.com/diagram/samples/01_org_chart/15_svg_template.html
https://docs.dhtmlx.com/diagram/samples/02_diagram/10_html_template.html

React - my application is coded in React, so can your library be used from React?

You are able to use the dhtmlxDiagram on react.
Here you can find a simple example:
https://files.dhtmlx.com/30d/8e0fbf2ed7362de74bb93188b9aedcf5/react-demo-master.zip