You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[Backend integration](integration/suite_and_backend.md)| Learn how to connect DHTMLX Suite to a backend ([Demo](https://github.com/DHTMLX/nodejs-suite-demo)) |
29
29
|[Optimus](optimus_guides.md)| Learn how to use DHTMLX Optimus framework for creating DHTMLX-based app <br>(recommended framework for creating apps with Suite components) |
30
-
|[React integration](integration/suite_and_react.md)| Learn how to use DHTMLX Calendar with React ([Demo](https://github.com/DHTMLX/react-widgets)) |
30
+
|[React integration](integration/suite_and_react.md)| Learn how to use DHTMLX Calendar with React ([Demo](https://github.com/DHTMLX/react-suite-demo)) |
31
31
|[Angular integration](integration/suite_and_angular.md)| Learn how to use DHTMLX Calendar with Angular ([Demo](https://github.com/DHTMLX/angular-suite-demo)) |
32
32
|[Vue integration](integration/suite_and_vue.md)| Learn how to use DHTMLX Calendar with Vue.js ([Demo](https://github.com/DHTMLX/vue-suite-demo)) |
Copy file name to clipboardExpand all lines: docs/chart/api/chart_legend_config.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -120,7 +120,7 @@ legend?: {
120
120
<tbody>
121
121
<tr>
122
122
<td><b>values</b></td>
123
-
<td>(required) maps attributes of legend items to <a href="../../data_loading#preparing-data-set">data set</a> properties. Contains the following properties:<ul><li><b>text</b> - (required) the pointer to the data value to take a text for the legend from</li><li><b>color</b> - (required) the pointer to the data value to take a color for the legend from</li></ul><br><b>Related Sample: </b><a href="https://snippet.dhtmlx.com/lobb80ig" target="_blank">Chart. Donut chart initialization</a><br><b>Related Sample: </b><a href="https://snippet.dhtmlx.com/jfbet749" target="_blank">Chart. Pie chart initialization</a><br><b>Related Sample: </b><a href="https://snippet.dhtmlx.com/xfce9pys" target="_blank">Chart. Pie 3D chart initialization</a></td>
123
+
<td>(required) maps attributes of legend items to <a href="../../data_loading/#preparing-data-set">data set</a> properties. Contains the following properties:<ul><li><b>text</b> - (required) the pointer to the data value to take a text for the legend from</li><li><b>color</b> - (required) the pointer to the data value to take a color for the legend from</li></ul><br><b>Related Sample: </b><a href="https://snippet.dhtmlx.com/lobb80ig" target="_blank">Chart. Donut chart initialization</a><br><b>Related Sample: </b><a href="https://snippet.dhtmlx.com/jfbet749" target="_blank">Chart. Pie chart initialization</a><br><b>Related Sample: </b><a href="https://snippet.dhtmlx.com/xfce9pys" target="_blank">Chart. Pie 3D chart initialization</a></td>
Copy file name to clipboardExpand all lines: docs/chart/api/chart_scales_config.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -183,7 +183,7 @@ scales: {
183
183
<tbody>
184
184
<tr>
185
185
<td><b>radial</b></td>
186
-
<td>(required) the radial object contains the following properties:<ul><li><b>value</b> - (optional) the name of a <a href="../../data_loading#preparing-data-set">data set</a> property to take data values from (map to)</li><li><b>zebra</b> - (optional) sets a striped scale coloring for the Radar chart (alternation of two colors in a step)</li><li><b>showAxis</b> - (optional) renders values of the scale</li></ul></td>
186
+
<td>(required) the radial object contains the following properties:<ul><li><b>value</b> - (optional) the name of a <a href="../../data_loading/#preparing-data-set">data set</a> property to take data values from (map to)</li><li><b>zebra</b> - (optional) sets a striped scale coloring for the Radar chart (alternation of two colors in a step)</li><li><b>showAxis</b> - (optional) renders values of the scale</li></ul></td>
Copy file name to clipboardExpand all lines: docs/chart/api/chart_series_config.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,7 +89,7 @@ series: [
89
89
</tr>
90
90
<tr>
91
91
<td><b>value</b></td>
92
-
<td>(required) the name of a <a href="../../data_loading#preparing-data-set">data set</a> property to map data values to </td>
92
+
<td>(required) the name of a <a href="../../data_loading/#preparing-data-set">data set</a> property to map data values to </td>
93
93
</tr>
94
94
<tr>
95
95
<td><b>type</b></td>
@@ -264,15 +264,15 @@ series: [
264
264
</tr>
265
265
<tr>
266
266
<td><b>text</b></td>
267
-
<td>(optional) the name of the <a href="../../data_loading#preparing-data-set">data set</a> property to map labels of data values to </td>
267
+
<td>(optional) the name of the <a href="../../data_loading/#preparing-data-set">data set</a> property to map labels of data values to </td>
268
268
</tr>
269
269
<tr>
270
270
<td><b>value</b></td>
271
-
<td>(required) the name of the <a href="../../data_loading#preparing-data-set">data set</a> property to map data values to</td>
271
+
<td>(required) the name of the <a href="../../data_loading/#preparing-data-set">data set</a> property to map data values to</td>
272
272
</tr>
273
273
<tr>
274
274
<td><b>color</b></td>
275
-
<td>(optional) points to the property in a <a href="../../data_loading#preparing-data-set">data set</a> that defines the color of a pie/donut sector</td>
275
+
<td>(optional) points to the property in a <a href="../../data_loading/#preparing-data-set">data set</a> that defines the color of a pie/donut sector</td>
276
276
</tr>
277
277
<tr>
278
278
<td><b>monochrome</b></td>
@@ -344,11 +344,11 @@ series: [
344
344
<tbody>
345
345
<tr>
346
346
<td><b>text</b></td>
347
-
<td>(required) the name of the <a href="../../data_loading#preparing-data-set">data set</a> property to map labels of data values to. The index of the option is 1 (item[1]). </td>
347
+
<td>(required) the name of the <a href="../../data_loading/#preparing-data-set">data set</a> property to map labels of data values to. The index of the option is 1 (item[1]). </td>
348
348
</tr>
349
349
<tr>
350
350
<td><b>value</b></td>
351
-
<td>(required) the name of the <a href="../../data_loading#preparing-data-set">data set</a> property to map data values to. The index of the option is 0 (item[0]).</td>
351
+
<td>(required) the name of the <a href="../../data_loading/#preparing-data-set">data set</a> property to map data values to. The index of the option is 0 (item[0]).</td>
352
352
</tr>
353
353
<tr>
354
354
<td><b>direction</b></td>
@@ -421,27 +421,27 @@ series: [
421
421
<tbody>
422
422
<tr>
423
423
<td><b>date</b></td>
424
-
<td>(required) points to the name of the <a href="../../data_loading#preparing-data-set">data set</a> property which sets the dates for the chart. The index of the option is 0 (point[0])</td>
424
+
<td>(required) points to the name of the <a href="../../data_loading/#preparing-data-set">data set</a> property which sets the dates for the chart. The index of the option is 0 (point[0])</td>
425
425
</tr>
426
426
<tr>
427
427
<td><b>value</b></td>
428
-
<td>(required) points to the name of the <a href="../../data_loading#preparing-data-set">data set</a> property which sets the number content for the chart. The index of the option is 1 (point[1])</td>
428
+
<td>(required) points to the name of the <a href="../../data_loading/#preparing-data-set">data set</a> property which sets the number content for the chart. The index of the option is 1 (point[1])</td>
429
429
</tr>
430
430
<tr>
431
431
<td><b>color</b></td>
432
-
<td>(optional) sets the color of null values in the chart and legend. <br>By default, the color matches the value of the <b>--dhx-background-secondary</b> variable from the current <a href="../../../themes">color theme</a></td>
432
+
<td>(optional) sets the color of null values in the chart and legend. <br>By default, the color matches the value of the <b>--dhx-background-secondary</b> variable from the current <a href="../../../themes/">color theme</a></td>
433
433
</tr>
434
434
<tr>
435
435
<td><b>negativeColor</b></td>
436
-
<td>(optional) sets the color of negative values in the chart and legend.<br>By default, the color matches the value of the <b>--dhx-color-primary</b> variable from the current <a href="../../../themes">color theme</a></td>
436
+
<td>(optional) sets the color of negative values in the chart and legend.<br>By default, the color matches the value of the <b>--dhx-color-primary</b> variable from the current <a href="../../../themes/">color theme</a></td>
437
437
</tr>
438
438
<tr>
439
439
<td><b>positiveColor</b></td>
440
-
<td>(optional) sets the color of positive values in the chart and legend. <br>By default, the color matches the value of the <b>--dhx-color-success</b> variable from the current <a href="../../../themes">color theme</a></td>
440
+
<td>(optional) sets the color of positive values in the chart and legend. <br>By default, the color matches the value of the <b>--dhx-color-success</b> variable from the current <a href="../../../themes/">color theme</a></td>
441
441
</tr>
442
442
<tr>
443
443
<td><b>dateFormat</b></td>
444
-
<td>(optional) defines the <a href="../../../calendar/api/calendar_dateformat_config">format of dates</a> in the tooltips ("%d/%m/%y" by default). In this format, you can specify dates in the data set </td>
444
+
<td>(optional) defines the <a href="../../../calendar_dateformat_config/">format of dates</a> in the tooltips ("%d/%m/%y" by default). In this format, you can specify dates in the data set </td>
|[Backend integration](integration/suite_and_backend.md)| Learn how to connect DHTMLX Suite to a backend ([Demo](https://github.com/DHTMLX/nodejs-suite-demo)) |
54
54
|[Optimus](optimus_guides.md)| Learn how to use DHTMLX Optimus framework for creating DHTMLX-based app <br>(recommended framework for creating apps with Suite components) |
55
-
|[React integration](integration/suite_and_react.md)| Learn how to use DHTMLX Chart with React ([Demo](https://github.com/DHTMLX/react-widgets)) |
55
+
|[React integration](integration/suite_and_react.md)| Learn how to use DHTMLX Chart with React ([Demo](https://github.com/DHTMLX/react-suite-demo)) |
56
56
|[Angular integration](integration/suite_and_angular.md)| Learn how to use DHTMLX Chart with Angular ([Demo](https://github.com/DHTMLX/angular-suite-demo)) |
57
57
|[Vue integration](integration/suite_and_vue.md)| Learn how to use DHTMLX Chart with Vue.js ([Demo](https://github.com/DHTMLX/vue-suite-demo)) |
|[Backend integration](integration/suite_and_backend.md)| Learn how to connect DHTMLX Suite to a backend ([Demo](https://github.com/DHTMLX/nodejs-suite-demo)) |
29
29
|[Optimus](optimus_guides.md)| Learn how to use DHTMLX Optimus framework for creating DHTMLX-based app <br>(recommended framework for creating apps with Suite components) |
30
-
|[React integration](integration/suite_and_react.md)| Learn how to use DHTMLX Colorpicker with React ([Demo](https://github.com/DHTMLX/react-widgets)) |
30
+
|[React integration](integration/suite_and_react.md)| Learn how to use DHTMLX Colorpicker with React ([Demo](https://github.com/DHTMLX/react-suite-demo)) |
31
31
|[Angular integration](integration/suite_and_angular.md)| Learn how to use DHTMLX Colorpicker with Angular ([Demo](https://github.com/DHTMLX/angular-suite-demo)) |
32
32
|[Vue integration](integration/suite_and_vue.md)| Learn how to use DHTMLX Colorpicker with Vue.js ([Demo](https://github.com/DHTMLX/vue-suite-demo)) |
|[Backend integration](integration/suite_and_backend.md)| Learn how to connect DHTMLX Suite to a backend ([Demo](https://github.com/DHTMLX/nodejs-suite-demo)) |
38
38
|[Optimus](optimus_guides.md)| Learn how to use DHTMLX Optimus framework for creating DHTMLX-based app <br>(recommended framework for creating apps with Suite components) |
39
-
|[React integration](integration/suite_and_react.md)| Learn how to use DHTMLX Chart with React ([Demo](https://github.com/DHTMLX/react-widgets)) |
39
+
|[React integration](integration/suite_and_react.md)| Learn how to use DHTMLX Chart with React ([Demo](https://github.com/DHTMLX/react-suite-demo)) |
40
40
|[Angular integration](integration/suite_and_angular.md)| Learn how to use DHTMLX Chart with Angular ([Demo](https://github.com/DHTMLX/angular-suite-demo)) |
41
41
|[Vue integration](integration/suite_and_vue.md)| Learn how to use DHTMLX Chart with Vue.js ([Demo](https://github.com/DHTMLX/vue-suite-demo)) |
Copy file name to clipboardExpand all lines: docs/common_features/accessibility_support.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Currently the most commonly encountered conformance guidelines and standards are
16
16
17
17
-[ADA](https://www.ada.gov/) - US Department of Justice
18
18
-[Section 508](https://www.section508.gov/) - US federal agencies
19
-
-[WCAG 2.0](https://www.w3.org/WAI/intro/wcag) - globally accepted standard. WCAG 2.0 has 3 levels of conformance; A, AA and AAA (in order of conformance)
19
+
-[WCAG 2.0](https://www.w3.org/WAI/standards-guidelines/wcag/) - globally accepted standard. WCAG 2.0 has 3 levels of conformance; A, AA and AAA (in order of conformance)
20
20
-[ARIA](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA) - a standard that defines ways to make web content and web applications more accessible to people with disabilities
21
21
-[WAI](https://www.w3.org/WAI/) - web accessibility standard
|[Backend integration](integration/suite_and_backend.md)| Learn how to connect DHTMLX Suite to a backend ([Demo](https://github.com/DHTMLX/nodejs-suite-demo)) |
38
38
|[Optimus](optimus_guides.md)| Learn how to use DHTMLX Optimus framework for creating DHTMLX-based app <br>(recommended framework for creating apps with Suite components) |
39
-
|[React integration](integration/suite_and_react.md)| Learn how to use DHTMLX DataView with React ([Demo](https://github.com/DHTMLX/react-widgets)) |
39
+
|[React integration](integration/suite_and_react.md)| Learn how to use DHTMLX DataView with React ([Demo](https://github.com/DHTMLX/react-suite-demo)) |
40
40
|[Angular integration](integration/suite_and_angular.md)| Learn how to use DHTMLX DataView with Angular ([Demo](https://github.com/DHTMLX/angular-suite-demo)) |
41
41
|[Vue integration](integration/suite_and_vue.md)| Learn how to use DHTMLX DataView with Vue.js ([Demo](https://github.com/DHTMLX/vue-suite-demo)) |
0 commit comments