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

dxTreeMap tooltip

Reference

arrowLength Specifies the length of a tooltip's arrow in pixels. border Configures a tooltip's border. color Colors all tooltips. This property supports the following colors: Hexadecimal...

Color the Shading of the Background

Guides

: "rgba(0, 0, 0, 0.2)" }); });<img id="image" src="https://url/to/an/image" /> <div id="popoverContainer"> <p>Popover content</p> </div> Angular HTMLTypeScript <img id="image" src="https://url/to/an/image" /> <dx-popover target="#image" showEvent="dxhoverstart" hideEvent="dxhoverend" [shading]="true" shadingColor="rgba(0, 0, 0

Application Template

Guides

The application already contains the DataGrid and Form components. You can find their configurations in the src\views\tasks-page.vue and src\views\profile-page.vue files correspondingly. Layouts The application includes two layouts. The only difference between them is where the toolbar is located: outer (default) or inner toolbar. Outer toolbar Inner toolbar To switch to another layout, open the src

Application Template

Guides

in the src\app\pages\tasks\tasks.component.html and src\app\pages\profile\profile.component.html files correspondingly. Layouts The application includes two layouts. The only difference between them is where the toolbar is located: outer (default) or inner toolbar. Outer toolbar Inner toolbar To switch to another layout, open the src\app\app.component.html file and replace the app-side-nav-outer

dxChart valueAxis breaks

Reference
Declares a custom scale break collection. Applies only if the axis' type is "continuous" or "logarithmic".

A scale break is an area across an axis that is displayed instead of a section of an axis range. Scale breaks improve the readability of chart sections with large gaps in their ranges. Each object...