Search Results: if (!this.bundlesReported[script.src]) {
- All Results 769
- Guides 278
- Reference 491
- Technical Demos
- Support Center
dxTreeMap tooltip
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
: "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
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
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
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...