Search Results: if (!this.bundlesReported[script.src]) {

Supported Browsers

Guides

Desktop browsers Browser Supported versions Google Chrome Two latest versions Firefox Two latest versions ...

Render Images

Guides

To render an image in a Chat, set the message type to "image" and specify the src field with the image URL. In the following example, AI sends a message with the "imageResponse" type, which...").dxChat("instance"); const handleAIResponse() { if (aiResponse.type === "imageResponse") { chat.renderMessage({ type: "image", src: aiResponse.imageUrl

Distribution Channels

Guides

are available on cdnjs: Scripts <!-- Diagram and Gantt --> <script src="https://cdnjs.cloudflare.com/ajax/libs/devexpress-diagram/cdnjs_version/dx-diagram.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/devexpress-gantt/cdnjs_version/dx-gantt.min.js"></script> <!-- DevExtreme Quill (required by the HTML Editor UI component) --> <script src="https

dxBarGauge geometry

Reference
Defines the shape of the gauge's arc.

Specify the startAngle and endAngle properties of the geometry configuration object to customize the shape of the bar gauge's arc. This arc is drawn from the startAngle to the endAngle as illustrated...

dxBarGauge legend margin

Reference
Generates an empty space, measured in pixels, around the legend.

When set to a number, this property applies to all the legend's sides. The object allows you to control each side individually. bottom Specifies the legend's bottom margin in pixels. left...