When load my Json Diagram dhx_diagram_line_title__text has background-color: rgb(255, 255, 255);
But I would like it to bee trasparent.
Why is it set to white ? Where I should change this parameter ?
This is my record
Do you need to add the image to the lineTitle or to your diagram as a new shape?
If you are meaning the lineTitle element - it is not available to use the image instead of text for it.
What about usage of image as a shape, you may create your own custom shape template with the needed html-content and use it in your diagram.
Here you can find a detailed tutorial:
containing some examples.
You need to define your shape template with the addShape() method: